-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
68 lines (68 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: gratia
Version: 0.9.2.9011
Title: Graceful 'ggplot'-Based Graphics and Other Functions for GAMs Fitted Using 'mgcv'
Authors@R: c(person(given = "Gavin L.", family = "Simpson",
email = "ucfagls@gmail.com",
role = c("aut","cre","cph"),
comment = c(ORCID = "0000-0002-9084-8413")),
person(given = "Henrik", family = "Singmann",
role = "ctb",
comment = c(ORCID = "0000-0002-4842-3657")))
Maintainer: Gavin L. Simpson <ucfagls@gmail.com>
Depends:
R (>= 4.1.0)
Imports:
mgcv (>= 1.9-0),
ggplot2 (>= 3.5.0),
tibble (>= 3.0.0),
dplyr (>= 1.1.0),
tidyr,
rlang,
patchwork (>= 1.2.0),
vctrs,
grid,
mvnfast,
purrr,
stats,
tools,
grDevices,
stringr,
tidyselect (>= 1.2.0),
lifecycle,
pillar,
cli,
nlme,
ggokabeito,
withr
Suggests:
gamm4,
lme4,
testthat,
vdiffr,
MASS,
scam,
datasets,
knitr,
rmarkdown,
forcats,
GJRM,
readr,
glmmTMB,
ggdist,
distributional,
hexbin,
gamair,
sf (>= 0.7-3),
svglite (>= 2.0.0),
curl
Description: Graceful 'ggplot'-based graphics and utility functions for working with generalized additive models (GAMs) fitted using the 'mgcv' package. Provides a reimplementation of the plot() method for GAMs that 'mgcv' provides, as well as 'tidyverse' compatible representations of estimated smooths.
License: MIT + file LICENSE
LazyData: true
URL: https://gavinsimpson.github.io/gratia/
BugReports: https://github.com/gavinsimpson/gratia/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Encoding: UTF-8
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/website: rmarkdown, ggdist