-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
- getPhenotypeLog() now returns the original user submitted cohort name, instead of the name forced by atlas-phenotype. - This is in line with the original requirement. It allows for long names, names with special characters. - Deprecated listPhenotypes(). This was an older function that did the same as getPhenotypeLog() but returned only two fields. - Added requirement on R (4.10) because tidyverse seems to cause problems with older versions of R.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
Package: PhenotypeLibrary | ||
Type: Package | ||
Title: The OHDSI Phenotype Library | ||
Version: 3.22.0 | ||
Date: 2023-09-23 | ||
Version: 3.22.1 | ||
Date: 2023-09-24 | ||
Author: Gowtham Rao [aut, cre] | ||
Maintainer: Gowtham Rao <[email protected]> | ||
Description: A repository to store the content of the OHDSI Phenotype library. | ||
Depends: | ||
R (>= 4.1.0) | ||
Imports: | ||
checkmate, | ||
readr, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,5 @@ | |
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
#' @import dplyr | ||
#' @importFrom rlang .data | ||
NULL |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.