-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 869 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
Package: lplyr
Type: Package
Title: 'dplyr' Verbs for Lists and Other Verbs for Data Frames
Version: 0.1.12
Date: 2017-11-03
Authors@R: person("Paul", "Poncet", , "[email protected]", role = c("aut", "cre"))
Description: Provides 'dplyr' verbs for lists and other useful
verbs for manipulation of data frames. In particular, it includes a
mutate_which() function that mutates columns for a specific subset of
rows defined by a condition, and fuse() which is a more flexible version
of 'tidyr' unite() function.
License: MIT + file LICENSE
LazyData: TRUE
Depends:
R (>= 3.1.3)
Imports:
bazar,
dplyr,
lazyeval,
magrittr
Suggests:
knitr,
rmarkdown,
testthat,
tidyr
VignetteBuilder:
knitr
URL: https://github.com/paulponcet/lplyr
BugReports: https://github.com/paulponcet/lplyr/issues
RoxygenNote: 6.0.1