Skip to content

Commit

Permalink
release version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Aug 23, 2016
1 parent da6cd08 commit 07188a9
Show file tree
Hide file tree
Showing 101 changed files with 6,549 additions and 1,496 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages
warnings_are_errors: false
TRAVIS_OS_NAME: osx
54 changes: 46 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,51 @@
Package: Seurat
Version: 1.2.1
Date: 10/06/2015
Version: 1.3
Date: 05/21/2015
Title: Seurat : R toolkit for single cell genomics
Description: Seurat : R toolkit for single cell genomics
Description: Seurat : R toolkit for single cell genomics.
Author: Rahul Satija
Maintainer: Satija Lab <[email protected]>
URL: http://www.satijalab.org/seurat
Depends: R (>= 3.1.0), ggplot2, reshape2, useful, gridExtra, gplots, gdata
Imports: ROCR, stringr, mixtools, lars, fastICA, tsne, Rtsne, fpc, ape, VGAM, jackstraw, XLConnect, lfa
Remotes: StoreyLab/lfa@a1df252
License: GPL 3.0

Depends:
R (>= 3.2.0),
ggplot2,
cowplot,
SystemRequirements: Java (>= 1.6)
Imports:
methods,
ROCR,
stringr,
mixtools,
lars,
fastICA,
tsne,
Rtsne,
fpc,
ape,
VGAM,
pbapply,
igraph,
FNN,
caret,
dplyr,
RColorBrewer,
MASS,
Matrix,
irlba,
reshape2,
gridExtra,
gplots,
gdata
License: GPL-3
Collate:
'seurat.R'
'cluster_determination.R'
'cluster_validation.R'
'deprecated_functions.R'
'seuratFxns.R'
'snn.R'
'tSNE_project.R'
'zfRenderSeurat.R'
RoxygenNote: 5.0.1
Suggests:
testthat
Loading

0 comments on commit 07188a9

Please sign in to comment.