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

Add package/project files

parent 0e818530
No related branches found
No related tags found
No related merge requests found
^.*\.Rproj$
^\.Rproj\.user$
......@@ -31,3 +31,4 @@ vignettes/*.pdf
# Temporary files created by R markdown
*.utf8.md
*.knit.md
.Rproj.user
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 0.1.0
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]",
"Alica Oshlack <alicia.oshlack@mcri.edu.au> [aut]"
))
Maintainer: Luke Zappia <luke.zappia@mcri.edu.au>
Description: Splatter is a package for the simulation of single-cell RNA
sequencing data. It provides a simple interface for creating complex
simulations that are reproducible and well-documented. As well as a
simulation model Splatter also includes functions for estimating the
parameters of that model.
License: GPL-3
LazyData: TRUE
Depends:
R (>= 3.3)
biocViews: SingleCell, RNASeq, Transcriptomics, GeneExpression, Sequencing,
Software
URL: https://github.com/lazappi/splatter
BugReports: https://github.com/lazappi/splatter/issues
RoxygenNote: 5.0.1
# Generated by roxygen2: do not edit by hand
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
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