OHDSI / PatientLevelPrediction

An R package for performing patient level prediction in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/PatientLevelPrediction
188 stars 89 forks source link

Broken links on readme #496

Closed eroell closed 2 weeks ago

eroell commented 1 month ago

Hi,

there seem to be some broken links on the readme, namely for the vignettes for Implementing Existing Patient-Level Predictive Models and Adding Custom Machine Learning Algorithms

best regards!

egillax commented 1 month ago

Thanks @eroell for the report. I will fix those. These files seem to have been removed a while a ago. I'm also going to add a CI check for broken links to stop this from happening again

egillax commented 2 weeks ago

This has now been fixed on latest develop. Install with:

remotes::install_github("OHDSI/PatientLevelPrediction@develop")

Have as well added a CI job to check for broken links that runs every time the website is generated.