We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b790ca5 commit 3aa4e56Copy full SHA for 3aa4e56
.travis.yml
@@ -3,6 +3,7 @@ cache: packages
3
latex: false
4
fortran: false
5
pandoc: false
6
+r_check_args: '--run-donttest'
7
8
matrix:
9
include:
appveyor.yml
@@ -16,7 +16,12 @@ install:
16
- rustc -V
17
- cargo -V
18
19
-# Adapt as necessary starting from here
+environment:
20
+ matrix:
21
+ - R_VERSION: release
22
+ R_CHECK_ARGS: '--no-manual --run-donttest'
23
+ - R_VERSION: devel
24
25
26
build_script:
27
- travis-tool.sh install_deps
0 commit comments