Skip to content

Commit 59bd317

Browse files
authoredMay 30, 2023
JASP updates (#5)
* `check_setup()` function * `diagnostics()` function * `diagnostics()` function (II) * `rho2logsdr` transformations * forward BayesTools transformation changes * update figures * small fixes
1 parent c77c563 commit 59bd317

File tree

89 files changed

+6094
-505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+6094
-505
lines changed
 

Diff for: ‎DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RoBTT
22
Title: Robust Bayesian T-Test
3-
Version: 1.0.3
3+
Version: 1.1.0
44
Maintainer: František Bartoš <f.bartos96@gmail.com>
55
Authors@R: c(
66
person("František", "Bartoš", role = c("aut", "cre"),
@@ -26,7 +26,7 @@ Encoding: UTF-8
2626
LazyData: true
2727
SystemRequirements: GNU make
2828
Roxygen: list(markdown = TRUE)
29-
RoxygenNote: 7.2.1
29+
RoxygenNote: 7.2.3
3030
NeedsCompilation: yes
3131
ByteCompile: true
3232
LinkingTo:
@@ -43,9 +43,10 @@ Imports:
4343
rstan(>= 2.21.2),
4444
rstantools(>= 1.5.0),
4545
RcppParallel (>= 5.0.1),
46-
BayesTools (>= 0.2.12),
46+
BayesTools (>= 0.2.14),
4747
bridgesampling,
4848
methods,
49+
ggplot2,
4950
Rdpack
5051
Suggests:
5152
parallel,

Diff for: ‎NAMESPACE

+6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ export(RoBTT)
88
export(RoBTT.get_option)
99
export(RoBTT.options)
1010
export(check_RoBTT)
11+
export(check_setup)
12+
export(diagnostics)
13+
export(diagnostics_autocorrelation)
14+
export(diagnostics_density)
15+
export(diagnostics_trace)
1116
export(interpret)
1217
export(is.RoBTT)
1318
export(prior)
19+
export(rho2logsdr)
1420
export(set_control)
1521
export(set_convergence_checks)
1622
import(Rcpp)

0 commit comments

Comments
 (0)