Skip to content

Commit 31ef640

Browse files
committed
Add tidygeocoder package to deployment workflow
1 parent 1662e9d commit 31ef640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-shinyapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Install R dependencies
4141
run: |
42-
R -e "install.packages(c('rsconnect', 'shiny', 'bslib', 'dplyr', 'lubridate', 'DT', 'shinyjs', 'tidyr', 'plotly', 'jsonlite', 'scales', 'mapgl', 'sf', 'httr2'))"
42+
R -e "install.packages(c('rsconnect', 'shiny', 'bslib', 'dplyr', 'lubridate', 'DT', 'shinyjs', 'tidyr', 'plotly', 'jsonlite', 'scales', 'mapgl', 'sf', 'httr2', 'tidygeocoder'))"
4343
4444
- name: Determine app to deploy
4545
id: determine-app

0 commit comments

Comments
 (0)