-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
39 lines (39 loc) · 988 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
37
38
39
Package: casewhen
Title: Create Reusable 'dplyr' 'case_when()' Functions
Version: 0.0.0.9000
Authors@R: person("Romain", "Lesur", , "[email protected]", c("aut", "cre"))
Description: Helpers to avoid repetition of similar 'case_when()' functions when
performing data wrangling with the 'dplyr' package. It also works with the
'dbplyr' package.
License: MIT + file LICENSE
URL: https://github.com/RLesur/casewhen#readme
BugReports: https://github.com/RLesur/casewhen/issues
Depends:
R (>= 3.2)
Imports:
assertthat (>= 0.2.0),
crayon (>= 1.3.4),
dbplyr (>= 1.2.1),
dplyr (>= 0.7.4),
methods,
pryr (>= 0.1.1),
purrr (>= 0.2.4),
rlang (>= 0.1.6),
stats,
utils
Suggests:
covr,
DBI,
RSQLite,
testthat
ByteCompile: true
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1
Collate:
'casewhen-package.R'
'utils.R'
'create_case_when.R'
'add_case_when.R'