forked from SafetyGraphics/safetyGraphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.35 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
Package: safetyGraphics
Title: Create Interactive Graphics Related to Clinical Trial Safety
Version: 2.0.0
Authors@R: c(
person("Jeremy", "Wildfire", email = "[email protected]", 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"),
person("Interactive Safety Graphics Working Group", role = "aut"),
person("Rho Inc.", role = "cph"))
Maintainer: Jeremy Wildfire <[email protected]>
Description: A framework for evaluation of clinical trial safety. Users can interactively explore their data using the 'Shiny' application or create standalone 'htmlwidget' charts. Interactive charts are built using 'd3.js' and 'webcharts.js' 'JavaScript' libraries.
URL: https://github.com/SafetyGraphics/safetyGraphics
BugReports: https://github.com/SafetyGraphics/safetyGraphics/issues
Depends: R (>= 3.5)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat,
shinytest,
knitr,
ggplot2,
plotly
Imports:
dplyr,
htmlwidgets,
purrr,
stringr,
jsonlite,
shiny,
magrittr,
DT,
shinyjs,
rmarkdown,
rlang,
tibble,
utils,
haven,
shinyWidgets,
tidyr,
shinybusy
VignetteBuilder: knitr