forked from giotto-suite/GiottoData
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 934 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: GiottoData
Type: Package
Title: Datasets for Giotto
Version: 0.2.13
Authors@R: c(
person("Ruben", "Dries", email = "rubendries@gmail.com",
role = c("aut", "cre"))
)
Description: Stores information and scripts to work with, or load various
different spatial datasets that can be used with the Giotto Suite workflow.
Also contains example mini Giotto subobjects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://drieslab.github.io/GiottoData/, https://github.com/drieslab/GiottoData
BugReports: https://github.com/drieslab/GiottoData/issues
Depends:
R (>= 4.3.0),
GiottoClass (>= 0.3.1),
utils (>= 4.3.0)
Imports:
data.table (>= 1.14.0),
GiottoUtils (>= 0.1.7),
rprojroot
Suggests:
devtools,
GiottoVisuals,
Giotto,
reticulate,
terra (>= 1.5-12)
Remotes:
drieslab/GiottoClass,
drieslab/GiottoUtils,
drieslab/Giotto
RoxygenNote: 7.3.1