-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 899 Bytes
/
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
Package: qtexplorer
Title: Charts for Monitoring QT/ECG Safety
Version: 0.0.0.9000
Authors@R: c(
person("Jeremy", "Wildfire", email = "jwildfire@gmail.com", role = c("cre","aut")),
person("Xiao","Ni", email = "mooncase@gmail.com", role = "aut") )
Maintainer: Xiao Ni <mooncase@gmail.com>
Description: QT/ECG visualizations based on safetyGrahphics/safetyCharts framework, extended from safetyCharts pkg
URL: https://github.com/SafetyGraphics/qtexplorer
BugReports: https://github.com/SafetyGraphics/qtexplorer/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Imports:
dplyr,
DT,
Tplyr,
ggplot2,
plotly,
rlang,
shiny,
knitr,
RColorBrewer,
stringr,
forcats
Suggests:
testthat,
shinytest,
safetyData,
safetyGraphics,
safetyCharts,
yaml
Depends:
R (>= 4.0)