... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
environment: |
2 | 2 |
R_CHECK_ARGS: --no-manual |
3 |
- |
|
3 |
+ _R_CHECK_FORCE_SUGGESTS_: false |
|
4 |
+ |
|
4 | 5 |
init: |
5 | 6 |
ps: | |
6 | 7 |
$ErrorActionPreference = "Stop" |
... | ... |
@@ -12,8 +13,8 @@ install: |
12 | 13 |
ps: Bootstrap |
13 | 14 |
|
14 | 15 |
build_script: |
15 |
- - travis-tool.sh install_deps |
|
16 |
- - travis-tool.sh install_bioc BiocStyle Biostrings EBImage |
|
16 |
+ - travis-tool.sh install_r base64 |
|
17 |
+ - travis-tool.sh install_bioc BiocStyle Biostrings |
|
17 | 18 |
## - travis-tool.sh install_bioc_deps |
18 | 19 |
|
19 | 20 |
test_script: |
... | ... |
@@ -22,8 +23,8 @@ test_script: |
22 | 23 |
on_failure: |
23 | 24 |
- travis-tool.sh dump_logs |
24 | 25 |
|
25 |
-notifications: |
|
26 |
- email: |
|
27 |
- on_success: change |
|
28 |
- on_failure: change |
|
26 |
+## notifications: |
|
27 |
+## email: |
|
28 |
+## on_success: change |
|
29 |
+## on_failure: change |
|
29 | 30 |
|