-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
51 lines (51 loc) · 1.54 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
Package: safetyGraphics
Title: Interactive Graphics for Monitoring Clinical Trial Safety
Version: 2.1.1
Authors@R: c(
person("Jeremy", "Wildfire", email = "jwildfire@gmail.com", role = c("cre","aut")),
person("Becca", "Krouse", role="aut"),
person("Preston","Burns", role="aut"),
person("Xiao","Ni", role = "aut"),
person("James","Buchanan", role="aut"),
person("Susan","Duke", role="aut"))
Maintainer: Jeremy Wildfire <jwildfire@gmail.com>
Description: A framework for evaluation of clinical trial safety. Users can interactively explore their data using the included 'Shiny' application.
URL: https://github.com/SafetyGraphics/safetyGraphics
BugReports: https://github.com/SafetyGraphics/safetyGraphics/issues
Depends: R (>= 4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
ggplot2 (>= 3.3.0),
knitr (>= 1.34),
rmarkdown (>= 2.10),
safetyProfile,
shinydashboard (>= 0.7.1),
shinytest (>= 1.5.0),
testthat (>= 3.0.4),
usethis (>= 2.0.1),
listviewer (>= 3.0.0),
shinybusy (>= 0.2.2),
shinyWidgets (>= 0.6.1)
Imports:
dplyr (>= 1.0.0),
DT (>= 0.19),
datamods (>= 1.1.5),
htmlwidgets (>= 1.5.0),
jsonlite (>= 1.7.0),
magrittr (>= 2.0.0),
purrr (>= 0.3.0),
rclipboard (>= 0.1.3),
rlang (>= 0.4.11),
safetyData (>= 1.0.0),
safetyCharts (>= 0.3),
shiny (>= 1.6.0),
shinyjs (>= 2.0.0),
sortable (>= 0.4.4),
stringr (>= 1.4.0),
tidyr (>= 1.2.0),
yaml (>= 2.2.1)
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)