-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
43 lines (43 loc) · 1.48 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
Package: bayes4psy
Version: 1.1.0
Title: User Friendly Bayesian Data Analysis for Psychology
Description: Contains several Bayesian models for data analysis of psychological tests. A user friendly interface for these models should enable students and researchers to perform professional level Bayesian data analysis without advanced knowledge in programming and Bayesian statistics.
Authors@R:
c(person("Jure", "Demšar", , "[email protected]", c("cre", "aut")),
person("Grega", "Repovš", , "[email protected]", "aut"),
person("Erik", "Štrumbelj", , "[email protected]", "aut"),
person("Trustees of", "Columbia University", role = "cph"),
person("John", "Kruschke", role = "cph", comment = "R/shared_functions.R - mcmc_hdi, src/stan_files/ttest.stan"),
person("Rasmus", "Baath", role = "cph", comment = "R/b_bootstrap.R"))
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends:
methods,
R (>= 3.4.0),
Rcpp (>= 0.12.16)
Imports:
circular (>= 0.4.93),
cowplot (>= 0.9.3),
dplyr (>= 0.7.6),
emg (>= 1.0.7),
ggplot2 (>= 2.2.1),
metRology (>= 0.9.28),
reshape (>= 0.8.7),
rstan (>= 2.17.3),
rstantools (>= 1.5.0),
mcmcse (>= 1.3.2),
stats,
utils,
LinkingTo:
StanHeaders (>= 2.17.2),
rstan (>= 2.17.3),
BH (>= 1.66.0-1),
Rcpp (>= 0.12.16),
RcppEigen (>= 0.3.3.4.0)
SystemRequirements: GNU make
NeedsCompilation: yes
RoxygenNote: 6.1.1
Suggests:
testthat