We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6848919 commit 0ec7950Copy full SHA for 0ec7950
.github/workflows/pkgdown.yaml
@@ -36,7 +36,7 @@ jobs:
36
remotes::install_deps(dependencies = TRUE)
37
remotes::install_dev("pkgdown")
38
remotes::install_github("tidyverse/tidytemplate")
39
- remotes::install_github("tidyverse/tidymodels")
+ remotes::install_cran("tidymodels")
40
shell: Rscript {0}
41
42
- name: Install package
0 commit comments