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

Merge pull request #35 from Oshlack/ci

Fix appveyor
parents 5a04dcda 86901797
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
language: R
r:
- bioc-devel
- bioc-release
# - bioc-release
sudo: false
cache: packages
......
......@@ -115,7 +115,6 @@ importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(scater,newSCESet)
importFrom(stats,dnbinom)
importFrom(stats,median)
importFrom(stats,model.matrix)
......
......@@ -27,7 +27,6 @@
#' @examples
#' sim <- BASiCSSimulate()
#' @export
#' @importFrom scater newSCESet
BASiCSSimulate <- function(params = newBASiCSParams(), verbose = TRUE, ...) {
checkmate::assertClass(params, "BASiCSParams")
......
......@@ -15,11 +15,12 @@ install:
environment:
matrix:
- R_VERSION: devel
- R_VERSION: release
# - R_VERSION: release
USE_RTOOLS: true
build_script:
- travis-tool.sh install_bioc_deps
- travis-tool.sh install_bioc GenomeInfoDb DelayedArray BASiCS
test_script:
- travis-tool.sh run_tests
......
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