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 2cffc44 commit 6848919Copy full SHA for 6848919
.github/workflows/pkgdown.yaml
@@ -36,6 +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")
40
shell: Rscript {0}
41
42
- name: Install package
DESCRIPTION
@@ -51,5 +51,4 @@ Suggests:
51
MASS,
52
nlme,
53
modeldata,
54
- liquidSVM,
55
- ggplot2
+ liquidSVM
0 commit comments