Skip to content
Snippets Groups Projects
Commit 435f092c authored by Luke Zappia's avatar Luke Zappia
Browse files

Tell Appveyor to install devtools

parent 06412a33
No related branches found
No related tags found
No related merge requests found
...@@ -10,17 +10,21 @@ init: ...@@ -10,17 +10,21 @@ init:
install: install:
ps: Bootstrap ps: Bootstrap
# Adapt as necessary starting from here cache:
- C:\RLibrary
environment: environment:
matrix: NOT_CRAN: true
# - R_VERSION: devel # env vars that may need to be set, at least temporarily, from time to time
- R_VERSION: release # see https://github.com/krlmlr/r-appveyor#readme for details
USE_RTOOLS: true USE_RTOOLS: true
# R_REMOTES_STANDALONE: true
# Adapt as necessary starting from here
build_script: build_script:
- travis-tool.sh install_r devtools
- travis-tool.sh install_bioc_deps - travis-tool.sh install_bioc_deps
- travis-tool.sh install_bioc GenomeInfoDb DelayedArray BASiCS
test_script: test_script:
- travis-tool.sh run_tests - travis-tool.sh run_tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment