Skip to content

Commit

Permalink
Fix r package list
Browse files Browse the repository at this point in the history
  • Loading branch information
Susan Vanderplas committed Dec 20, 2023
1 parent 13a548e commit a1fbd21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ jobs:
# CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}
- name: Install R dependencies
run: |
install.packages(c("ggplot2", "yaml", "jsonlite", "devtools",
"rnaturalearth", "rnaturalearthdata", "sf",
"stringr", "lubridate", "dplyr", "tidyr", "purrr",
"ggthemes", "readr", "skimr")
install.packages(c("ggplot2", "yaml", "jsonlite", "devtools", "rnaturalearth", "rnaturalearthdata", "sf", "stringr", "lubridate", "dplyr", "tidyr", "purrr", "ggthemes", "readr", "skimr")
shell: Rscript {0}
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit a1fbd21

Please sign in to comment.