Skip to content
Snippets Groups Projects
Unverified Commit f3e287de authored by Luke Zappia's avatar Luke Zappia Committed by GitHub
Browse files

Merge pull request #29 from dynverse/master

Fix travis testing
parents b78f0b52 cb99b18e
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,16 @@ r:
sudo: false
cache: packages
# dependency for gsl>copula>zinbwave
addons:
apt:
packages:
- libgsl-dev
install:
- R -e 'install.packages("devtools")'
- R -e 'devtools::install(dependencies = TRUE, upgrade_dependencies = TRUE)'
after_success:
- Rscript -e 'covr::codecov()'
......
......@@ -54,8 +54,8 @@ Suggests:
scran,
mfa,
phenopath,
zinbwave,
BASiCS
BASiCS,
zinbwave
biocViews: SingleCell, RNASeq, Transcriptomics, GeneExpression, Sequencing,
Software
URL: https://github.com/Oshlack/splatter
......
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