-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
66 lines (66 loc) · 1.74 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: clinsight
Title: ClinSight
Version: 0.1.1
Authors@R: c(
person("Leonard Daniël", "Samson", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-6252-7639")),
person("Aaron", "Clark", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-0123-0970")),
person("Jeff", "Thompson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0009-0007-3640-1075")),
person("GCP-Service International Ltd.& Co. KG", role = "fnd")
)
Description: Interactive application to monitor patient safety during
clinical trials. Goal is to provide an interactive overview of a
patients' data, highlighting not yet reviewed data, and to improve
assessments of the patients' safety. Secondary goal is to improve data
quality by identifying suspicious outliers.
License: Apache License (>= 2) | file LICENSE
URL: https://github.com/openpharma/clinsight
BugReports: https://github.com/openpharma/clinsight/issues
Depends:
R (>= 4.1)
Imports:
bslib (>= 0.6.2),
config,
DBI,
dbplyr (>= 2.4.0),
dplyr,
DT,
ggplot2,
golem,
htmltools,
plotly,
readr,
readxl,
rlang,
rmarkdown,
RSQLite,
shiny,
shinycssloaders,
shinyjs,
shinyWidgets,
stats,
tidyr,
timevis,
tools,
withr
Suggests:
base64enc,
kableExtra,
knitr,
pkgload,
purrr,
shinymanager,
shinytest2,
stringr,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/renv/profiles/full/dependencies: pkgdown, stringr, kableExtra,
usethis, cowplot, covr, devtools, shinymanager
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2