Package: poissonreg
Title: Model Wrappers for Poisson Regression
Version: 0.1.0
Authors@R: c(
    person(given = "Max",
           family = "Kuhn",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-136X"),
           email = "max@rstudio.com"),
    person("RStudio", role = "cph"))
Description: Bindings for Poisson regression models for use with the 
    'parsnip' package. Models include simple generalized linear models, 
    Bayesian models, and zero-inflated Poisson models (Zeileis, Kleiber, and 
    Jackman (2008) <doi:10.18637/jss.v027.i08>). 
License: MIT + file LICENSE
URL: https://github.com/tidymodels/poissonreg,
        https://poissonreg.tidymodels.org/
BugReports: https://github.com/tidymodels/poissonreg/issues
Depends: parsnip (>= 0.1.3.9000), R (>= 2.10)
Imports: rlang, tibble, purrr, stats, dplyr, tidyr, glue
Suggests: testthat, pscl, covr, spelling
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1.9000
Language: en-US
NeedsCompilation: no
Packaged: 2020-10-27 14:54:52 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-10-28 05:30:06 UTC
