Package: modelr
Version: 0.1.1
Title: Modelling Functions that Work with the Pipe
Description: Functions for modelling that help you seamlessly integrate
    modelling into a pipeline of data manipulation and visualisation.
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph")
  )
License: GPL-3
LazyData: true
Depends: R (>= 3.1.0)
Imports: magrittr, purrr (>= 0.2.2), lazyeval (>= 0.2.0), tibble,
        broom, dplyr, tidyr (>= 0.6.0)
Suggests: testthat, ggplot2, covr, compiler
URL: https://github.com/hadley/modelr
BugReports: https://github.com/hadley/modelr/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-22 21:47:57 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2017-07-24 18:28:20 UTC
