Package: modelr
Title: Modelling Functions that Work with the Pipe
Version: 0.1.2
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", role = "cph")
  )
Description: Functions for modelling that help you seamlessly integrate
    modelling into a pipeline of data manipulation and visualisation.
License: GPL-3
URL: https://modelr.tidyverse.org, https://github.com/hadley/modelr
BugReports: https://github.com/hadley/modelr/issues
Depends: R (>= 3.1)
Imports: broom, dplyr, magrittr, purrr (>= 0.2.2), tibble, tidyr (>=
        0.8.0), rlang (>= 0.2.0)
Suggests: compiler, covr, ggplot2, testthat
LazyData: true
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-05-10 22:54:13 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2018-05-11 03:23:27 UTC
