-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
67 lines (67 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: MVBeliefUpdatr
Title: Fitting, Summarizing, and Visualizing of Multivariate Gaussian Ideal Observers and Adaptors
Version: 0.0.1.0010
Date/Publication: 2024-05-11
URL: https://github.com/hlplab/MVBeliefUpdatr
Authors@R:
person(given = c("T.", "Florian"),
family = "Jaeger",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1158-7308"))
Description: A package to model and visualize incremental Bayesian categorization and belief-updating for multivariate Gaussian categories.
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RdMacros: Rdpack
Suggests:
testthat (>= 2.1.0),
covr
Biarch: true
Depends:
R (>= 3.5.0)
Imports:
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.1.1),
assertthat,
av,
colorspace,
cowplot,
dplyr,
mvtnorm,
ellipse,
extraDistr,
forcats,
foreach,
gganimate,
ggnewscale,
ggplot2,
ggridges,
ggforce,
Hmisc,
LaplacesDemon,
magrittr,
purrr,
Rdpack (>= 0.7),
reshape2,
rlang,
scales,
stringr,
transformr,
tibble,
tidybayes,
tidyr,
tidyselect,
viridis
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make