-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.39 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: safetyProfile
Title: Interactive Patient Profile for Safety Monitoring of Clinical Trials
Version: 1.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("Natalia","Andriychuk", role="aut"),
person("Spencer","Childress", role="aut"),
person("Stephanie","Lussier", role="aut"))
Description: Interactive patient profile for monitoring clinical trial safety. Allows users to look across multiple data domains and investigate trends for any participant in a clinical trial. This tool provides a stand-along shiny application (profileApp) and a flexible shiny modules allowing this tool to be used as a part of more robust safety monitoring framework like the Shiny app from the safetyGraphics R package.
Imports:
DT,
dplyr,
forcats,
ggplot2,
glue,
htmltools,
htmlwidgets,
magrittr,
plotly,
purrr,
rlang,
safetyCharts,
safetyData,
shiny,
shinyjs,
sparkline,
stringr,
tibble,
tidyselect,
utils
Suggests:
shinytest,
testthat (>= 3.0.0)
Remotes:
safetyCharts=SafetyGraphics/safetyCharts,
safetyData=SafetyGraphics/safetyData
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3