ohdsi-studies / PioneerWatchfulWaiting

This study is part of the joint PIONEER - EHDEN - OHDSI studyathon in March 2021, and aims to advance understanding of clinical management and outcomes of watchful waiting in prostate cancer.
Apache License 2.0
7 stars 18 forks source link

CohortDiagnostics #73

Closed keesvanbochove closed 3 years ago

keesvanbochove commented 3 years ago

Previous version of CohortDiagnostics was 2.0.0.

The current version of CohortDiagnostics is 2.1.0, but this version has a declared dependency on R 4, and some data partners are still on R 3. Currently @rfherrerac is testing this fork to see if we can backport CohortDiagnostics to R 3: https://github.com/thehyve/CohortDiagnostics/blob/backport21_r3/DESCRIPTION

keesvanbochove commented 3 years ago

This seems to work according to Ron, the following command would install this backport version: devtools::install_github("thehyve/CohortDiagnostics",ref="backport21_r3") and depending on which packages are installed, also the following commands may be needed:

devtools::install_github("OHDSI/Andromeda")
install.packages("clock",version="0.4.0",repos = "http://cran.us.r-project.org")