Skip to content

Commit

Permalink
Update Update Data Files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minhajuddin2510 authored Sep 5, 2023
1 parent 390d103 commit dd6877f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Update Data Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@ jobs:
echo "$GSHEET_TOKEN" | base64 -d > gargle-oauth
- name: Install dependencies
run: |
install.packages("rstudioapi", "readxl",
"sf", "rgdal", "spData", "raster", "leaflet", "rmapshaper","geojsonio",
"tidycensus", "jsonlite", "rvest", "purrr", "httr",
"tidyverse", "lubridate", "plotly", "stringr", "rnoaa", "nhdplusTools",
"googlesheets4", "magrittr", "dplyr", "ckanr","dataRetrieval","EGRET")
- name: Run Config
run: Rscript boerne-water-supply/rcode/global0_set_apis_libraries.R

- name: Run R script
Expand Down

0 comments on commit dd6877f

Please sign in to comment.