-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.41 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: mgcViz
Title: Visualisations for Generalized Additive Models
Date: 2023-10-05
Version: 0.1.11
Authors@R: c(person("Matteo", "Fasiolo", email = "[email protected]", role = c("aut", "cre")),
person("Raphael", "Nedellec", email = "[email protected]", role = c("aut")),
person("Yannig", "Goude", role = c("ctb")),
person("Christian", "Capezza", role = c("ctb")),
person("Simon", "N. Wood", role = c("ctb")))
Description: Extension of the 'mgcv' package, providing visual tools for Generalized Additive Models that exploit the additive structure of such models, scale to large data sets and can be used in conjunction with a wide range of response distributions. The focus is providing visual methods for better understanding the model output and for aiding model checking and development beyond simple exponential family regression. The graphical framework is based on the layering system provided by 'ggplot2'.
Depends:
R (>= 3.4),
mgcv (>= 1.8-28),
qgam (>= 1.2.3),
ggplot2
Imports:
gamm4,
matrixStats,
viridis,
GGally,
KernSmooth,
gridExtra,
plyr,
shiny,
miniUI
Suggests:
rgl,
knitr,
rmarkdown,
testthat,
MASS,
webshot2
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
URL: https://github.com/mfasiolo/mgcViz
BugReports: https://github.com/mfasiolo/mgcViz/issues