Skip to content

Commit

Permalink
Merge pull request #45 from mojaveazure/develop
Browse files Browse the repository at this point in the history
SeuratObject v4.1.0
  • Loading branch information
mojaveazure authored May 2, 2022
2 parents dc66b64 + c30cae0 commit fe608da
Show file tree
Hide file tree
Showing 70 changed files with 6,033 additions and 412 deletions.
35 changes: 29 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: SeuratObject
Type: Package
Title: Data Structures for Single Cell Data
Version: 4.0.4
Date: 2021-11-23
Version: 4.1.0
Date: 2022-04-29
Authors@R: c(
person(given = 'Rahul', family = 'Satija', email = 'rsatija@nygenome.org', role = 'aut', comment = c(ORCID = '0000-0001-9448-8833')),
person(given = 'Andrew', family = 'Butler', email = 'abutler@nygenome.org', role = 'aut', comment = c(ORCID = '0000-0003-3608-0463')),
Expand Down Expand Up @@ -33,19 +33,42 @@ RoxygenNote: 7.1.2
Depends:
R (>= 4.0.0)
Imports:
future,
future.apply,
grDevices,
grid,
Matrix (>= 1.3.3),
methods,
progressr,
Rcpp (>= 1.0.5),
sp,
rgeos,
rlang (>= 0.4.7),
stats,
tools,
utils
Suggests:
ggplot2,
testthat
Collate: 'RcppExports.R' 'utils.R' 'zzz.R' 'generics.R'
'assay.R' 'command.R' 'data.R' 'default.R'
'jackstraw.R' 'dimreduc.R' 'graph.R' 'neighbor.R'
'spatial.R' 'seurat.R'
Collate:
'RcppExports.R'
'zzz.R'
'generics.R'
'graph.R'
'assay.R'
'centroids.R'
'command.R'
'data.R'
'default.R'
'jackstraw.R'
'dimreduc.R'
'segmentation.R'
'keymixin.R'
'molecules.R'
'spatial.R'
'fov.R'
'logmap.R'
'neighbor.R'
'seurat.R'
'utils.R'
LinkingTo: Rcpp, RcppEigen
Loading

0 comments on commit fe608da

Please sign in to comment.