-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into 215-add-ggplot-output-option-to-tcplPlot
- Loading branch information
Showing
205 changed files
with
7,840 additions
and
116,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,30 +2,28 @@ Package: tcpl | |
Title: ToxCast Data Analysis Pipeline | ||
Version: 3.1.0 | ||
Authors@R: c( | ||
person("Richard S", "Judson",role = c("ctb","ths"), email = "[email protected]"), | ||
person("Dayne L", "Filer", role = "aut",email = "[email protected]"), | ||
person("Jason","Brown",role = "cre", email = "[email protected]"), | ||
person("Sarah E","Davidson-Fritz",role = "ctb",email = "[email protected]", comment = c(ORCID = "0000-0002-2891-9380")), | ||
person("Richard S", "Judson",role = c("ctb","ths"), comment = c(ORCID = "0000-0002-2348-9633")), | ||
person("Dayne L", "Filer", role = "aut"), | ||
person("Jason","Brown", role = "cre", email = "[email protected]", comment = c(ORCID = "0009-0000-2294-641X")), | ||
person("Sarah E","Davidson-Fritz", role = "ctb",email = "[email protected]", comment = c(ORCID = "0000-0002-2891-9380")), | ||
person("Madison","Feshuk",role = "ctb",email = "[email protected]", comment = c(ORCID = "0000-0002-1390-6405")), | ||
person("Lori","Kolaczkowski",role = "ctb",email = "[email protected]"), | ||
person("Kurt", "Dunham", role = "ctb", email = "[email protected]"), | ||
person("Carter", "Thunes", role = "ctb", email = "[email protected]"), | ||
person("Ashley", "Ko", role = "ctb", email = "[email protected]"), | ||
person("Todd", "Zurlinden", role="ctb"), | ||
person("Kelly", "Carstens", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-1746-5379")), | ||
person("Todd", "Zurlinden", role="ctb", comment = c(ORCID = "0000-0003-1372-3913")), | ||
person("Lori","Kolaczkowski",role = "ctb"), | ||
person("Kurt", "Dunham", role = "ctb"), | ||
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]", comment = c(ORCID = "0000-0002-2710-1691")) | ||
) | ||
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 | ||
Description: The ToxCast Data Analysis Pipeline (tcpl) is an R package that manages, curve-fits, plots, and stores ToxCast data to populate its linked MySQL database, invitrodb. The package was developed for the chemical screening data curated by the US EPA's Toxicity Forecaster (ToxCast) program, but tcpl can be used to support diverse chemical screening efforts. | ||
URL: https://github.com/USEPA/CompTox-ToxCast-tcpl, https://www.epa.gov/comptox-tools/toxicity-forecasting-toxcast | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
data.table (>= 1.9.4), | ||
data.table (>= 1.15.0), | ||
DBI, | ||
RMariaDB, | ||
numDeriv, | ||
|
@@ -44,7 +42,7 @@ Imports: | |
gridExtra, | ||
stringr, | ||
rlang, | ||
ccdR | ||
ctxR | ||
Suggests: | ||
roxygen2, | ||
knitr, | ||
|
@@ -58,7 +56,8 @@ Suggests: | |
colorspace, | ||
magrittr, | ||
vdiffr, | ||
httptest | ||
httptest, | ||
rmdformats | ||
License: MIT + file LICENSE | ||
LazyData: true | ||
RoxygenNote: 7.3.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.