Skip to content

Commit 509f681

Browse files
committed
cran 0.3.4
1 parent 717d8c2 commit 509f681

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: CohortConstructor
22
Title: Build and Manipulate Study Cohorts Using a Common Data Model
3-
Version: 0.3.3
3+
Version: 0.3.4
44
Authors@R: c(
55
person("Edward", "Burn", , "[email protected]",
66
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9286-1128")),
@@ -27,16 +27,16 @@ Encoding: UTF-8
2727
Roxygen: list(markdown = TRUE)
2828
RoxygenNote: 7.3.2
2929
Imports:
30-
CDMConnector (>= 1.3.1),
30+
CDMConnector (>= 1.7.0),
3131
checkmate,
3232
cli,
3333
clock,
3434
dbplyr (>= 2.5.0),
3535
dplyr,
3636
glue,
3737
magrittr,
38-
omopgenerics (>= 0.4.0),
39-
PatientProfiles (>= 1.2.2),
38+
omopgenerics (>= 0.4.1),
39+
PatientProfiles (>= 1.2.3),
4040
purrr,
4141
rlang,
4242
tidyr,

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## R CMD check results
22

3-
This is a patch release due to a breaking change in a dependency.
3+
This is a new release.

0 commit comments

Comments
 (0)