Skip to content

Commit

Permalink
added ggrepel package
Browse files Browse the repository at this point in the history
  • Loading branch information
vgXhc committed Mar 5, 2024
1 parent 5b5c143 commit c76be07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UpdateGraphs_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# use RStudio's CRAN mirror with precompiled binaries
use-public-rspm: true
- name: Install required packages
run: Rscript -e 'install.packages(c("tidyverse"), dependencies = TRUE)'
run: Rscript -e 'install.packages(c("tidyverse", "ggrepel"), dependencies = TRUE)'
- name: Retrieve data
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit c76be07

Please sign in to comment.