-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.26 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
41
42
43
44
45
Package: GMCM
Type: Package
Title: Fast Estimation of Gaussian Mixture Copula Models
Description: Unsupervised Clustering and Meta-analysis using Gaussian Mixture
Copula Models.
Version: 1.4.1
Authors@R: c(
person(given = c("Anders", "Ellern"),
family = "Bilgrau",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9875-2902")),
person(given = c("Poul", "Svante"),
family = "Eriksen",
role = c("ths", "ctb"),
comment = c(ORCID = "0000-0001-9192-1814")),
person(given = "Martin",
family = "Boegsted",
role = c("ths", "ctb"))
)
Maintainer: Anders Ellern Bilgrau <[email protected]>
URL: http://AEBilgrau.github.io/GMCM, https://github.com/AEBilgrau/GMCM
BugReports: https://github.com/AEBilgrau/GMCM/issues
License: GPL (>=2)
KeepSource: yes
Imports:
Rcpp (>= 0.10.6), ellipse
LinkingTo: Rcpp, RcppArmadillo
Suggests:
idr,
Hmisc,
RColorBrewer,
foreach,
jpeg,
testthat (>= 0.3),
knitr,
rmarkdown,
shiny,
shinydashboard,
shinyBS,
rhandsontable,
DT
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8