-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update DESCRIPTION * only resrtict to first if many observations per subjectId * fix assignment operator in configurePython (#421) * Tibble dependancy removal (#422) * remove unnecessary remotes (#423) * Study population improvements (#424) * assign population if existing and added a test (#428) * 429 save cdm database name (#430) * save dev database name and schema in trainDetails (#434) * preserve attributes when splitting data * Prevent plpData from being evaluated during do.call (#436) * test improvements (#438) * fix duplicate vignette titles --------- Co-authored-by: jreps <[email protected]> Co-authored-by: Henrik <[email protected]>
- Loading branch information
1 parent
7a55c31
commit 9e37b51
Showing
53 changed files
with
373 additions
and
333 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 |
---|---|---|
|
@@ -10,5 +10,4 @@ compare_versions | |
.github | ||
docs/* | ||
_pkgdown.yml | ||
|
||
|
||
^vignettes/articles$ |
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ Package: PatientLevelPrediction | |
Type: Package | ||
Title: Developing patient level prediction using data in the OMOP Common Data | ||
Model | ||
Version: 6.3.6 | ||
Date: 2023-10-09 | ||
Version: 6.3.7 | ||
Date: 2024-04-04 | ||
Authors@R: c( | ||
person("Jenna", "Reps", email = "[email protected]", role = c("aut", "cre")), | ||
person("Martijn", "Schuemie", role = c("aut")), | ||
|
@@ -43,7 +43,6 @@ Imports: | |
rlang, | ||
SqlRender (>= 1.1.3), | ||
survival, | ||
tibble, | ||
tidyr, | ||
utils | ||
Suggests: | ||
|
@@ -74,9 +73,7 @@ Remotes: | |
ohdsi/BigKnn, | ||
ohdsi/Eunomia, | ||
ohdsi/FeatureExtraction, | ||
ohdsi/IterativeHardThresholding, | ||
ohdsi/ParallelLogger, | ||
ohdsi/ShinyAppBuilder, | ||
ohdsi/ResultModelManager | ||
RoxygenNote: 7.2.3 | ||
ohdsi/ResultModelManager, | ||
RoxygenNote: 7.3.1 | ||
Encoding: UTF-8 |
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
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
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
Oops, something went wrong.