Package: purrr
Title: Functional Programming Tools
Version: 0.1.0
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
    person("Lionel", "Henry", , "lionel.hry@gmail.com", "ctb"),
    person("RStudio", role = "cph")
    )
Description: Make your pure functions purr with the 'purrr' package. This
    package completes R's functional programming tools with missing features
    present in other programming languages.
License: GPL-3 | file LICENSE
LazyData: true
Imports: magrittr (>= 1.5), Rcpp
Suggests: testthat, dplyr (>= 0.4)
LinkingTo: Rcpp, dplyr, BH
NeedsCompilation: yes
Packaged: 2015-09-28 13:51:45 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Lionel Henry [ctb],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-09-28 17:19:44
