Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Apr 16, 2024
1 parent 952b5a0 commit f78b231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@
repos = c(CRAN = "https://packagemanager.posit.co/cran/${{ matrix.config.date }}")
)
install.packages(c("rcmdcheck", "knitr"))
install.packages(".", dependencies=T, upgrade=T, Ncpus = parallel::detectCores()-1)
install.packages(c("rcmdcheck"))
devtools::install(".", dependencies = TRUE, upgrade = TRUE, Ncpus = parallel::detectCores()-1)
#install.packages(".", dependencies=T, upgrade=T, Ncpus = parallel::detectCores()-1)

shell: Rscript {0}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
matrix:
config:
- {os: ubuntu-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: macos-latest, r: 'release'}
#- {os: windows-latest, r: 'release'}
#- {os: macos-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel-1'}
# - {os: ubuntu-latest, r: 'oldrel-2'}
# - {os: ubuntu-latest, r: 'oldrel-3'}
Expand Down

0 comments on commit f78b231

Please sign in to comment.