Skip to content

Commit 6848919

Browse files
committed
moved extra installs to pkgdown yaml
1 parent 2cffc44 commit 6848919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
remotes::install_deps(dependencies = TRUE)
3737
remotes::install_dev("pkgdown")
3838
remotes::install_github("tidyverse/tidytemplate")
39+
remotes::install_github("tidyverse/tidymodels")
3940
shell: Rscript {0}
4041

4142
- name: Install package

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ Suggests:
5151
MASS,
5252
nlme,
5353
modeldata,
54-
liquidSVM,
55-
ggplot2
54+
liquidSVM

0 commit comments

Comments
 (0)