Skip to content

Commit

Permalink
Package maintenance
Browse files Browse the repository at this point in the history
* Package maintenance
  • Loading branch information
gowthamrao authored Oct 23, 2023
1 parent fa8b6db commit b28a2d9
Show file tree
Hide file tree
Showing 18 changed files with 110 additions and 65 deletions.
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.

4 changes: 2 additions & 2 deletions docs/articles/HowToUseCohortExplorer.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.

7 changes: 4 additions & 3 deletions docs/index.html

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

10 changes: 9 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 @@ -3,5 +3,5 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
HowToUseCohortExplorer: HowToUseCohortExplorer.html
last_built: 2023-09-11T15:00Z
last_built: 2023-10-23T11:41Z

2 changes: 1 addition & 1 deletion docs/pull_request_template.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/CohortExplorer-package.html

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

18 changes: 17 additions & 1 deletion docs/reference/createCohortExplorerApp.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/exportCohortExplorerAppFiles.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.

Binary file modified extras/CohortExplorer.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion extras/exampleCodeToRun/CodeToRunOhdsi.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ databaseIds <-

for (i in (1:length(databaseIds))) {
for (j in (1:length(cohortDefinitionIds))) {

if (i == 2) {
shiftDates = TRUE
} else {
shiftDates = FALSE
}

cdmSource <- cdmSources %>%
dplyr::filter(.data$sequence == 1) %>%
dplyr::filter(database == databaseIds[[i]])
Expand Down Expand Up @@ -61,7 +68,7 @@ for (i in (1:length(databaseIds))) {
dplyr::pull(cohortName),
exportFolder = exportFolder,
databaseId = SqlRender::snakeCaseToCamelCase(cdmSource$database),
shiftDate = FALSE,
shiftDate = shiftDates,
featureCohortDatabaseSchema = as.character(cdmSource$cohortDatabaseSchemaFinal),
featureCohortTable = cohortTableName,
featureCohortDefinitionSet = cohortDefinitionSet
Expand Down
Binary file modified inst/doc/HowToUseCohortExplorer.pdf
Binary file not shown.
Loading

0 comments on commit b28a2d9

Please sign in to comment.