Skip to content

Commit db45e96

Browse files
authored
Update deploy_bookdown.yml
adding tidync
1 parent fc15cd5 commit db45e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_bookdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install packages
3131
run: Rscript -e '
32-
install.packages(c("librarian", "rgdal", "rmarkdown", "vroom", "xfun", "tinytex"), type = "binary");
32+
install.packages(c("librarian", "rgdal", "rmarkdown", "vroom", "xfun", "tinytex", "tidync"), type = "binary");
3333
librarian::shelf(bookdown, dm, here, lubridate, , rmarkdown, tidyverse, worms);
3434
remotes::install_github("iobis/obistools", upgrade="never");
3535
tinytex::install_tinytex()'

0 commit comments

Comments
 (0)