-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.25 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
Package: spaceRATScaffolds
Type: Package
Title: Data package for spaceRAT
Version: 0.99.4
Authors@R: c(
person(given = "Søren Helweg",
family = "Dam",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0755-0016")),
person(given = "Xuening",
family = "He",
role = c("aut")),
person(given = "Frederik Otzen",
family = "Bagger",
role = c("aut")),
person(given = "Lars Rønn",
family = "Olsen",
role = c("aut"),
email = "[email protected]")
)
Description: This package includes prebuilt scaffolds for spaceRAT.
It also contains example data used in spaceRAT.
Functions are provided to list and load prebuilt scaffolds and example data.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
utils,
zen4R
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
BiocStyle,
testthat (>= 3.0.0)
VignetteBuilder: knitr
biocViews:
ExperimentData,
PackageTypeData,
ExpressionData,
MicroarrayData
LazyData: false
Config/testthat/edition: 3
URL: https://github.com/shdam/spaceRATScaffolds
BugReports: https://github.com/shdam/spaceRATScaffolds/issues
Depends:
R (>= 4.2.0)