forked from OHDSI/Capr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from thehyve/update_post_capr_demo
Update post capr demo
- Loading branch information
Showing
107 changed files
with
3,538 additions
and
3,332 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 |
---|---|---|
@@ -1,20 +1,22 @@ | ||
^renv$ | ||
^renv\.lock$ | ||
^Capr\.Rproj$ | ||
^\.Rproj\.user$ | ||
.github | ||
deploy.sh | ||
compare_versions | ||
^doc$ | ||
^Meta$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^extras$ | ||
^man-roxygen$ | ||
^scratch$ | ||
^work$ | ||
^README\.Rmd$ | ||
^pkgdown$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ | ||
^LICENSE\.md$ | ||
^requirements\.txt$ | ||
^renv$ | ||
^renv\.lock$ | ||
^Capr\.Rproj$ | ||
^\.Rproj\.user$ | ||
.github | ||
deploy.sh | ||
compare_versions | ||
^doc$ | ||
^Meta$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^extras$ | ||
^man-roxygen$ | ||
^scratch$ | ||
^work$ | ||
^README\.Rmd$ | ||
^pkgdown$ | ||
^cran-comments\.md$ | ||
^CRAN-SUBMISSION$ | ||
^LICENSE\.md$ | ||
^data-raw$ |
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
File renamed without changes.
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 |
---|---|---|
@@ -1,100 +1,106 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(compile,Cohort) | ||
export("%>%") | ||
export(age) | ||
export(as.json) | ||
export(atLeast) | ||
export(atMost) | ||
export(attrition) | ||
export(bt) | ||
export(censoringEvents) | ||
export(cohort) | ||
export(compile) | ||
export(conceptSets) | ||
export(conditionEra) | ||
export(conditionOccurrence) | ||
export(conditionType) | ||
export(continuousObservation) | ||
export(countOccurrences) | ||
export(cs) | ||
export(dateAdjustment) | ||
export(daysOfSupply) | ||
export(death) | ||
export(descendants) | ||
export(deviceExposure) | ||
export(drugEra) | ||
export(drugExit) | ||
export(drugExposure) | ||
export(drugQuantity) | ||
export(drugRefills) | ||
export(drugType) | ||
export(duringInterval) | ||
export(endDate) | ||
export(entry) | ||
export(eq) | ||
export(era) | ||
export(eventEnds) | ||
export(eventStarts) | ||
export(exactly) | ||
export(exclude) | ||
export(exit) | ||
export(female) | ||
export(firstOccurrence) | ||
export(fixedExit) | ||
export(getConceptSetDetails) | ||
export(gt) | ||
export(gte) | ||
export(isStandard) | ||
export(isStandardCS) | ||
export(links) | ||
export(lt) | ||
export(lte) | ||
export(makeCohortSet) | ||
export(male) | ||
export(mapped) | ||
export(measurement) | ||
export(measurementType) | ||
export(nbt) | ||
export(nestedWithAll) | ||
export(nestedWithAny) | ||
export(nestedWithAtLeast) | ||
export(nestedWithAtMost) | ||
export(observation) | ||
export(observationExit) | ||
export(observationType) | ||
export(procedure) | ||
export(procedureType) | ||
export(rangeHigh) | ||
export(rangeLow) | ||
export(readConceptSet) | ||
export(startDate) | ||
export(toCirce) | ||
export(unit) | ||
export(valueAsNumber) | ||
export(visit) | ||
export(visitType) | ||
export(withAll) | ||
export(withAny) | ||
export(withAtLeast) | ||
export(withAtMost) | ||
export(writeCohort) | ||
export(writeConceptSet) | ||
exportMethods("==") | ||
exportMethods(collectGuid) | ||
exportMethods(compile) | ||
import(dplyr) | ||
importFrom(DBI,dbGetQuery) | ||
importFrom(dplyr,across) | ||
importFrom(dplyr,filter) | ||
importFrom(dplyr,inner_join) | ||
importFrom(dplyr,mutate) | ||
importFrom(dplyr,select) | ||
importFrom(generics,compile) | ||
importFrom(magrittr,"%>%") | ||
importFrom(methods,"slot<-") | ||
importFrom(readr,read_csv) | ||
importFrom(readr,write_csv) | ||
importFrom(rlang,"%||%") | ||
importFrom(rlang,":=") | ||
importFrom(rlang,.data) | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(compile,Cohort) | ||
export("%>%") | ||
export(age) | ||
export(as.json) | ||
export(atLeast) | ||
export(atMost) | ||
export(attrition) | ||
export(bt) | ||
export(censoringEvents) | ||
export(cohort) | ||
export(compile) | ||
export(conditionEra) | ||
export(conditionOccurrence) | ||
export(conditionType) | ||
export(continuousObservation) | ||
export(countOccurrences) | ||
export(cs) | ||
export(dateAdjustment) | ||
export(daysOfSupply) | ||
export(death) | ||
export(descendants) | ||
export(deviceExposure) | ||
export(drugEra) | ||
export(drugExit) | ||
export(drugExposure) | ||
export(drugQuantity) | ||
export(drugRefills) | ||
export(drugType) | ||
export(duringInterval) | ||
export(endDate) | ||
export(entry) | ||
export(eq) | ||
export(era) | ||
export(eventEnds) | ||
export(eventStarts) | ||
export(exactly) | ||
export(exclude) | ||
export(exit) | ||
export(female) | ||
export(firstOccurrence) | ||
export(fixedExit) | ||
export(getConceptSetDetails) | ||
export(gt) | ||
export(gte) | ||
export(isStandard) | ||
export(isStandardCS) | ||
export(isStandardDB) | ||
export(links) | ||
export(lt) | ||
export(lte) | ||
export(makeCohortSet) | ||
export(male) | ||
export(mapped) | ||
export(measurement) | ||
export(measurementType) | ||
export(nbt) | ||
export(nestedWithAll) | ||
export(nestedWithAny) | ||
export(nestedWithAtLeast) | ||
export(nestedWithAtMost) | ||
export(observation) | ||
export(observationExit) | ||
export(observationType) | ||
export(procedure) | ||
export(procedureType) | ||
export(rangeHigh) | ||
export(rangeLow) | ||
export(readConceptSet) | ||
export(startDate) | ||
export(toCirce) | ||
export(unit) | ||
export(valueAsNumber) | ||
export(visit) | ||
export(visitType) | ||
export(withAll) | ||
export(withAny) | ||
export(withAtLeast) | ||
export(withAtMost) | ||
export(writeCohort) | ||
export(writeConceptSet) | ||
exportMethods("==") | ||
exportMethods(collectGuid) | ||
exportMethods(compile) | ||
import(dplyr) | ||
importFrom(DatabaseConnector,connect) | ||
importFrom(DatabaseConnector,disconnect) | ||
importFrom(DatabaseConnector,querySql) | ||
importFrom(SqlRender,render) | ||
importFrom(SqlRender,translate) | ||
importFrom(dplyr,across) | ||
importFrom(dplyr,bind_rows) | ||
importFrom(dplyr,filter) | ||
importFrom(dplyr,inner_join) | ||
importFrom(dplyr,mutate) | ||
importFrom(dplyr,rename) | ||
importFrom(dplyr,select) | ||
importFrom(generics,compile) | ||
importFrom(magrittr,"%>%") | ||
importFrom(methods,"slot<-") | ||
importFrom(readr,read_csv) | ||
importFrom(readr,write_csv) | ||
importFrom(rlang,"%||%") | ||
importFrom(rlang,":=") | ||
importFrom(rlang,.data) |
Oops, something went wrong.