-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
112 lines (63 loc) · 3.77 KB
/
NEWS
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Changes in version 0.5.4 (2021-10-13)
* Fixed bug in 'plotAll' (reported by jlwoodard).
* Specify 'col = NULL' for the histograms in 'plotPostPred' (default in 4.2.0 will be gray).
* Added more options for the user to specify colors in the plots (thanks to Jan Vorhagen for the patches).
* Fixed formatting of NEWS file.
* Spellcheck with 'spelling' package: standardized on US spellings.
* Now using Authors@R in DESCRIPTION file.
Changes in version 0.5.3 (2021-05-17)
* Examples no longer use parallel processing.
* Fixed: rebuilding of vignette (thanks to Kurt Hornik for the fix).
* Updated help page for 'BESTmcmc' to clarify difference between scale and SD for t-distribution.
* Added citation for Krushke (2013) to Description in DESCRIPTION file (suggestion of Uwe Ligges).
Changes in version 0.5.2 (2020-05-18)
* Change of maintainer email.
* Updated testthat tests for new default RNGkind from R 3.6.0.
* Increased resolution of fitted density from n=512 to n=2048 to give better estimates
of HDI.
Changes in version 0.5.1 (2018-04-19)
* Fixed issue with position of text on density plots.
* plotAll and plotPostPred modified to show the data with an 'ordinary' histogram.
* Warning if adaptation is not adequate (instead of "NOTE: Stopping adaptation").
Changes in version 0.5.0 (2017-05-28)
* 'BESTmcmc' uses 'rjags' directly, instead of 'jagsUI' wrappers. This resolves 'set.seed' issues, but values returned will not be the same as with previous versions.
* Function 'hdi' removed; imports HDInterval::hdi instead.
Changes in version 0.4.0 (2015-12-28)
* BESTmcmc now allows normality parameter, nu < 1 (See John Kruschke's blog post 2 Dec 2015).
* Vignette updated to use new prior specification.
Changes in version 0.3.0 (2015-06-29)
* BESTmcmc 'showPriors' argument changed to 'doPriorsOnly'.
* Function postPriorOverlap added.
Changes in version 0.2.6 (2015-05-09)
* BESTmcmc gains a 'showPriors' argument.
* Removed constraints on small samples in BESTmcmc (n=1 is ok if priors are specified).
* makeData throws an error if the number of outliers is 1.
Changes in version 0.2.5 (2015-05-07)
* Run chains in parallel using jagsUI (>= 1.3.6) instead of rjags.
Changes in version 0.2.4 (2015-05-03)
* Function BESTmcmc now allows user to specify priors.
CHANGES in v.0.2.3 (2014-11-17)
* Added sanity checks to BESTmcmc.
Changes in version 0.2.2 (2014-06-06)
* hdi gains a density method, which can handle discontinuous HDIs. This is
used for the posterior density plots when showCurve = TRUE.
* Enhancements to plots:
o credMass = NULL suppresses plotting of the credible interval.
o plotPost, the plot.BEST method, and plotAreaInROPE now make full
use of the ... argument for additional graphical parameters.
o default xlim for posterior density plots is now based on 99% HDI (not range).
o plotPost and plot.BEST return an object of class 'histogram' invisibly.
o plotPost deals properly with a vector of integers.
Changes in version 0.2.0 (2013-08-23)
* Added function plotAreaInROPE.
* In BESTpower, call to x11() (which is platform specific) changed to dev.new();
in Rstudio, the plot is shown on active device.
* BESTmcmc and BESTpower gain 'rnd.seed' arguments for reproducible output;
testthat test files for BESTmcmc and BESTpower added.
* makeData gains a showPlot argument.
* Fixed bug in plot.BEST: the ... argument was not being passed to plotPost.
* BESTmcmc has 'verbose' argument; setting verbose = FALSE (or 0) suppresses
output to the Console (wish of Ben Marwick).
* BESTpower also has 'verbose' argument; here verbose = 0 (or FALSE)
suppresses all output, verbose = 1 (or TRUE) provides just a progress bar;
verbose = 2 (the default) displays full details.