-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.95 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.95 KB
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
Package: nepExplorer
Type: Package
Title: Kidney Function Data Exploration in Clinical Trials
Version: 1.0.0
Authors@R: c(
person("Preston", "Burns", email = "s.preston.burns@gmail.com", role = c("cre","aut")),
person("Lovemore", "Gakava", email = "lovemore.gakava@gmail.com", role = "aut"),
person("Jared", "Woolfork", email = "jaredwoolfolk@gmail.com", role = "aut"),
person("Eli", "Miller", email = "eli.miller@atorusresearch.com", role = "aut"),
person("James", "Buchanan", email = "jbuchanan@covilance.com", role = "aut"),
person("Barbara", "Hendrickson", email = "bhendric@bsd.uchicago.edu", role = "aut"),
person("Siu-Chi", "Sun", email = "Siu-Chi.Sun@gilead.com", role = "aut"))
Description: nepExplorer enables safety professionals to explore clinical trial laboratory
data and identify instances of acute declines in renal function. "Drill down" capabilities
provide a means to evaluate subject-level data. The tool is accompanied by a comprehensive
clinical workflow that guides the user through a series of evaluations each with a textual
discussion regarding the goal of the evaluation step and the relevance of any findings with
references to the supporting nephrology literature. nepExplorer is designed as a Shiny
application that can be used stand-alone or configured within the safetyGraphics framework.
URL: https://github.com/SafetyGraphics/nepExplorer, https://safetygraphics.github.io/nepExplorer/
BugReports: https://github.com/SafetyGraphics/nepExplorer/issues
Depends: R (>= 4.0)
License: MIT + file LICENSE
LazyData: true
Imports:
shiny,
dplyr,
ggplot2,
RColorBrewer,
magrittr,
plotly (>= 4.0.0),
gt,
htmlwidgets,
scales,
rlang,
shinyjs,
grDevices,
shinyWidgets
Suggests:
safetyGraphics,
safetyData,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2