-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 869 Bytes
/
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
Package: vineclust
Type: Package
Title: Model-Based Clustering with Vine Copulas
Version: 0.1.0
Description: Provides functionality to fit vine copula based mixture model distributions to the continuous data.
Authors@R: c(
person(given = "Oezge",
family = "Sahin",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Claudia",
family = "Czado",
role = c("ctb", "ths")))
Maintainer: Oezge Sahin <[email protected]>
Encoding: UTF-8
URL: https://github.com/oezgesahin/vineclust
BugReports: https://github.com/oezgesahin/vineclust/issues
Depends:
R (>= 3.1.0)
Imports:
VineCopula (>= 2.4.2),
fGarch,
univariateML,
parallel,
stats,
mclust
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
License: GPL (>= 3)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3