Skip to content

Commit

Permalink
Update update-monthly-delays-chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EBrown-nycc authored Nov 1, 2024
1 parent 893e50c commit 9bd395f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-monthly-delays-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sudo apt-get install pandoc
sudo apt-get install -y r-cran-rcpp r-cran-rcpptoml r-cran-dplyr r-cran-readr r-cran-lubridate r-cran-reticulate r-cran-tidyr r-cran-htmlwidgets
R_LIB_PATH=$(Rscript -e 'cat(.libPaths()[1])')
echo "R_LIBS_USER=$R_LIB_PATH:/usr/lib/R/site-library:/usr/local/lib/R/site-library" >> $GITHUB_ENV
# sudo Rscript -e "install.packages(c('dplyr', 'readr', 'lubridate', 'reticulate', 'tidyr', 'highcharter', 'htmlwidgets', 'pandoc'), lib='$R_LIB_PATH', repos='https://cloud.r-project.org/')"
sudo Rscript -e "install.packages(c('highcharter'), lib='$R_LIB_PATH', repos='https://cloud.r-project.org/')"
Expand Down

0 comments on commit 9bd395f

Please sign in to comment.