-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.1 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
Package: distreg.vis
Type: Package
Title: Framework for the Visualization of Distributional Regression Models
Version: 1.7.5
Authors@R: c(person("Stanislaus", "Stadlmann", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-6542-6342")))
Maintainer: Stanislaus Stadlmann <[email protected]>
Depends:
R (>= 3.5.0)
Imports:
stats,
utils,
methods,
shiny (>= 1.0.3),
bamlss (>= 0.1-2),
gamlss (>= 5.0-6),
gamlss.dist (>= 5.1-0),
ggplot2 (>= 2.2.1),
rhandsontable (>= 0.3.4),
magrittr (>= 1.5),
formatR (>= 1.5),
betareg (>= 3.1-2)
Suggests: testthat, gridExtra, glogis
Description: Functions for visualizing distributional regression models fitted using the 'gamlss', 'bamlss' or 'betareg' R package. The core of the package consists of a 'shiny' application, where the model results can be interactively explored and visualized.
License: GPL-3
LazyData: TRUE
URL: https://github.com/Stan125/distreg.vis
BugReports: https://github.com/Stan125/distreg.vis/issues
RoxygenNote: 7.2.3