Skip to content

Commit

Permalink
install more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 2, 2024
1 parent 974a206 commit d031220
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/r_revdepchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: R reverse dependency checks

on:
push:
pull_request:
# Run manually by clicking a button in the UI
workflow_dispatch:
# Run on the 5th day of every month
Expand Down Expand Up @@ -55,8 +54,7 @@ jobs:
brew install libomp
- name: build package
run: |
# just install build dependencies (runtime dependencies are installed later)
Rscript -e "install.packages(c('knitr', 'markdown'), repos = 'https://cran.rstudio.com', Ncpus = parallel::detectCores())"
Rscript -e "install.packages(c('R6', 'data.table', 'jsonlite', 'knitr', 'markdown', 'Matrix', 'RhpcBLASctl'), repos = 'https://cran.r-project.org', Ncpus = parallel::detectCores())"
sh ./build-cran-package.sh
- name: run revdepchecks
run: |
Expand Down

0 comments on commit d031220

Please sign in to comment.