-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 2.14 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 2.14 KB
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
Package: gamlss2
Title: GAMLSS Infrastructure for Flexible Distributional Regression
Version: 0.1-0
Date: 2026-05-01
Authors@R: c(person("Nikolaus", "Umlauf", role = c("aut", "cre"),
email = "Nikolaus.Umlauf@uibk.ac.at",
comment = c(ORCID = "0000-0003-2160-9803")),
person("Mikis", "Stasinopoulos", role = "aut",
email = "d.stasinopoulos@gre.ac.uk",
comment = c(ORCID = "0000-0003-2407-5704")),
person("Robert", "Rigby", role = "aut",
email = "r.rigby@gre.ac.uk",
comment = c(ORCID = "0000-0003-3853-1707")),
person("Achim", "Zeileis", role = "aut",
email = "Achim.Zeileis@R-project.org",
comment = c(ORCID = "0000-0003-0918-3766")),
person("Reto", "Stauffer", role = "aut",
email = "Reto.Stauffer@uibk.ac.at",
comment = c(ORCID = "0000-0002-3798-5507")),
person("Gillian", "Heller", role = "aut",
email = "gillian.heller@sydney.edu.au",
comment = c(ORCID = "0000-0003-1270-1499")),
person("Fernanda", "de Bastiani", role = "aut",
email = "fernanda.bastiani@ufpe.br",
comment = c(ORCID = "0000-0001-8532-639X")),
person("Andreas", "Mayr", role = "aut",
email = "andreas.mayr@uni-marburg.de",
comment = c(ORCID = "0000-0001-7106-9732")))
Description: Next generation infrastructure for generalized additive models for location, scale, and shape (GAMLSS)
and distributional regression more generally. The package provides a fresh reimplementation of the classic
'gamlss' package while being more modular and facilitating the creation of advanced terms and models.
License: GPL-2 | GPL-3
URL: https://gamlss-dev.github.io/gamlss2/
BugReports: https://github.com/gamlss-dev/gamlss2/issues
Depends: R (>= 4.1.0), gamlss.dist, mgcv
Imports: parallel, Formula, mvtnorm, distributions3
Suggests: colorspace, future.apply, gamlss, gamlss.data, glmnet, lattice, Matrix, MASS, nlme, nnet, partykit, quarto, rpart, scoringRules, sf
LazyLoad: yes
VignetteBuilder: quarto