Skip to content

Commit 970a686

Browse files
authored
Update write-manifest.yaml
1 parent 9ce5f13 commit 970a686

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/workflows/write-manifest.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,22 @@ jobs:
3131
with:
3232
use-public-rspm: true
3333

34-
- name: Install rsconnect
34+
- name: Install dependencies
3535
run: |
36-
install.packages("rsconnect")
36+
install.packages("pak")
37+
pak::pak(c(
38+
"rsconnect",
39+
"rmarkdown",
40+
"knitr",
41+
"xaringan",
42+
"mapSpain",
43+
"reactable",
44+
"rnaturalearth"
45+
))
46+
47+
pak::pak("ropensci/rnaturalearthhires")
48+
pak::pak("cran/GADMTools")
49+
3750
shell: Rscript {0}
3851

3952
- name: Write manifest.json

0 commit comments

Comments
 (0)