-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into cohort_templates
# Conflicts: # R/CohortConstruction.R
- Loading branch information
Showing
330 changed files
with
31,237 additions
and
5,169 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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 0.11.0 | ||
Date: 2024-09-09 13:18:20 UTC | ||
SHA: 39c45bae218f8ffd983b9bc9a6a5914ad4f7f9df |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: CohortGenerator | ||
Type: Package | ||
Title: An R Package for Cohort Generation Against the OMOP CDM | ||
Version: 0.8.1 | ||
Date: 2023-10-10 | ||
Title: Cohort Generation for the OMOP Common Data Model | ||
Version: 0.11.2 | ||
Date: 2024-09-30 | ||
Authors@R: c( | ||
person("Anthony", "Sena", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jamie", "Gilbert", role = c("aut")), | ||
|
@@ -11,40 +11,41 @@ Authors@R: c( | |
person("Observational Health Data Science and Informatics", role = c("cph")) | ||
) | ||
Maintainer: Anthony Sena <[email protected]> | ||
Description: An R package for that encapsulates the functions for generating cohorts against the OMOP CDM. | ||
Description: Generate cohorts and subsets using an Observational | ||
Medical Outcomes Partnership (OMOP) Common Data Model (CDM) Database. | ||
Cohorts are defined using 'CIRCE' (<https://github.com/ohdsi/circe-be>) or | ||
SQL compatible with 'SqlRender' (<https://github.com/OHDSI/SqlRender>). | ||
Depends: | ||
DatabaseConnector (>= 5.0.0), | ||
R (>= 3.6.0), | ||
R6 | ||
Imports: | ||
bit64, | ||
checkmate, | ||
digest, | ||
dplyr, | ||
lubridate, | ||
methods, | ||
ParallelLogger (>= 3.0.0), | ||
readr (>= 2.1.0), | ||
rlang, | ||
RJSONIO, | ||
jsonlite, | ||
ResultModelManager, | ||
SqlRender (>= 1.11.1), | ||
stringi (>= 1.7.6) | ||
stringi (>= 1.7.6), | ||
tibble | ||
Suggests: | ||
CirceR (>= 1.1.1), | ||
Eunomia, | ||
knitr, | ||
rmarkdown, | ||
ROhdsiWebApi, | ||
testthat, | ||
withr | ||
Remotes: | ||
ohdsi/CirceR, | ||
ohdsi/Eunomia, | ||
ohdsi/ROhdsiWebApi | ||
withr, | ||
zip | ||
License: Apache License | ||
VignetteBuilder: knitr | ||
URL: https://ohdsi.github.io/CohortGenerator/, https://github.com/OHDSI/CohortGenerator | ||
BugReports: https://github.com/OHDSI/CohortGenerator/issues | ||
RoxygenNote: 7.2.3 | ||
RoxygenNote: 7.3.1 | ||
Encoding: UTF-8 | ||
Language: en-US |
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
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
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
Oops, something went wrong.