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 13234ea commit c19531fCopy full SHA for c19531f
appveyor.yml
@@ -12,6 +12,24 @@ install:
12
13
# Adapt as necessary starting from here
14
15
+environment:
16
+ global:
17
+ WARNINGS_ARE_ERRORS: 1
18
+
19
+ matrix:
20
+ - R_VERSION: oldrel
21
+ R_ARCH: i386
22
23
+ R_ARCH: x64
24
+ - R_VERSION: release
25
26
27
28
+ - R_VERSION: devel
29
30
31
32
33
build_script:
34
- travis-tool.sh install_deps
35
0 commit comments