-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.25 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
Type: Package
Package: dv.filter
Title: Dynamic Data Filtering Module
Version: 3.0.2
Authors@R: c(
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person("Ming", "Yang", email = "[email protected]", role = c("aut", "cre")),
person("Sorin", "Voicu", email = "[email protected]", role = "aut")
)
Description: Provides functionality to filter data frame dynamically.
It is common to use 'dv.filter' together with 'dv.manager' for building
interactive web applications through a modular framework.
License: Apache License 2.0
URL: https://github.com/Boehringer-Ingelheim/dv.filter
BugReports: https://github.com/Boehringer-Ingelheim/dv.filter/issues
Depends: R (>= 4.0)
Imports:
dplyr (>= 1.0.5),
ggplot2 (>= 3.3.3),
glue (>= 1.4.2),
magrittr (>= 2.0.1),
purrr (>= 0.3.4),
rlang (>= 0.4.11),
shiny (>= 1.6.0),
shinyWidgets (>= 0.6.0)
Suggests:
knitr (>= 1.33),
pharmaverseadam (>= 0.2.0),
rmarkdown (>= 2.7),
rvest (>= 1.0.0),
shinytest2 (>= 0.3.1),
testthat (>= 3.0.2)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0