-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.63 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
Type: Package
Package: gDR
Title: Umbrella package for R packages in the gDR suite
Version: 1.5.1
Date: 2024-11-05
Authors@R: c(
person("Allison", "Vuong", , "[email protected]", role = "aut"),
person("Bartosz", "Czech", role = "aut",
comment = c(ORCID = "0000-0002-9908-3007")),
person("Arkadiusz", "Gladki", role=c("cre", "aut"), email="[email protected]",
comment = c(ORCID = "0000-0002-7059-6378")),
person("Marc", "Hafner", role = "aut",
comment = c(ORCID = "0000-0003-1337-7598")),
person("Dariusz", "Scigocki", role = "aut"),
person("Janina", "Smola", role = "aut"),
person("Sergiu", "Mocanu", role = "aut")
)
Description: Package is a part of the gDR suite. It reexports functions from other packages
in the gDR suite that contain critical processing functions and utilities.
The vignette walks through the full processing pipeline for drug response analyses that
the gDR suite offers.
License: Artistic-2.0
Depends:
R (>= 4.2),
gDRcore (>= 1.1.19),
gDRimport (>= 1.1.9),
gDRutils (>= 1.1.12)
Suggests:
BiocStyle,
BumpyMatrix,
futile.logger,
gDRstyle (>= 1.1.5),
gDRtestData (>= 1.1.10),
kableExtra,
knitr,
markdown,
purrr,
rmarkdown,
SummarizedExperiment,
testthat,
yaml
URL: https://github.com/gdrplatform/gDR, https://gdrplatform.github.io/gDR/
BugReports: https://github.com/gdrplatform/gDR/issues
biocViews: Software, DataImport, ShinyApps
VignetteBuilder: knitr
ByteCompile: TRUE
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SwitchrLibrary: gDR
DeploySubPath: gDR
Encoding: UTF-8