Skip to content

Commit

Permalink
Release v3.28.1
Browse files Browse the repository at this point in the history
* Bug fix
* Release version 3.28.1
  • Loading branch information
gowthamrao committed Oct 9, 2023
1 parent 420e613 commit 1d2341c
Show file tree
Hide file tree
Showing 30 changed files with 44 additions and 35 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: PhenotypeLibrary
Type: Package
Title: The OHDSI Phenotype Library
Version: 3.28.0
Version: 3.28.1
Date: 2023-10-09
Author: Gowtham Rao [aut, cre]
Maintainer: Gowtham Rao <rao@ohdsi.org>
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
PhenotypeLibrary 3.28.1
======================
Bug fix with getPhenotypeLog()

PhenotypeLibrary 3.28.0
======================
Accepted Cohorts: No cohorts were accepted in this release.
Expand Down
2 changes: 1 addition & 1 deletion R/Phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ getPlCohortDefinitionSet <- function(cohortIds) {
checkmate::assertIntegerish(cohortIds, min.len = 1, add = errorMessages)
checkmate::reportAssertions(collection = errorMessages)

cohorts <- getPhenotypeLog() |>
cohorts <- getPhenotypeLog(showHidden = TRUE) |>
dplyr::filter(.data$cohortId %in% cohortIds) |>
dplyr::select(
"cohortId",
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/CohortDefinitionSubmissionRequirements.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/CohortDefinitionsInOhdsiPhenotypeLibrary.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/GuidanceOnCohortDefinitionSetRObject.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/GuidanceOnLiteratureReview.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/GuidanceOnPerformingPeerReview.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/GuidanceOnWritingAnEvaluationReport.html

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.

11 changes: 6 additions & 5 deletions docs/articles/HowToUsePhenotypeLibraryRPackage.html

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.

2 changes: 1 addition & 1 deletion docs/articles/SubmittedCohortDefinitions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/ValidityChecksForCohortDefinitions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ articles:
ReservedWordsWithSpecialMeaningToPhenotypers: ReservedWordsWithSpecialMeaningToPhenotypers.html
SubmittedCohortDefinitions: SubmittedCohortDefinitions.html
ValidityChecksForCohortDefinitions: ValidityChecksForCohortDefinitions.html
last_built: 2023-10-09T19:47Z
last_built: 2023-10-09T21:15Z

2 changes: 1 addition & 1 deletion docs/reference/PhenotypeLibrary-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/getPhenotypeLog.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/getPlCohortDefinitionSet.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/getPlConceptDefinitionSet.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/listPhenotypes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified extras/PhenotypeLibrary.pdf
Binary file not shown.
Binary file modified inst/doc/HowToUsePhenotypeLibraryRPackage.pdf
Binary file not shown.

0 comments on commit 1d2341c

Please sign in to comment.