PatientLevelPrediction
PatientLevelPrediction copied to clipboard
checkPlpInstallation url not working
Running devtools::source_url('https://raw.github.com/OHDSI/PatientLevelPrediction/issue242/extras/checkPlpInstallation.R')
as per the Testing installation instructions for the PLP package (https://ohdsi.github.io/PatientLevelPrediction/articles/InstallationGuide.html) throws a Not Found (HTTP 404) error.
not sure why I referenced issue242, need to change the document but the real link should reference main:
devtools::source_url('https://raw.github.com/OHDSI/PatientLevelPrediction/main/extras/checkPlpInstallation.R')
This is an easy first commit if somebody wants to fix the link in the documents