-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
66 lines (66 loc) · 2.01 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
Package: gDRutils
Type: Package
Title: A package with helper functions for processing drug response data
Version: 1.5.5
Date: 2024-12-10
Authors@R: c(person("Bartosz", "Czech", role=c("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("Aleksander", "Chlebowski", role=c("aut")),
person("Marc", "Hafner", role=c("aut"),
comment = c(ORCID = "0000-0003-1337-7598")),
person("Pawel", "Piatkowski", role=c("aut")),
person("Dariusz", "Scigocki", role=c("aut")),
person("Janina", "Smola", role=c("aut")),
person("Sergiu", "Mocanu", role=c("aut")),
person("Allison", "Vuong", role=c("aut")))
Description: This package contains utility functions used throughout the gDR platform
to fit data, manipulate data, and convert and validate data structures.
This package also has the necessary default constants for gDR platform.
Many of the functions are utilized by the gDRcore package.
License: Artistic-2.0
LazyLoad: yes
Depends:
R (>= 4.2)
Imports:
BiocParallel,
BumpyMatrix,
checkmate,
data.table,
drc,
jsonlite,
jsonvalidate,
methods,
MultiAssayExperiment,
S4Vectors,
stats,
stringr,
SummarizedExperiment
Suggests:
BiocManager,
BiocStyle,
futile.logger,
gDRstyle (>= 1.1.5),
gDRtestData (>= 1.1.10),
IRanges,
knitr,
lintr,
purrr,
qs,
rcmdcheck,
rmarkdown,
scales,
testthat,
tools,
yaml
URL: https://github.com/gdrplatform/gDRutils, https://gdrplatform.github.io/gDRutils/
BugReports: https://github.com/gdrplatform/gDRutils/issues
biocViews: Software, Infrastructure
VignetteBuilder: knitr
ByteCompile: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SwitchrLibrary: gDRutils
DeploySubPath: gDRutils
Encoding: UTF-8