-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.16 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
40
41
42
43
44
45
Package: BAMBI
Type: Package
Title: Bivariate Angular Mixture Models
Version: 2.3.6
Date: 2024-10-24
Authors@R: c(person(given = "Saptarshi",
family = "Chakraborty",
role = c("aut", "cre"),
email = "chakra.saptarshi@gmail.com"),
person(given = c("Samuel", "W.K."),
family = "Wong",
role = "aut"))
Maintainer: Saptarshi Chakraborty <chakra.saptarshi@gmail.com>
Description: Fit (using Bayesian methods) and simulate mixtures of univariate and bivariate angular distributions. Chakraborty and Wong (2021) <doi:10.18637/jss.v099.i11>.
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.3.2.9000
LinkingTo: Rcpp,
RcppArmadillo
Imports: stats,
stats4,
graphics,
lattice,
grDevices,
Rcpp,
tcltk,
qrng,
mvtnorm,
gtools,
parallel,
label.switching,
methods,
coda,
future.apply,
loo (>= 2.4.1),
RColorBrewer,
bridgesampling,
scales,
numDeriv
Suggests: future,
gridExtra
Depends: R (>= 3.2.0)
URL: https://doi.org/10.18637/jss.v099.i11
BugReports: https://github.com/c7rishi/BAMBI/issues
Encoding: UTF-8