... | ... |
@@ -1,12 +1,7 @@ |
1 |
-language: r |
|
2 |
-r: |
|
3 |
- - devel |
|
1 |
+language: R |
|
2 |
+r: bioc-devel |
|
4 | 3 |
sudo: false |
5 | 4 |
cache: packages |
6 |
-bioc_required: true |
|
7 | 5 |
warnings_are_errors: false |
8 |
-# Used for code coverage testing with covr and codecov |
|
9 |
-r_github_packages: |
|
10 |
- - jimhester/covr |
|
11 | 6 |
after_success: |
12 | 7 |
- Rscript -e 'covr::codecov()' |
From: Kasper Daniel Hansen <khansen@Tanngrisnir.local>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/bsseq@116910 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,33 +1,12 @@ |
1 | 1 |
language: r |
2 |
-sudo: required |
|
3 |
- |
|
4 |
-# Choose your operating system(s) (default: linux) |
|
5 |
-os: |
|
6 |
- - linux |
|
7 |
- - osx |
|
8 |
- |
|
9 |
-# Bioconductor-specific stuff. If targetting bioc-devel then need to use |
|
10 |
-# "bioc_use_devel: true", otherwise remove or comment-out this line. |
|
11 |
-# TODO: Should --timings be added to r_check_args to mimic BioC build machines? |
|
2 |
+r: |
|
3 |
+ - devel |
|
4 |
+sudo: false |
|
5 |
+cache: packages |
|
12 | 6 |
bioc_required: true |
13 |
-bioc_use_devel: true |
|
14 |
-# On CRAN all warnings are treated as errors; this is not true on Bioconductor. |
|
15 | 7 |
warnings_are_errors: false |
16 |
- |
|
17 |
-# Need this if also using covr to get code coverage |
|
8 |
+# Used for code coverage testing with covr and codecov |
|
18 | 9 |
r_github_packages: |
19 | 10 |
- jimhester/covr |
20 | 11 |
after_success: |
21 | 12 |
- Rscript -e 'covr::codecov()' |
22 |
- |
|
23 |
-# bsseq-specific stuff |
|
24 |
-r_build_args: "--no-build-vignettes --no-manual" |
|
25 |
-# TODO: Travis is reporting an error when checking the vignette, hence the |
|
26 |
-# inclusion of --no-vignettes in r_check_args |
|
27 |
-r_check_args: "--no-vignettes" |
|
28 |
-# Must 'manually' install packages in SUGGESTS in order to run full tests |
|
29 |
-r_binary_packages: |
|
30 |
- - RUnit |
|
31 |
-bioc_packages: |
|
32 |
- - bsseqData |
|
33 |
- - BiocStyle |
From: Kasper Daniel Hansen <kasperdanielhansen@gmail.com>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/bsseq@110074 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,33 @@ |
1 |
+language: r |
|
2 |
+sudo: required |
|
3 |
+ |
|
4 |
+# Choose your operating system(s) (default: linux) |
|
5 |
+os: |
|
6 |
+ - linux |
|
7 |
+ - osx |
|
8 |
+ |
|
9 |
+# Bioconductor-specific stuff. If targetting bioc-devel then need to use |
|
10 |
+# "bioc_use_devel: true", otherwise remove or comment-out this line. |
|
11 |
+# TODO: Should --timings be added to r_check_args to mimic BioC build machines? |
|
12 |
+bioc_required: true |
|
13 |
+bioc_use_devel: true |
|
14 |
+# On CRAN all warnings are treated as errors; this is not true on Bioconductor. |
|
15 |
+warnings_are_errors: false |
|
16 |
+ |
|
17 |
+# Need this if also using covr to get code coverage |
|
18 |
+r_github_packages: |
|
19 |
+ - jimhester/covr |
|
20 |
+after_success: |
|
21 |
+ - Rscript -e 'covr::codecov()' |
|
22 |
+ |
|
23 |
+# bsseq-specific stuff |
|
24 |
+r_build_args: "--no-build-vignettes --no-manual" |
|
25 |
+# TODO: Travis is reporting an error when checking the vignette, hence the |
|
26 |
+# inclusion of --no-vignettes in r_check_args |
|
27 |
+r_check_args: "--no-vignettes" |
|
28 |
+# Must 'manually' install packages in SUGGESTS in order to run full tests |
|
29 |
+r_binary_packages: |
|
30 |
+ - RUnit |
|
31 |
+bioc_packages: |
|
32 |
+ - bsseqData |
|
33 |
+ - BiocStyle |