-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4676563
commit efd2924
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -39,7 +39,8 @@ Imports: | |
DBI, | ||
DatabaseConnector, | ||
SqlRender, | ||
generics | ||
generics, | ||
curl | ||
Suggests: | ||
testthat (>= 3.0.0), | ||
knitr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters