-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
81 lines (81 loc) · 2.34 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Package: shinyCohortBuilder
Type: Package
Title: Modular Cohort-Building Framework for Analytical Dashboards
Version: 0.3.1.9001
Authors@R:
c(person('Krystian', 'Igras',
email = '[email protected]',
role = c('cre', 'aut')),
person('Kamil', 'Wais',
email = '[email protected]',
role = c('aut')),
person('Adam', 'Foryś',
role = "ctb"))
Maintainer: Krystian Igras <[email protected]>
Description: You can easily add advanced cohort-building component
to your analytical dashboard or simple 'Shiny' app.
Then you can instantly start building cohorts using multiple
filters of different types, filtering datasets, and filtering steps.
Filters can be complex and data-specific, and together
with multiple filtering steps you can use complex filtering rules.
The cohort-building sidebar panel allows you to easily
work with filters, add and remove filtering steps.
It helps you with handling missing values during filtering,
and provides instant filtering feedback with filter feedback plots.
The GUI panel is not only compatible with native shiny
bookmarking, but also provides reproducible R code.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
magrittr,
glue,
bslib,
jsonlite,
purrr,
ggplot2,
ggiraph,
htmltools,
shiny (>= 1.7.0),
shinyWidgets (>= 0.7.0),
htmlwidgets,
dplyr,
cohortBuilder (>= 0.3.0),
tryCatchLog,
highr,
shinyGizmo (>= 0.4.2),
rlang (>= 1.0),
tibble,
lifecycle
Suggests:
queryBuilder (>= 0.1.0),
shinyQueryBuilder (>= 0.1.0),
pkgload,
packer,
sass,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.1
VignetteBuilder: knitr
URL: https://r-world-devs.github.io/shinyCohortBuilder/, https://github.com/r-world-devs/shinyCohortBuilder
BugReports: https://github.com/r-world-devs/shinyCohortBuilder/issues
Collate:
'shinyCohortBuilder-package.R'
'ui_utils.R'
'control_utils.R'
'actions.R'
'renders.R'
'filter_discrete.R'
'filter_range.R'
'filter_date_range.R'
'filter_datetime_range.R'
'filter_discrete_text.R'
'filter_multi_discrete.R'
'filter_query.R'
'app.R'
'cb_layer.R'
'source.R'
'source_tblist.R'
Config/testthat/edition: 3