-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
110 changed files
with
8,849 additions
and
973 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,24 +1,25 @@ | ||
Package: ToxicR | ||
Type: Package | ||
Title: This package is for analyzing toxicology dose-response data. | ||
Version: 22.01 | ||
Date: 2022-1-31 | ||
Title: Analyzing Toxicology Dose-Response Data in R | ||
Version: 22.5 | ||
Date: 2022-05-31 | ||
Author: NIEHS-BCBB | ||
Maintainer: Matt Wheeler <matt.wheeler@nih.gov> | ||
Description: This package provides standard toxicology routines for analyzing | ||
Description: Standard toxicology routines for analyzing | ||
dose-response data, which include: dose-response analysis, trend tests, | ||
and Bayesian sensitivity analyses. | ||
and Bayesian sensitivity analyses. For more information, | ||
go to the website <https://github.com/NIEHS/ToxicR>. | ||
Depends: | ||
R (>= 4.1.0) | ||
License: MIT | ||
License: MIT + file LICENSE | ||
LazyData: true | ||
Imports: Rcpp (>= 1.0.0), ggplot2 (>= 3.3.2), shiny (>= 1.5.0), plotly (>= 4.9.2.1), | ||
Imports: Rcpp (>= 1.0.0), ggplot2 (>= 3.3.2), shiny (>= 1.5.0), coda (>= 0.19-4), | ||
scales (>= 1.1.1), tidyverse (>= 1.3.0), forcats, ggridges (>= 0.5.3), doBy (>= 4.6.11), | ||
modules , multcomp (>= 1.4), VIM (>= 6.1.1), gridExtra (>= 2.3), knitr (>= 1.36), | ||
dplyr (>= 1.0.7), ggpubr (>= 0.4.0), bibtex (>= 0.4.2.3), testthat (>= 3.1.0), actuar (>= 3.2-0) | ||
Include: RcppEigen, RcppGSL | ||
multcomp (>= 1.4), dplyr (>= 1.0.7) | ||
LinkingTo: Rcpp, RcppEigen, RcppGSL | ||
RoxygenNote: 7.1.2 | ||
VignetteBuilder: knitr | ||
Suggests: | ||
rmarkdown | ||
rmarkdown, actuar (>= 3.2-0),ggpubr (>= 0.4.0), testthat (>= 3.1.0),gridExtra (>= 2.3), | ||
VIM (>= 6.1.1), knitr (>= 1.36), modules, plotly (>= 4.9.2.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.