forked from r-world-devs/cohortBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.28 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
Package: cohortBuilder
Type: Package
Title: Data Source Agnostic Filtering Tools
Version: 0.2.0
Authors@R:
c(person('Krystian', 'Igras',
email = '[email protected]',
role = c('cre', 'aut')),
person('Adam', 'Foryś',
role = "ctb"))
Maintainer: Krystian Igras <[email protected]>
Description: Common API for filtering data stored in different data models.
Provides multiple filter types and reproducible R code.
Works standalone or with 'shinyCohortBuilder' as the GUI for interactive Shiny apps.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
R6,
jsonlite,
purrr,
tibble,
dplyr (>= 1.0.0),
tidyr,
magrittr,
glue,
ggplot2,
rlang (>= 1.0),
formatR
KeepSource: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
shiny,
knitr,
rmarkdown
Config/testthat/edition: 3
Collate:
'cohortBuilder-package.R'
'cohort_methods.R'
'source_methods.R'
'step.R'
'filter.R'
'attrition.R'
'bind_keys.R'
'hooks.R'
'list_operators.R'
'repro_code_utils.R'
'source_tblist.R'
'data.R'
VignetteBuilder: knitr
URL: https://github.com/r-world-devs/cohortBuilder/, https://r-world-devs.github.io/cohortBuilder/
Depends:
R (>= 3.5.0)