-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.12 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
Package: toxSummary
Title: Visualize and Summarize Repeat-Dose Toxicology Study Results
Version: 1.0.0
Authors@R:
c(
person("Yousuf", "Ali", email= "[email protected]", role = c( "cre", "aut")),
person("Kevin", "Snyder", email= "[email protected]", role = c("aut")),
person(given = "FDA", role = "cph"))
Description: A 'shiny' app that generates plots and summary tables from repeat-dose
toxicology study results to facilitate holistic evaluation of the drug safety of
active pharmaceutical ingredients (API) prior to initiation of clinical trials.
License: MIT + file LICENSE
URL: https://github.com/phuse-org/toxSummary
BugReports: https://github.com/phuse-org/toxSummary/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
cicerone,
data.table,
DBI,
dplyr,
DT,
flextable,
fs,
ggiraph,
ggplot2,
htmltools,
magrittr,
patchwork,
rlang,
RSQLite,
scales,
shiny,
shinycssloaders,
shinydisconnect,
stringr
Depends:
R (>= 2.10)
Suggests:
knitr,
officer,
rmarkdown
VignetteBuilder: knitr