Skip to content

Commit d623b30

Browse files
committed
other pkgdown requirements
1 parent 0ec7950 commit d623b30

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
remotes::install_dev("pkgdown")
3838
remotes::install_github("tidyverse/tidytemplate")
3939
remotes::install_cran("tidymodels")
40+
remotes::install_cran("C50")
41+
remotes::install_cran("modeldata")
4042
shell: Rscript {0}
4143

4244
- name: Install package

vignettes/articles/Submodels.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We'll use the attrition data in `rsample` to illustrate:
2727

2828
```{r}
2929
library(tidymodels)
30-
data(attrition)
30+
data(attrition, package = "modeldata")
3131
3232
set.seed(4595)
3333
data_split <- initial_split(attrition, strata = "Attrition")

0 commit comments

Comments
 (0)