Skip to content

Commit

Permalink
Adding data.table to make vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Feb 8, 2024
1 parent 0e5fd75 commit 321b2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build site
run: |
install.packages('zoo') |
install.packages(c('zoo', 'data.table')) |
pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, dest_dir = "public") |
file.copy(from = "./public/articles/logo.png",to = "./public/reference/logo.png")
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ getready:
- mkdir -p $R_LIBS_USER
- mkdir -p $APT_CACHE
- echo "options(Ncpus=$(nproc --all), repos=c(CRAN='$CRAN'))" >> $R_PROFILE
- Rscript -e "install.packages(c('devtools', 'pkgdown', 'covr', 'connectapi', 'zoo', 'rsconnect'))"
- Rscript -e "install.packages(c('devtools', 'pkgdown', 'covr', 'connectapi', 'zoo', 'rsconnect', 'data.table'))"
- Rscript -e 'remotes::install_deps(dependencies=TRUE)'
cache:
paths:
Expand Down

0 comments on commit 321b2b7

Please sign in to comment.