Browse code

os x build

guangchuang yu authored on 11/11/2016 07:12:17
Showing 1 changed files
... ...
@@ -21,6 +21,7 @@ r_packages:
21 21
   - ggplot2
22 22
   - tidyr
23 23
   - abind
24
+  - tiff
24 25
 
25 26
 env:
26 27
   global:
Browse code

os x build

guangchuang yu authored on 11/11/2016 06:45:48
Showing 1 changed files
... ...
@@ -20,6 +20,7 @@ r_packages:
20 20
   - ape
21 21
   - ggplot2
22 22
   - tidyr
23
+  - abind
23 24
 
24 25
 env:
25 26
   global:
Browse code

osx build missing pkgs

guangchuang yu authored on 11/11/2016 06:15:42
Showing 1 changed files
... ...
@@ -17,6 +17,9 @@ apt_packages:
17 17
 
18 18
 r_packages:
19 19
   - covr
20
+  - ape
21
+  - ggplot2
22
+  - tidyr
20 23
 
21 24
 env:
22 25
   global:
Browse code

fixed travis osx check

guangchuang yu authored on 11/11/2016 05:53:11
Showing 1 changed files
... ...
@@ -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()'
Browse code

travis build

guangchuang yu authored on 11/10/2016 02:09:25
Showing 1 changed files
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
+
Browse code

remove site

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@122175 bc3139a8-67e5-0310-9ffc-ced21a209358

g.yu authored on 11/10/2016 02:01:09
Showing 1 changed files
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
-
Browse code

travis

GuangchuangYu authored on 28/08/2016 21:34:10
Showing 1 changed files
... ...
@@ -2,7 +2,6 @@
2 2
 
3 3
 language: r
4 4
 r:
5
-  - devel
6 5
   - bioc-devel
7 6
   
8 7
 cache: packages
Browse code

test travis

GuangchuangYu authored on 09/08/2016 11:09:39
Showing 1 changed files
... ...
@@ -13,6 +13,9 @@ os:
13 13
   - osx
14 14
 
15 15
 
16
+apt_packages:
17
+  - libfftw3-dev
18
+
16 19
 env:
17 20
   global:
18 21
     - _R_CHECK_FORCE_SUGGESTS_=False
Browse code

test travis

GuangchuangYu authored on 09/08/2016 10:58:49
Showing 1 changed files
... ...
@@ -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
 
Browse code

add apt_packages for compiling fftwtools pkg

GuangchuangYu authored on 22/05/2015 03:18:43
Showing 1 changed files
... ...
@@ -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
 
Browse code

.travis

GuangchuangYu authored on 22/05/2015 02:48:58
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 language: r
2
+bioc_required: true
2 3
 
3 4
 r_packages:
4 5
   - ape
... ...
@@ -16,7 +17,7 @@ r_packages:
16 17
 bioc_packages:
17 18
   - Biostrings
18 19
   - EBImage
19
-  - BioStyle
20
+  - BiocStyle
20 21
 
21 22
 after_failure:
22 23
   - ./travis-tool.sh dump_logs
Browse code

Update .travis.yml

update .travis based on support of r language

Guangchuang Yu authored on 22/05/2015 02:28:29
Showing 1 changed files
... ...
@@ -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
Browse code

Update .travis.yml

Guangchuang Yu authored on 03/02/2015 07:49:01
Showing 1 changed files
... ...
@@ -25,3 +25,4 @@ notifications:
25 25
   email:
26 26
     on_success: change
27 27
     on_failure: change
28
+
Browse code

travis

GuangchuangYu authored on 03/02/2015 07:45:23
Showing 1 changed files
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