-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·19 lines (19 loc) · 1.26 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: gamlss.ggplots
Title: Plotting Functions for Generalized Additive Model for Location Scale and Shape
Version: 2.1-17
Date: 2024-12-16
Authors@R: c(person("Mikis", "Stasinopoulos", role = c("aut", "cre", "cph"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2407-5704")),
person("Robert", "Rigby", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0003-3853-1707")),
person("Fernanda", "De Bastiani", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0001-8532-639X")),
person("Julian", "Merder", role = "ctb")
)
Description: Functions for plotting Generalized Additive Models for Location Scale and Shape from the 'gamlss' package, Stasinopoulos and Rigby (2007) <doi:10.18637/jss.v023.i07>, using the graphical methods from 'ggplot2'.
License: GPL-2 | GPL-3
URL: https://www.gamlss.com/
BugReports: https://github.com/gamlss-dev/gamlss.ggplots/issues
Depends: R (>= 3.5.0), gamlss.dist, gamlss (>= 4.3.3), gamlss.foreach
Imports: methods, ggridges, ellipse, gamlss.inf, foreach, mgcv, ggplot2, yaImpute, gamlss2
Suggests: glmnet, reshape2, igraph, networkD3, grid, gridExtra
Additional_repositories: https://gamlss-dev.R-universe.dev
LazyLoad: yes