Skip to content

Commit

Permalink
Update load_dashboard.yml
Browse files Browse the repository at this point in the history
Added appropriate channels for installation of dependencies
  • Loading branch information
yashdubey132 authored Nov 28, 2024
1 parent 23de10c commit cf5b6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/load_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

- name: Install R Dependencies
run: |
Rscript -e 'install.packages(c("DBI", "RPostgres", "rmarkdown", "knitr","tidyverse","ggplot2", "showtext", "rnaturanearth", "rnaturalearthdata", "plotly", "jsonlite", "ggthemes" ))'
Rscript -e 'install.packages(c("DBI", "RPostgres", "rmarkdown", "knitr", "plotly", "showtext", "rnaturalearth", "rnaturalearthdata", "jsonlite", "ggthemes"))'
Rscript -e 'install.packages("tidyverse", repos="https://cloud.r-project.org/")'
- name: Render Quarto Dashboard
env:
Expand Down

0 comments on commit cf5b6cf

Please sign in to comment.