-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.16 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
Package: safetyCharts
Title: Charts for Monitoring Clinical Trial Safety
Version: 0.4.0
Authors@R:
person(
given = "Jeremy",
family = "Wildfire",
role = c("aut", "cre"),
email = "[email protected]"
)
Maintainer: Jeremy Wildfire <[email protected]>
Description: Contains chart code for monitoring clinical trial safety. Charts can be used as standalone output, but are also designed for use with the 'safetyGraphics' package, which makes it easy to load data and customize the charts using an interactive web-based interface created with Shiny.
URL: https://github.com/SafetyGraphics/safetyCharts
BugReports: https://github.com/SafetyGraphics/safetyCharts/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
DT,
forcats,
ggplot2,
htmltools,
htmlwidgets,
huxtable,
jsonlite,
magrittr,
pharmaRTF,
plotly,
purrr,
RColorBrewer,
rlang,
shiny,
stringr,
Tendril,
tibble,
tidyr,
Tplyr
Suggests:
testthat,
shinytest,
safetyData,
safetyGraphics,
yaml
Depends:
R (>= 4.0)