Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_github("tidyverse/tidytemplate")
remotes::install_cran("tidymodels")
remotes::install_cran("C50")
install.packages("pkgdown")
shell: Rscript {0}

Expand Down
6 changes: 3 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ navbar:
- text: "Articles"
menu:
- text: Regression modeling
href: articles/articles/Regression.html
href: https://www.tidymodels.org/learn/models/parsnip-ranger-glmnet/
- text: Classification modeling
href: articles/articles/Classification.html
href: https://www.tidymodels.org/learn/models/parsnip-nnet/
- text: Making a parsnip model from scratch
href: articles/articles/Scratch.html
href: https://www.tidymodels.org/learn/develop/models/
- text: Evaluating submodels with the same model object
href: articles/articles/Submodels.html
- text: News
Expand Down