-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
82 lines (82 loc) · 1.67 KB
/
DESCRIPTION
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: GiottoDB
Title: Database Backend for Giotto Suite
Version: 0.0.0.0001
Authors@R: c(
person("Edward", "Ruiz", email = "[email protected]",
role = c("aut")),
person("Jiaji", "George Chen", email = "[email protected]",
role = c("aut")),
person("Ruben", "Dries", email = "[email protected]",
role = c("aut", "cre"))
)
Maintainer: Ruben Dries <[email protected]>
Description: Framework and structures for database-backed representations of
data for Giotto Suite.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://drieslab.github.io/GiottoDB/, https://github.com/drieslab/GiottoDB
BugReports: https://github.com/drieslab/GiottoDB/issues
RoxygenNote: 7.3.1
Depends:
base (>= 3.5.0),
utils (>= 3.5.0),
R (>= 3.5.0),
Imports:
checkmate,
data.table (>= 1.12.2),
DBI,
dbplyr,
digest,
duckdb,
dplyr,
GiottoClass,
GiottoUtils (>= 0.0.0.9005),
methods,
pool,
progressr,
terra (>= 1.7),
tidyr
Suggests:
arrow (>= 12.0.0),
DelayedArray,
GiottoData,
future,
future.apply,
future.callr,
HDF5Array (>= 1.18.1),
Matrix,
rhdf5,
rstudioapi,
testthat (>= 3.0.0),
IRanges,
knitr,
rmarkdown
Collate:
'assert.R'
'package_imports.R'
'classes.R'
'generics.R'
'backend.R'
'coerce.R'
'extract.R'
'connection.R'
'data_input.R'
'dbDataFrame.R'
'dbSpatProxy.R'
'db_settings.R'
'dbvect.R'
'dd.R'
'fields_preset.R'
'giotto_structures.R'
'globals.R'
'logging.R'
'names.R'
'operations.R'
'plot.R'
'query.R'
'simulate.R'
'spatial_chunking.R'
'utils.R'
'zzz.R'
VignetteBuilder: knitr