Skip to content

Commit

Permalink
revert to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavallee92 committed Sep 6, 2023
1 parent 4676563 commit efd2924
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 10 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Package: Capr
Title: Cohort Definition Application Programming
Version: 2.0.6
Authors@R: c(
person("Martin", "Lavallee", , "mdlavallee92@gmail.com", role = c("aut", "cre")),
person("Adam", "Black", , "[email protected]", role = "aut")
person("Martin", "Lavallee", , "martin.lavallee@odysseusinc.com", role = c("aut")),
person("Adam", "Black", , "[email protected]", role = c("aut", "cre"))
)
Description: Provides a programming language for defining OHDSI cohort definitions in R to use in studies for Observational
Description: Provides a programming language for defining cohort definitions in R to use in studies for Observational
Health Data Sciences and Informatics (OHDSI). The functions in 'Capr' allow for the programmatic creation of
OHDSI concept sets and cohorts that can be serialized to 'Atlas/CIRCE-BE' compatible 'json' files or to 'OHDSI-SQL'.
OHDSI concept sets and cohorts that can be serialized to 'OHDSI' compatible 'json' files or to 'OHDSI-SQL'.
'Capr' functions can be used to create, save, and load component parts to a cohort definition allowing
R programmers to easily reuse cohort logic. 'Capr' provides tools to create a large number of OHDSI cohorts
programmatically while also helping bridge the gap between human readable descriptions of clinical phenotypes
and their computational implmentation.
while also helping bridge the gap between human readable descriptions of clinical phenotypes
and their computational implementation.
License: Apache License (>= 2)
URL: https://ohdsi.github.io/Capr, https://github.com/OHDSI/Capr
BugReports: https://github.com/OHDSI/Capr/issues
URL: https://ohdsi.github.io/Capr/, https://github.com/OHDSI/Capr/
BugReports: https://github.com/OHDSI/Capr/issues/
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends:
Expand All @@ -39,7 +39,8 @@ Imports:
DBI,
DatabaseConnector,
SqlRender,
generics
generics,
curl
Suggests:
testthat (>= 3.0.0),
knitr,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

Capr 2.0.6
==========
- correct date attribute names (OccurrenceStartDate, OccurrenceEndDate)
- add `makeCohortSet()` function to pipe into `CohortGenerator`
- fix tests for CRAN

Capr 2.0.5
==========
Expand Down

0 comments on commit efd2924

Please sign in to comment.