-
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
Showing
77 changed files
with
6,683 additions
and
726 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,48 @@ | ||
Package: Strategus | ||
Type: Package | ||
Title: Coordinating and Executing Analytics Using HADES Modules | ||
Version: 0.0.2 | ||
Date: 2022-03-25 | ||
Version: 0.0.3 | ||
Date: 2023-03-10 | ||
Authors@R: c( | ||
person("Martijn", "Schuemie", , "[email protected]", role = c("aut", "cre")) | ||
) | ||
Maintainer: Martijn Schuemie <[email protected]> | ||
person("Martijn", "Schuemie", email = "[email protected]", role = c("aut", "cre")), | ||
person("Anthony", "Sena", email = "[email protected]", role = c("aut")), | ||
person("Observational Health Data Science and Informatics", role = c("cph")) | ||
) | ||
Maintainer: Anthony Sena <[email protected]> | ||
Description: An R package for coordinating and executing analytics using HADES modules. | ||
License: Apache License 2.0 | ||
URL: https://ohdsi.github.io/Strategus, https://github.com/OHDSI/Strategus | ||
BugReports: https://github.com/OHDSI/Strategus/issues | ||
Depends: | ||
R (>= 4.0.0), | ||
CohortGenerator (>= 0.5.0), | ||
DatabaseConnector (>= 5.0.4) | ||
CohortGenerator (>= 0.7.0), | ||
DatabaseConnector (>= 5.1.0) | ||
Imports: | ||
targets, | ||
renv (>= 0.15.5), | ||
ParallelLogger, | ||
dplyr, | ||
checkmate, | ||
keyring, | ||
rlang, | ||
utils, | ||
R.utils, | ||
digest, | ||
SqlRender, | ||
readr | ||
targets, | ||
renv (>= 0.15.5), | ||
ParallelLogger (>= 3.1.0), | ||
dplyr, | ||
checkmate, | ||
keyring, | ||
rlang, | ||
utils, | ||
R.utils, | ||
digest, | ||
methods, | ||
tibble, | ||
SqlRender (>= 1.11.0) | ||
Suggests: | ||
testthat, | ||
fs, | ||
knitr, | ||
rmarkdown | ||
testthat (>= 3.0.0), | ||
fs, | ||
knitr, | ||
rmarkdown, | ||
Eunomia | ||
Remotes: | ||
ohdsi/CohortGenerator, | ||
ohdsi/DatabaseConnector | ||
ohdsi/Eunomia | ||
VignetteBuilder: knitr | ||
NeedsCompilation: no | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
Encoding: UTF-8 | ||
Config/testthat/edition: 3 |
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 |
---|---|---|
@@ -1,4 +1,24 @@ | ||
Strategus 0.0.3 | ||
=============== | ||
|
||
- Breaking change: removed function `createExecutionSettings()` and replaced with 2 new functions: `createCdmExecutionSettings()` and `createResultsExecutionSettings()`. (#19) | ||
- Added Vignettes (#23) | ||
- Provide better support for `keyring` to handle named/locked keyrings (#24) | ||
- Add function to list Strategus modules (#30) | ||
- Fixes from testing (#36) | ||
- Enforce module structure for proper use with renv (#37) | ||
- Support CDM 5.4 source table format (#41) | ||
- Add unit tests (#47) | ||
|
||
|
||
Strategus 0.0.2 | ||
=============== | ||
|
||
- Updates renv to 0.15.5 | ||
- Call renv::use() for each module | ||
|
||
|
||
Strategus 0.0.1 | ||
=============== | ||
|
||
Initial version | ||
Initial version |
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.