-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
24 lines (21 loc) · 1.02 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language: r
r: bioc-devel
cache:
packages: true
timeout: 1000
branches:
except:
- gh-pages
install:
- R -e 'install.packages("BiocManager")'
# - R -e 'BiocManager::install(version="devel", ask=FALSE)'
- R -e 'BiocManager::install(ask=FALSE)'
# - R -e 'BiocManager::install(c("GOSemSim", "AnnotationDbi", "GO.db", "BiocCheck", "BiocStyle", "org.Hs.eg.db"), version="devel")'
- R -e 'BiocManager::install(c("GOSemSim", "AnnotationDbi", "GO.db", "BiocCheck", "BiocStyle", "org.Hs.eg.db"))'
- R -e 'install.packages(c("pheatmap", "ggplot2", "ggrepel", "treemap", "tm", "wordcloud", "shiny", "shinydashboard", "DT", "plotly", "heatmaply", "magrittr", "knitr", "rmarkdown", "testthat", "umap"))'
- wget -qO- https://raw.githubusercontent.com/Bioconductor/packagebuilder/master/check.Renviron | sed 's/_R_CHECK_FORCE_SUGGESTS_=TRUE/_R_CHECK_FORCE_SUGGESTS_=FALSE/' > /home/travis/check.Renviron
script:
- export R_CHECK_ENVIRON=/home/travis/check.Renviron
- R CMD build .
- R CMD check *tar.gz
# - R CMD BiocCheck *tar.gz