... | ... |
@@ -3,7 +3,7 @@ r: bioc-devel |
3 | 3 |
cache: packages |
4 | 4 |
sudo: false # use container based build system |
5 | 5 |
warnings_are_errors: true |
6 |
-dist: trusty |
|
6 |
+#dist: trusty |
|
7 | 7 |
|
8 | 8 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
9 | 9 |
# this was causing mzR installation to fail |
... | ... |
@@ -1,8 +1,9 @@ |
1 | 1 |
language: r |
2 | 2 |
r: bioc-devel |
3 | 3 |
cache: packages |
4 |
-sudo: true # use container based build system |
|
4 |
+sudo: false # use container based build system |
|
5 | 5 |
warnings_are_errors: true |
6 |
+dist: trusty |
|
6 | 7 |
|
7 | 8 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
8 | 9 |
# this was causing mzR installation to fail |
... | ... |
@@ -14,7 +15,6 @@ before_install: |
14 | 15 |
addons: |
15 | 16 |
apt: |
16 | 17 |
packages: |
17 |
- - libmagick++-dev |
|
18 | 18 |
- libnetcdf-dev |
19 | 19 |
- netcdf-bin # libnetcdf-dev doesn't contain nc-config in ubuntu 12.04 (in 16.04 it is part of libnetcdf-dev) |
20 | 20 |
- libhdf5-dev |
... | ... |
@@ -1,32 +1,25 @@ |
1 | 1 |
language: r |
2 | 2 |
r: bioc-devel |
3 |
-sudo: required |
|
4 |
- |
|
5 |
-r_packages: |
|
6 |
- - devtools |
|
7 |
- - knitr |
|
8 |
- - XML |
|
9 |
- - plyr |
|
10 |
- - doParallel |
|
11 |
- - foreach |
|
12 |
- - iterators |
|
13 |
- |
|
14 |
-addons: |
|
15 |
- apt: |
|
16 |
- packages: |
|
17 |
- - libnetcdf-dev |
|
18 |
- - netcdf-bin |
|
3 |
+cache: packages |
|
4 |
+sudo: false # use container based build system |
|
5 |
+warnings_are_errors: true |
|
6 |
+dist: trusty |
|
19 | 7 |
|
20 | 8 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
21 |
-# Thanks to jimhester pointing this out! |
|
9 |
+# this was causing mzR installation to fail |
|
10 |
+# see https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17189 |
|
11 |
+# workaround stolen from https://github.com/hadley/devtools/blob/1ce84b04568ff7846c3da754f28e7e22a23c8737/.travis.yml#L23-L26 |
|
22 | 12 |
before_install: |
23 | 13 |
- if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
24 |
- - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh |
|
25 |
- - chmod 755 ./travis-tool.sh |
|
26 |
- - ./travis-tool.sh bootstrap |
|
27 | 14 |
|
28 |
-## Work around timeout, following |
|
29 |
-## https://github.com/craigcitro/r-travis/wiki |
|
15 |
+addons: |
|
16 |
+ apt: |
|
17 |
+ packages: |
|
18 |
+ - libnetcdf-dev |
|
19 |
+ - netcdf-bin # libnetcdf-dev doesn't contain nc-config in ubuntu 12.04 (in 16.04 it is part of libnetcdf-dev) |
|
20 |
+ - libhdf5-dev |
|
30 | 21 |
|
31 |
-script: |
|
32 |
- - travis_wait ./travis-tool.sh run_tests |
|
22 |
+script: |
|
23 |
+ - | |
|
24 |
+ R CMD build . |
|
25 |
+ travis_wait 40 R CMD check --no-build-vignettes --no-vignettes mzR*tar.gz |
... | ... |
@@ -21,6 +21,9 @@ addons: |
21 | 21 |
# Thanks to jimhester pointing this out! |
22 | 22 |
before_install: |
23 | 23 |
- if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
24 |
+ - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh |
|
25 |
+ - chmod 755 ./travis-tool.sh |
|
26 |
+ - ./travis-tool.sh bootstrap |
|
24 | 27 |
|
25 | 28 |
## Work around timeout, following |
26 | 29 |
## https://github.com/craigcitro/r-travis/wiki |
... | ... |
@@ -21,3 +21,9 @@ addons: |
21 | 21 |
# Thanks to jimhester pointing this out! |
22 | 22 |
before_install: |
23 | 23 |
- if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
24 |
+ |
|
25 |
+## Work around timeout, following |
|
26 |
+## https://github.com/craigcitro/r-travis/wiki |
|
27 |
+ |
|
28 |
+script: |
|
29 |
+ - travis_wait ./travis-tool.sh run_tests |
... | ... |
@@ -11,9 +11,11 @@ r_packages: |
11 | 11 |
- foreach |
12 | 12 |
- iterators |
13 | 13 |
|
14 |
-apt_packages: |
|
15 |
- - libnetcdf-dev |
|
16 |
- - netcdf-bin |
|
14 |
+addons: |
|
15 |
+ apt: |
|
16 |
+ packages: |
|
17 |
+ - libnetcdf-dev |
|
18 |
+ - netcdf-bin |
|
17 | 19 |
|
18 | 20 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
19 | 21 |
# Thanks to jimhester pointing this out! |
... | ... |
@@ -19,10 +19,3 @@ apt_packages: |
19 | 19 |
# Thanks to jimhester pointing this out! |
20 | 20 |
before_install: |
21 | 21 |
- if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
22 |
- |
|
23 |
-script: |
|
24 |
- - | |
|
25 |
- travis_wait 20 R CMD build . |
|
26 |
- R CMD check --no-build-vignettes --no-vignettes mzR*tar.gz |
|
27 |
- |
|
28 |
- |
... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
language: r |
2 | 2 |
r: bioc-devel |
3 | 3 |
sudo: required |
4 |
+ |
|
4 | 5 |
r_packages: |
5 | 6 |
- knitr |
6 | 7 |
- XML |
... | ... |
@@ -8,6 +9,7 @@ r_packages: |
8 | 9 |
- doParallel |
9 | 10 |
- foreach |
10 | 11 |
- iterators |
12 |
+ |
|
11 | 13 |
apt_packages: |
12 | 14 |
- libnetcdf-dev |
13 | 15 |
- netcdf-bin |
... | ... |
@@ -17,4 +19,9 @@ apt_packages: |
17 | 19 |
before_install: |
18 | 20 |
- if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
19 | 21 |
|
22 |
+script: |
|
23 |
+ - | |
|
24 |
+ travis_wait 20 R CMD build . |
|
25 |
+ R CMD check --no-build-vignettes --no-vignettes mzR*tar.gz |
|
26 |
+ |
|
20 | 27 |
|
... | ... |
@@ -1,7 +1,6 @@ |
1 | 1 |
language: r |
2 | 2 |
r: bioc-devel |
3 | 3 |
sudo: required |
4 |
-dist: precise |
|
5 | 4 |
r_packages: |
6 | 5 |
- knitr |
7 | 6 |
- XML |
... | ... |
@@ -10,9 +9,6 @@ r_packages: |
10 | 9 |
- foreach |
11 | 10 |
- iterators |
12 | 11 |
apt_packages: |
13 |
- - texlive-latex-extra |
|
14 |
- - texlive-fonts-extra |
|
15 |
- - texlive-latex-recommended |
|
16 | 12 |
- libnetcdf-dev |
17 | 13 |
- netcdf-bin |
18 | 14 |
|
... | ... |
@@ -8,7 +8,9 @@ r_packages: |
8 | 8 |
- doParallel |
9 | 9 |
- foreach |
10 | 10 |
- iterators |
11 |
-apt_packages: |
|
11 |
+apt_packages: |
|
12 |
+ - texlive-latex-extra |
|
13 |
+ - texlive-fonts-extra |
|
12 | 14 |
- libnetcdf-dev |
13 | 15 |
- netcdf-bin |
14 | 16 |
|
... | ... |
@@ -16,3 +18,5 @@ apt_packages: |
16 | 18 |
# Thanks to jimhester pointing this out! |
17 | 19 |
before_install: |
18 | 20 |
- if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
21 |
+ |
|
22 |
+ |
From: Steffen Neumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@126467 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ CXX1X=g++ ' > ~/.R/Makevars; fi |
|
19 | 18 |
\ No newline at end of file |
19 |
+ - if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
|
20 | 20 |
\ No newline at end of file |
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ \nCXX1X=g++ ' > ~/.R/Makevars; fi |
|
19 | 18 |
\ No newline at end of file |
19 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ CXX1X=g++ ' > ~/.R/Makevars; fi |
|
20 | 20 |
\ No newline at end of file |
From: Laurent <lg390@cam.ac.uk>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125207 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ \nCXX1X=g++ ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ \nCXX1X=g++ ' > ~/.R/Makevars; fi |
|
19 | 19 |
\ No newline at end of file |
From: sneumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125205 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ \nCXX1X=g++ ' > ~/.R/Makevars; fi |
From: sneumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125199 bc3139a8-67e5-0310-9ffc-ced21a209358
From: sneumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125198 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
From: sneumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125197 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
From: sneumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125196 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
|
18 |
+ - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x ' > ~/.R/Makevars; fi |
From: sneumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125195 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -12,3 +12,7 @@ apt_packages: |
12 | 12 |
- libnetcdf-dev |
13 | 13 |
- netcdf-bin |
14 | 14 |
|
15 |
+# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
|
16 |
+# Thanks to jimhester pointing this out! |
|
17 |
+before_install: |
|
18 |
+ - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
From: Laurent <lg390@cam.ac.uk>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125194 bc3139a8-67e5-0310-9ffc-ced21a209358
From: Steffen Neumann <sneumann@ipb-halle.de>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@125190 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ \nCXX1X=g++ ' > ~/.R/Makevars; fi |
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'bioc-devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x ' > ~/.R/Makevars; fi |
|
18 |
+ - echo "$TRAVIS_R_VERSION_STRING" ; if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x \nCXX1X=g++ -std=c++0x -g -O2 -fPIC ' > ~/.R/Makevars; fi |
... | ... |
@@ -15,4 +15,4 @@ apt_packages: |
15 | 15 |
# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
16 | 16 |
# Thanks to jimhester pointing this out! |
17 | 17 |
before_install: |
18 |
- - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
|
18 |
+ - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'SHLIB_CXX1XLD=g++ -std=c++0x ' > ~/.R/Makevars; fi |
... | ... |
@@ -12,3 +12,7 @@ apt_packages: |
12 | 12 |
- libnetcdf-dev |
13 | 13 |
- netcdf-bin |
14 | 14 |
|
15 |
+# Set CXX1X for R-devel, as R-devel does not detect CXX1X support for gcc 4.6.3, |
|
16 |
+# Thanks to jimhester pointing this out! |
|
17 |
+before_install: |
|
18 |
+ - if [[ "$TRAVIS_R_VERSION_STRING" = 'devel' ]]; then mkdir ~/.R && echo 'CXX1X=g++ -std=c++0x -g -O2 -fPIC' > ~/.R/Makevars; fi |
From: Laurent <lg390@cam.ac.uk>
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/mzR@121284 bc3139a8-67e5-0310-9ffc-ced21a209358