Browse code

travis

Kasper Daniel Hansen authored on 16/10/2017 21:26:01
Showing 1 changed files
... ...
@@ -7,3 +7,8 @@ r_github_packages:
7 7
   - jimhester/covr
8 8
 after_success:
9 9
   - Rscript -e 'covr::codecov()'
10
+before_install:
11
+  - tlmgr install bera
12
+  - tlmgr install nowidow
13
+  - tlmgr install parnotes
14
+  - tlmgr install marginfix
Browse code

travis

Kasper Daniel Hansen authored on 16/10/2017 21:14:23
Showing 1 changed files
... ...
@@ -7,8 +7,3 @@ r_github_packages:
7 7
   - jimhester/covr
8 8
 after_success:
9 9
   - Rscript -e 'covr::codecov()'
10
-before_install:
11
-  - tlmgr install bera
12
-  - tlmgr install nowidow
13
-  - tlmgr install parnotes
14
-  - tlmgr install marginfix
Browse code

travis

Kasper Daniel Hansen authored on 16/10/2017 20:04:25
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-language: R
1
+language: r
2 2
 r: bioc-devel
3 3
 sudo: false
4 4
 cache: packages
Browse code

updating travis

Kasper Daniel Hansen authored on 16/10/2017 19:59:10
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-language: r
1
+language: R
2 2
 r: bioc-devel
3 3
 sudo: false
4 4
 cache: packages
Browse code

updating travis

Kasper Daniel Hansen authored on 16/10/2017 19:54:43
Showing 1 changed files
... ...
@@ -3,6 +3,8 @@ r: bioc-devel
3 3
 sudo: false
4 4
 cache: packages
5 5
 warnings_are_errors: false
6
+r_github_packages:
7
+  - jimhester/covr
6 8
 after_success:
7 9
   - Rscript -e 'covr::codecov()'
8 10
 before_install:
Browse code

minor things in travis:

Kasper Daniel Hansen authored on 16/10/2017 19:36:26
Showing 1 changed files
... ...
@@ -1,4 +1,4 @@
1
-language: R
1
+language: r
2 2
 r: bioc-devel
3 3
 sudo: false
4 4
 cache: packages
... ...
@@ -10,4 +10,3 @@ before_install:
10 10
   - tlmgr install nowidow
11 11
   - tlmgr install parnotes
12 12
   - tlmgr install marginfix
13
-
Browse code

updating travis

Kasper Daniel Hansen authored on 16/10/2017 19:30:47
Showing 1 changed files
... ...
@@ -5,3 +5,9 @@ cache: packages
5 5
 warnings_are_errors: false
6 6
 after_success:
7 7
   - Rscript -e 'covr::codecov()'
8
+before_install:
9
+  - tlmgr install bera
10
+  - tlmgr install nowidow
11
+  - tlmgr install parnotes
12
+  - tlmgr install marginfix
13
+
Browse code

updating travis.yml

Kasper Daniel Hansen authored on 16/10/2017 19:27:18
Showing 1 changed files
... ...
@@ -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()'
Browse code

updates from master

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

khansen authored on 29/04/2016 04:18:31
Showing 1 changed files
... ...
@@ -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
Browse code

fixed conflict

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

khansen authored on 29/10/2015 19:12:43
Showing 1 changed files
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