Skip to content

Commit

Permalink
accept 403 response
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 28, 2024
1 parent 706509e commit 02342b9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 407 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: lycheeverse/lychee-action@v2
with:
args: --base . --verbose --no-progress './**/*.md' './**/*.rmd' './**/*.Rmd'
args: --base . --verbose --no-progress --accept '100..=103, 200..=299, 403' './**/*.md' './**/*.Rmd'

- name: Fix Hades Logo
run: Rscript -e 'OhdsiRTools::fixHadesLogo()'
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ Please read the main vignette for the package:
In addition we have created vignettes that describe advanced functionality in more detail:

- [Building Multiple Patient-Level Predictive Models](https://github.com/OHDSI/PatientLevelPrediction/blob/main/inst/doc/BuildingMultiplePredictiveModels.pdf)
- [Implementing Existing Patient-Level Predictive Models](https://github.com/OHDSI/PatientLevelPrediction/blob/main/inst/doc/ImplementingExistingModels.pdf)
- [Adding Custom Machine Learning Algorithms](https://github.com/OHDSI/PatientLevelPrediction/blob/main/inst/doc/AddingCustomAlgorithms.pdf)
- [Adding Custom Machine Learning Algorithms](https://github.com/OHDSI/PatientLevelPrediction/blob/main/inst/doc/AddingCustomModels.pdf)
- [Building Deep Learning Models](https://github.com/OHDSI/DeepPatientLevelPrediction)
- [Building Ensemble Models](https://github.com/OHDSI/EnsemblePatientLevelPrediction)
- [Creating Learning Curves](https://github.com/OHDSI/PatientLevelPrediction/blob/main/inst/doc/CreatingLearningCurves.pdf)
Expand Down
291 changes: 0 additions & 291 deletions vignettes/BestPractices.rmd

This file was deleted.

46 changes: 0 additions & 46 deletions vignettes/ClinicalModels.rmd

This file was deleted.

Loading

0 comments on commit 02342b9

Please sign in to comment.