Skip to content

Commit 4b1442b

Browse files
Add 'viridis' package to CRAN dependencies
1 parent b61e1e4 commit 4b1442b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Install CRAN dependencies
28-
run: install.packages(c("pander", "glue", "geomtextpath", "gt"), repos = "https://cloud.r-project.org")
28+
run: install.packages(c("pander", "glue", "geomtextpath", "gt", "viridis"), repos = "https://cloud.r-project.org")
2929
shell: Rscript {0}
3030

3131
- name: Install GitHub dependencies

0 commit comments

Comments
 (0)