forked from USEPA/CompTox-ToxCast-tcpl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.37 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: tcpl
Title: ToxCast Data Analysis Pipeline
Version: 2.0.3
Authors@R: c(
person("Richard S", "Judson",role = c("cre","ths"), email = "[email protected]"),
person("Dayne L", "Filer", role = "aut",email = "[email protected]"),
person("Jason","Brown",role = "ctb", email = "[email protected]"),
person("Todd", "Zurlinden", role="ctb", email="[email protected]"),
person("Parth", "Kothiya", role = "ctb"),
person("Woodrow R", "Setzer", role = "ctb"),
person("Matthew T", "Martin", role = c("ctb", "ths")),
person("Katie", "Paul Friedman", role=c("ctb"), email = "[email protected]")
)
Description: A set of tools for processing and modeling high-throughput and
high-content chemical screening data. The package was developed for the
the chemical screening data generated by the US EPA ToxCast program, but
can be used for diverse chemical screening efforts.
URL: https://github.com/USEPA/CompTox-ToxCast-tcpl
Depends:
R (>= 3.2.0)
Imports:
data.table (>= 1.9.4),
DBI,
RMariaDB,
numDeriv,
RColorBrewer,
utils,
stats,
methods,
graphics,
grDevices,
sqldf,
httr,
dplyr,
tidyr
Suggests:
roxygen2,
knitr,
prettydoc,
rmarkdown,
htmlTable,
testthat (>= 2.1.0)
License: GPL-2
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
Encoding: UTF-8