-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.3 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
46
47
48
49
50
51
52
Package: additive
Type: Package
Version: 1.0.1
Title: Bindings for Additive TidyModels
Authors@R:
c(person(given = "Hamada S.",
family = "Badr",
email = "badr@jhu.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9808-2344")))
Description: Fit Generalized Additive Models (GAM) using 'mgcv' with 'parsnip'/'tidymodels'
via 'additive' <doi:10.5281/zenodo.4784245>. 'tidymodels' is a collection of
packages for machine learning; see Kuhn and Wickham (2020) <https://www.tidymodels.org>).
The technical details of 'mgcv' are described in Wood (2017)
<doi:10.1201/9781315370279>.
License: MIT + file LICENSE
URL: https://hsbadr.github.io/additive/,
https://github.com/hsbadr/additive
BugReports: https://github.com/hsbadr/additive/issues
Depends:
mgcv (>= 1.9-1),
parsnip (>= 1.2.1),
R (>= 4.1.0)
Imports:
dplyr,
purrr,
rlang,
stats,
tibble,
utils
Suggests:
covr,
devtools,
knitr,
recipes,
rmarkdown,
roxygen2,
spelling,
testthat,
workflows
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Collate:
'additive_init.R'
'additive_load.R'
'additive_make.R'
'additive.R'
LazyLoad: yes
Language: en-US