Skip to content

Commit 123c2e8

Browse files
committed
Add reactablefmtr installation step with install.packages for better dependency handling
1 parent 3897ce0 commit 123c2e8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
gdal-bin
7777
Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths())); if (!requireNamespace("pak", quietly=TRUE)) install.packages("pak", repos = "https://cloud.r-project.org"); pak::pkg_install(c("sf", "tigris", "units", "tidycensus", "chromote", "reactable", "scales", "htmltools", "RSelenium", "readxl", "magrittr"))'
7878
79+
- name: 🔧 Install reactablefmtr
80+
run: |
81+
Rscript -e '.libPaths(c(Sys.getenv("R_LIBS_USER"), .libPaths())); install.packages("reactablefmtr", repos = "https://cloud.r-project.org", dependencies = TRUE)'
82+
7983
- name: 🔧 Verify R packages
8084
run: |
8185
Rscript -e 'cat(.libPaths(), sep="\n"); library(rmarkdown); cat("rmarkdown loaded\n")'

0 commit comments

Comments
 (0)