Skip to content

Commit

Permalink
package maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamrao committed Oct 9, 2023
1 parent 8fe2378 commit 12d65c7
Show file tree
Hide file tree
Showing 28 changed files with 46 additions and 37 deletions.
12 changes: 8 additions & 4 deletions R/Phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,14 @@ getPhenotypeLog <- function(cohortIds = NULL,
cohorts <- cohorts |>
dplyr::filter(!.data$isReferenceCohort == 1) |>
dplyr::filter(
stringr::str_detect(string = tolower(.data$status),
pattern = "pending") |
stringr::str_detect(string = tolower(.data$status),
pattern = "accepted")
stringr::str_detect(
string = tolower(.data$status),
pattern = "pending"
) |
stringr::str_detect(
string = tolower(.data$status),
pattern = "accepted"
)
) |>
dplyr::filter(
stringr::str_detect(
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.

6 changes: 3 additions & 3 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.

7 changes: 6 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-09T14:52Z
last_built: 2023-10-09T17:51Z

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.

6 changes: 3 additions & 3 deletions 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 12d65c7

Please sign in to comment.