Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Apr 20, 2020
2 parents 39bdeb5 + 1c4ec41 commit 1d3fee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@ jobs:
- name: Install dependencies
run: |
if (Sys.info()['sysname'] == "Windows") {
install.packages("RCurl", type = "binary")
}
install.packages("Rcpp", repos="https://RcppCore.github.io/drat")
install.packages(c("BiocManager", "glue"), Ncpu = 2L)
BiocManager::install(version = '${{ matrix.config.bioc }}')
BiocManager::install(c("GenomeInfoDbData", "GenomicAlignments"), Ncpu = 2L)
BiocManager::install(c("GenomeInfoDbData", "GO.db", "GenomicAlignments"), Ncpu = 2L)
setRepositories(ind=1:2)
remotes::install_deps(dependencies = TRUE, repos = getOption('repos'), Ncpu = 2L)
remotes::install_cran("rcmdcheck", Ncpu = 2L)
Expand Down

0 comments on commit 1d3fee3

Please sign in to comment.