Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sirplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioCellGen-public
sirplus
Commits
4097cba4
Commit
4097cba4
authored
8 years ago
by
Luke Zappia
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for Bioconductor submission
parent
d849b9f3
No related branches found
Branches containing commit
Tags
v0.99.0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.Rbuildignore
+2
-0
2 additions, 0 deletions
.Rbuildignore
DESCRIPTION
+9
-7
9 additions, 7 deletions
DESCRIPTION
NEWS.md
+4
-0
4 additions, 0 deletions
NEWS.md
inst/NEWS.Rd
+8
-0
8 additions, 0 deletions
inst/NEWS.Rd
with
23 additions
and
7 deletions
.Rbuildignore
+
2
−
0
View file @
4097cba4
...
...
@@ -3,3 +3,5 @@
^\.travis\.yml$
^codecov\.yml$
^appveyor\.yml$
^NEWS\.md$
^\.git*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
DESCRIPTION
+
9
−
7
View file @
4097cba4
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 0.
12.1
Date: 2016-1
1-2
5
Version: 0.
99.0
Date: 2016-1
2-0
5
Author: Luke Zappia
Authors@R: as.person(c(
"Luke Zappia <luke.zappia@mcri.edu.au> [aut, cre]",
"Belinda Phipson <belinda.phipson@mcri.edu.au> [aut]",
"Alicia Oshlack <alicia.oshlack@mcri.edu.au> [aut]"
))
Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"),
email = "luke.zappia@mcri.edu.au"),
person("Belinda", "Phipson", role = c("aut"),
email = "belinda.phipson@mcri.edu.au"),
person("Alicia", "Oshlack", role = c("aut"),
email = "alicia.oshlack@mcri.edu.au"))
Maintainer: Luke Zappia <luke.zappia@mcri.edu.au>
Description: Splatter is a package for the simulation of single-cell RNA
sequencing count data. It provides a simple interface for creating complex
...
...
This diff is collapsed.
Click to expand it.
NEWS.md
+
4
−
0
View file @
4097cba4
# splatter 0.99.0
*
Submit to Bioconductor
# splatter 0.12.1
*
Fix bug in compareSCESets
...
...
This diff is collapsed.
Click to expand it.
inst/NEWS.Rd
0 → 100644
+
8
−
0
View file @
4097cba4
\name{NEWS}
\title{News for Package \pkg{splatter}}
\section{Version 0.99.0 (2016-12-05)}{
\itemize{
\item Package prepared for Bioconductor submission.
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment