File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : Install dependencies
3434 run : |
3535 remotes::install_deps(dependencies = TRUE)
36+ remotes::install_github("tidyverse/tidytemplate")
37+ remotes::install_cran("tidymodels")
38+ remotes::install_cran("C50")
3639 install.packages("pkgdown")
3740 shell : Rscript {0}
3841
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ navbar:
7171 - text : " Articles"
7272 menu :
7373 - text : Regression modeling
74- href : articles/articles/Regression.html
74+ href : https://www.tidymodels.org/learn/models/parsnip-ranger-glmnet/
7575 - text : Classification modeling
76- href : articles/articles/Classification.html
76+ href : https://www.tidymodels.org/learn/models/parsnip-nnet/
7777 - text : Making a parsnip model from scratch
78- href : articles/articles/Scratch.html
78+ href : https://www.tidymodels.org/learn/develop/models/
7979 - text : Evaluating submodels with the same model object
8080 href : articles/articles/Submodels.html
8181 - text : News
You can’t perform that action at this time.
0 commit comments