-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.09 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
Package: tidygam
Type: Package
Title: Tidy Prediction and Plotting of Generalised Additive Models
Version: 1.0.0
Date: 2024-12-18
Authors@R:
c(person(given = "Stefano",
family = "Coretta",
email = paste0("stefano.coretta", "@", "gmail.com"),
role = c("aut", "cre")))
Description: Provides functions that compute predictions from Generalised
Additive Models (GAMs) fitted with 'mgcv' and return them as a tibble.
These can be plotted with a generic plot()-method that uses 'ggplot2' or
plotted as any other data frame. The main function is predict_gam().
License: MIT + file LICENSE
URL: https://github.com/stefanocoretta/tidygam,
https://stefanocoretta.github.io/tidygam/
BugReports: https://github.com/stefanocoretta/tidygam/issues
Encoding: UTF-8
LazyData: true
Imports: cli,
dplyr,
ggplot2,
glue,
insight,
magrittr,
mgcv,
rlang,
stringr,
tibble,
tidyr,
tidyselect
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Language: en-US
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)