Skip to content
Snippets Groups Projects
Commit ef2c4f2b authored by Christina Azodi's avatar Christina Azodi
Browse files

redo installs for all

parent ea7797fa
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
language: R language: R
r: r:
- release
- bioc-devel - bioc-devel
# - bioc-release # - bioc-release
sudo: false sudo: false
...@@ -15,13 +14,11 @@ addons: ...@@ -15,13 +14,11 @@ addons:
- libgsl-dev # dependency for gsl>copula>zinbwave - libgsl-dev # dependency for gsl>copula>zinbwave
#install: skip #install: skip
#before_install:
# r_packages:
# - knitr
install: install:
- R -e 'install.packages("knitr")' - R -e 'install.packages("knitr")'
# - R -e 'install.packages("devtools")' - R -e 'install.packages("devtools")'
# - R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)' - R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)'
after_success: after_success:
- Rscript -e 'covr::codecov()' - Rscript -e 'covr::codecov()'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment