Skip to content
Snippets Groups Projects
Commit f9607578 authored by Luke Zappia's avatar Luke Zappia
Browse files

Fix bug in NAMESPACE

parent 247158cf
No related branches found
No related tags found
No related merge requests found
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 1.9.4
Date: 2019-08-20
Version: 1.9.5
Date: 2019-09-09
Author: Luke Zappia
Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"),
......
......@@ -63,7 +63,6 @@ export(splatSimulate)
export(splatSimulateGroups)
export(splatSimulatePaths)
export(splatSimulateSingle)
export(splotchSimulate)
export(summariseDiff)
export(zinbEstimate)
export(zinbSimulate)
......@@ -131,7 +130,6 @@ importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(stats,aggregate)
importFrom(stats,cor)
importFrom(stats,dbeta)
importFrom(stats,dnbinom)
importFrom(stats,ks.test)
importFrom(stats,median)
......
## Version 1.9.5 (2019-09-09)
* Fix bug in NAMESPACE
## Version 1.9.4 (2019-08-20)
* Fix deprecated column name in diffSCEs QQ plots
......
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