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", , "paulponcet@yahoo.fr", 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
NeedsCompilation: no
Packaged: 2017-11-04 23:15:41 UTC; YL1101
Author: Paul Poncet [aut, cre]
Maintainer: Paul Poncet <paulponcet@yahoo.fr>
Repository: CRAN
Date/Publication: 2017-11-05 04:05:00 UTC
