Package: poissonreg
Title: Model Wrappers for Poisson Regression
Version: 0.2.0
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = c("aut", "cre"),
             email = "max@rstudio.com",
             comment = c(ORCID = "0000-0003-2402-136X")),
      person(given = "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.2.0), R (>= 2.10)
Imports: dplyr, generics, glue, purrr, rlang, stats, tibble, tidyr
Suggests: covr, pscl, spelling, testthat
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2022-03-09 14:41:30 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: 2022-03-09 15:00:02 UTC
Built: R 4.0.5; ; 2022-03-10 12:09:15 UTC; unix
