-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
68 lines (68 loc) · 2.07 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
Package: toxpiR
Type: Package
Title: Create ToxPi Prioritization Models
Version: 1.3.0
Authors@R:
c(person("Jonathon F", "Fleming",
role = c("aut","cre"),
email = "jffleming0129@gmail.com",
comment = c(ORCID = "0000-0003-2447-3139")),
person("Dayne L", "Filer",
role = c("aut", "fnd"),
email = "dayne.filer@gmail.com",
comment = c(ORCID = "0000-0002-3443-5315")),
person("Dillon T", "Lloyd",
role = "aut"),
person("Preethi", "Thunga",
role = "aut",
comment = c(ORCID = "0000-0001-5447-0129")),
person("Skylar W", "Marvel",
role = "aut"),
person("Alison A", "Motsinger-Reif",
role = c("fnd"),
comment = c(ORCID = "0000-0003-1346-2493")),
person("David M", "Reif",
role = c("aut", "fnd"),
email = "reif.david@gmail.com",
comment = c(ORCID = "0000-0001-7815-6767")))
Description:
Enables users to build 'ToxPi' prioritization models and provides
functionality within the grid framework for plotting ToxPi graphs.
'toxpiR' allows for more customization than the 'ToxPi GUI'
(<https://toxpi.org>) and integration into existing workflows for greater
ease-of-use, reproducibility, and transparency.
toxpiR package behaves nearly identically to the GUI; the package
documentation includes notes about all differences.
The vignettes download example files from
<https://github.com/ToxPi/ToxPi-example-files>.
Imports:
grDevices,
methods,
S4Vectors,
grid,
rlang,
stats,
BiocGenerics,
pryr,
tidyr,
utils,
ggplot2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.0)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
covr,
DBI
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
License: GPL (>= 3)
URL: https://github.com/ToxPi/toxpiR,
https://toxpi.github.io/toxpiR/
BugReports: https://github.com/ToxPi/toxpiR/issues