-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.02 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
Package: rule-builder-app
Type: Package
Title: CDISC CORE Rule Builder
Version: 0.1.0
Author: Hanming Tu [aut, cre]
Authors@R: c(
person("Hanming", "Tu", email = "[email protected]",role = c("aut", "cre"))
)
Maintainer: Hanming Tu <[email protected]>
Description: Produce CORE rules based on the rule definitions from CDISC and FDA.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
URL: https://github.com/htu/rule-builder-app
BugReports: https://github.com/htu/rule-builder-app/issues
Encoding: UTF-8
# LazyData: true
RoxygenNote: 7.2.1
Imports:
assertthat (>= 0.2.1),
dplyr (>= 0.8.4),
lubridate (>= 1.7.9),
magrittr (>= 1.5),
rstudioapi (>= 0.10),
shiny (>= 1.3.2),
stringr (>= 1.4.0),
tibble (>= 3.0.3)
Suggests:
DT (>= 0.15),
haven (>= 2.2.0),
huxtable (>= 5.1.0),
knitr (>= 1.23),
rmarkdown (>= 2.3),
readr (>= 1.3.1),
shinyBS (>= 0.61),
shinydashboard (>= 0.7.1),
shinyjs (>= 2.0.0),
testthat (>= 2.1.0),
tidyverse (>= 1.3.0)
# VignetteBuilder: knitr