... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
language: r |
4 | 4 |
r: |
5 | 5 |
- bioc-devel |
6 |
- |
|
6 |
+ |
|
7 | 7 |
cache: packages |
8 | 8 |
bioc_required: true |
9 | 9 |
|
... | ... |
@@ -15,17 +15,20 @@ os: |
15 | 15 |
apt_packages: |
16 | 16 |
- libfftw3-dev |
17 | 17 |
|
18 |
+r_packages: |
|
19 |
+ - covr |
|
20 |
+ |
|
18 | 21 |
env: |
19 | 22 |
global: |
20 | 23 |
- _R_CHECK_FORCE_SUGGESTS_=False |
21 | 24 |
- R_LIBS="http://cran.rstudio.com" |
22 | 25 |
|
23 |
- |
|
26 |
+ |
|
24 | 27 |
after_failure: |
25 | 28 |
- ./travis-tool.sh dump_logs |
26 | 29 |
|
27 |
-r_github_packages: |
|
28 |
- - jimhester/covr |
|
30 |
+## r_github_packages: |
|
31 |
+## - jimhester/covr |
|
29 | 32 |
|
30 | 33 |
after_success: |
31 | 34 |
- Rscript -e 'library(covr); codecov()' |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,37 @@ |
1 |
+## reference: http://docs.travis-ci.com/user/languages/r/ |
|
2 |
+ |
|
3 |
+language: r |
|
4 |
+r: |
|
5 |
+ - bioc-devel |
|
6 |
+ |
|
7 |
+cache: packages |
|
8 |
+bioc_required: true |
|
9 |
+ |
|
10 |
+os: |
|
11 |
+ - linux |
|
12 |
+ - osx |
|
13 |
+ |
|
14 |
+ |
|
15 |
+apt_packages: |
|
16 |
+ - libfftw3-dev |
|
17 |
+ |
|
18 |
+env: |
|
19 |
+ global: |
|
20 |
+ - _R_CHECK_FORCE_SUGGESTS_=False |
|
21 |
+ - R_LIBS="http://cran.rstudio.com" |
|
22 |
+ |
|
23 |
+ |
|
24 |
+after_failure: |
|
25 |
+ - ./travis-tool.sh dump_logs |
|
26 |
+ |
|
27 |
+r_github_packages: |
|
28 |
+ - jimhester/covr |
|
29 |
+ |
|
30 |
+after_success: |
|
31 |
+- Rscript -e 'library(covr); codecov()' |
|
32 |
+ |
|
33 |
+## notifications: |
|
34 |
+## email: |
|
35 |
+## on_success: change |
|
36 |
+## on_failure: change |
|
37 |
+ |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@122175 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,37 +0,0 @@ |
1 |
-## reference: http://docs.travis-ci.com/user/languages/r/ |
|
2 |
- |
|
3 |
-language: r |
|
4 |
-r: |
|
5 |
- - bioc-devel |
|
6 |
- |
|
7 |
-cache: packages |
|
8 |
-bioc_required: true |
|
9 |
- |
|
10 |
-os: |
|
11 |
- - linux |
|
12 |
- - osx |
|
13 |
- |
|
14 |
- |
|
15 |
-apt_packages: |
|
16 |
- - libfftw3-dev |
|
17 |
- |
|
18 |
-env: |
|
19 |
- global: |
|
20 |
- - _R_CHECK_FORCE_SUGGESTS_=False |
|
21 |
- - R_LIBS="http://cran.rstudio.com" |
|
22 |
- |
|
23 |
- |
|
24 |
-after_failure: |
|
25 |
- - ./travis-tool.sh dump_logs |
|
26 |
- |
|
27 |
-r_github_packages: |
|
28 |
- - jimhester/covr |
|
29 |
- |
|
30 |
-after_success: |
|
31 |
-- Rscript -e 'library(covr); codecov()' |
|
32 |
- |
|
33 |
-## notifications: |
|
34 |
-## email: |
|
35 |
-## on_success: change |
|
36 |
-## on_failure: change |
|
37 |
- |
... | ... |
@@ -1,34 +1,35 @@ |
1 | 1 |
## reference: http://docs.travis-ci.com/user/languages/r/ |
2 | 2 |
|
3 | 3 |
language: r |
4 |
+r: |
|
5 |
+ - devel |
|
6 |
+ - bioc-devel |
|
7 |
+ |
|
8 |
+cache: packages |
|
4 | 9 |
bioc_required: true |
5 | 10 |
|
6 |
-apt_packages: |
|
7 |
- - libfftw3-dev |
|
8 |
- |
|
9 |
-r_packages: |
|
10 |
- - ape |
|
11 |
- - phylobase |
|
12 |
- - colorspace |
|
13 |
- - grid |
|
14 |
- - ggplot2 |
|
15 |
- - gridExtra |
|
16 |
- - jsonlite |
|
17 |
- - magrittr |
|
18 |
- - reshape2 |
|
19 |
- - rmarkdown |
|
20 |
- - testthat |
|
21 |
- - knitr |
|
22 |
-bioc_packages: |
|
23 |
- - Biostrings |
|
24 |
- - EBImage |
|
25 |
- - BiocStyle |
|
11 |
+os: |
|
12 |
+ - linux |
|
13 |
+ - osx |
|
14 |
+ |
|
15 |
+ |
|
16 |
+env: |
|
17 |
+ global: |
|
18 |
+ - _R_CHECK_FORCE_SUGGESTS_=False |
|
19 |
+ - R_LIBS="http://cran.rstudio.com" |
|
20 |
+ |
|
26 | 21 |
|
27 | 22 |
after_failure: |
28 | 23 |
- ./travis-tool.sh dump_logs |
29 | 24 |
|
30 |
-notifications: |
|
31 |
- email: |
|
32 |
- on_success: change |
|
33 |
- on_failure: change |
|
25 |
+r_github_packages: |
|
26 |
+ - jimhester/covr |
|
27 |
+ |
|
28 |
+after_success: |
|
29 |
+- Rscript -e 'library(covr); codecov()' |
|
30 |
+ |
|
31 |
+## notifications: |
|
32 |
+## email: |
|
33 |
+## on_success: change |
|
34 |
+## on_failure: change |
|
34 | 35 |
|
... | ... |
@@ -1,6 +1,11 @@ |
1 |
+## reference: http://docs.travis-ci.com/user/languages/r/ |
|
2 |
+ |
|
1 | 3 |
language: r |
2 | 4 |
bioc_required: true |
3 | 5 |
|
6 |
+apt_packages: |
|
7 |
+ - libfftw3-dev |
|
8 |
+ |
|
4 | 9 |
r_packages: |
5 | 10 |
- ape |
6 | 11 |
- phylobase |
... | ... |
@@ -18,7 +23,7 @@ bioc_packages: |
18 | 23 |
- Biostrings |
19 | 24 |
- EBImage |
20 | 25 |
- BiocStyle |
21 |
- |
|
26 |
+ |
|
22 | 27 |
after_failure: |
23 | 28 |
- ./travis-tool.sh dump_logs |
24 | 29 |
|
update .travis based on support of r language
... | ... |
@@ -1,22 +1,22 @@ |
1 |
-# Sample .travis.yml for R projects. |
|
2 |
-# |
|
3 |
-# See README.md for instructions, or for more configuration options, |
|
4 |
-# see the wiki: |
|
5 |
-# https://github.com/craigcitro/r-travis/wiki |
|
1 |
+language: r |
|
6 | 2 |
|
7 |
-language: c |
|
8 |
- |
|
9 |
-before_install: |
|
10 |
- - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh |
|
11 |
- - chmod 755 ./travis-tool.sh |
|
12 |
- - ./travis-tool.sh bootstrap |
|
13 |
-env: |
|
14 |
- global: |
|
15 |
- - BIOC_USE_DEVEL="TRUE" |
|
16 |
-install: |
|
17 |
- - ./travis-tool.sh install_bioc_deps |
|
18 |
- - ./travis-tool.sh install_deps |
|
19 |
-script: ./travis-tool.sh run_tests |
|
3 |
+r_packages: |
|
4 |
+ - ape |
|
5 |
+ - phylobase |
|
6 |
+ - colorspace |
|
7 |
+ - grid |
|
8 |
+ - ggplot2 |
|
9 |
+ - gridExtra |
|
10 |
+ - jsonlite |
|
11 |
+ - magrittr |
|
12 |
+ - reshape2 |
|
13 |
+ - rmarkdown |
|
14 |
+ - testthat |
|
15 |
+ - knitr |
|
16 |
+bioc_packages: |
|
17 |
+ - Biostrings |
|
18 |
+ - EBImage |
|
19 |
+ - BioStyle |
|
20 | 20 |
|
21 | 21 |
after_failure: |
22 | 22 |
- ./travis-tool.sh dump_logs |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,27 @@ |
1 |
+# Sample .travis.yml for R projects. |
|
2 |
+# |
|
3 |
+# See README.md for instructions, or for more configuration options, |
|
4 |
+# see the wiki: |
|
5 |
+# https://github.com/craigcitro/r-travis/wiki |
|
6 |
+ |
|
7 |
+language: c |
|
8 |
+ |
|
9 |
+before_install: |
|
10 |
+ - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh |
|
11 |
+ - chmod 755 ./travis-tool.sh |
|
12 |
+ - ./travis-tool.sh bootstrap |
|
13 |
+env: |
|
14 |
+ global: |
|
15 |
+ - BIOC_USE_DEVEL="TRUE" |
|
16 |
+install: |
|
17 |
+ - ./travis-tool.sh install_bioc_deps |
|
18 |
+ - ./travis-tool.sh install_deps |
|
19 |
+script: ./travis-tool.sh run_tests |
|
20 |
+ |
|
21 |
+after_failure: |
|
22 |
+ - ./travis-tool.sh dump_logs |
|
23 |
+ |
|
24 |
+notifications: |
|
25 |
+ email: |
|
26 |
+ on_success: change |
|
27 |
+ on_failure: change |