-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
45 lines (45 loc) · 1.25 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: poissonreg
Title: Model Wrappers for Poisson Regression
Version: 1.0.1.9001
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2402-136X")),
person("Hannah", "Frick", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6049-5258")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
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 (>= 3.4)
Imports:
dplyr,
generics,
purrr,
rlang,
stats,
tibble,
tidyr
Suggests:
covr,
glmnet,
pscl,
rstanarm,
spelling,
testthat (>= 3.0.0)
Config/Needs/website:
tidymodels,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2