-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.07 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
Package: nepExplorer
Type: Package
Title: Interactive Graphic for Exploring Kidney Function Data in Clinical Trials.\
Version: 0.1.0
Authors@R: c(
person("Preston", "Burns", email = "[email protected]", role = c("cre","aut")),
person("Lovemore", "Gakava", email = "[email protected]", role = "aut"),
person("Jared", "Woolfork", email = "[email protected]", role = "aut"),
person("Eli", "Miller", email = "[email protected]", role = "aut"),
person("James", "Buchanan", email = "[email protected]", role = "aut"))
Description: Shiny app of interactive creatinine scatterplot for exploring kidney function data in clinical trials.
URL: https://github.com/SafetyGraphics/nep-explorer
BugReports: https://github.com/SafetyGraphics/nep-explorer/issues
Depends: R (>= 4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
shiny,
dplyr,
ggplot2,
RColorBrewer,
magrittr,
plotly (>= 4.0.0),
gt,
htmlwidgets,
scales,
rlang,
shinyjs
Suggests:
safetyGraphics,
safetyData