Skip to content

Commit fe608da

Browse files
authored
Merge pull request #45 from mojaveazure/develop
SeuratObject v4.1.0
2 parents dc66b64 + c30cae0 commit fe608da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+6033
-412
lines changed

DESCRIPTION

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: SeuratObject
22
Type: Package
33
Title: Data Structures for Single Cell Data
4-
Version: 4.0.4
5-
Date: 2021-11-23
4+
Version: 4.1.0
5+
Date: 2022-04-29
66
Authors@R: c(
77
person(given = 'Rahul', family = 'Satija', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0001-9448-8833')),
88
person(given = 'Andrew', family = 'Butler', email = '[email protected]', role = 'aut', comment = c(ORCID = '0000-0003-3608-0463')),
@@ -33,19 +33,42 @@ RoxygenNote: 7.1.2
3333
Depends:
3434
R (>= 4.0.0)
3535
Imports:
36+
future,
37+
future.apply,
3638
grDevices,
3739
grid,
3840
Matrix (>= 1.3.3),
3941
methods,
42+
progressr,
4043
Rcpp (>= 1.0.5),
44+
sp,
45+
rgeos,
4146
rlang (>= 0.4.7),
4247
stats,
4348
tools,
4449
utils
4550
Suggests:
51+
ggplot2,
4652
testthat
47-
Collate: 'RcppExports.R' 'utils.R' 'zzz.R' 'generics.R'
48-
'assay.R' 'command.R' 'data.R' 'default.R'
49-
'jackstraw.R' 'dimreduc.R' 'graph.R' 'neighbor.R'
50-
'spatial.R' 'seurat.R'
53+
Collate:
54+
'RcppExports.R'
55+
'zzz.R'
56+
'generics.R'
57+
'graph.R'
58+
'assay.R'
59+
'centroids.R'
60+
'command.R'
61+
'data.R'
62+
'default.R'
63+
'jackstraw.R'
64+
'dimreduc.R'
65+
'segmentation.R'
66+
'keymixin.R'
67+
'molecules.R'
68+
'spatial.R'
69+
'fov.R'
70+
'logmap.R'
71+
'neighbor.R'
72+
'seurat.R'
73+
'utils.R'
5174
LinkingTo: Rcpp, RcppEigen

0 commit comments

Comments
 (0)