bfw 0.4.2
Critical
- Removed an example from ParsePlotas temp saving caused
errors on some platforms
Minor
- Added a code of conduct
- Adapted examples to improve run time of rcmdcheck
- Moved away from Travis CI to Github Actions
- Changed some urls that had moved hosting
- Adapted kappafunction to handle binary values
bfw 0.4.1.9001
Minor
- Made PlotParammore flexible for different kinds of
parameter values
- Fixed FlattenListfunction for complex nested lists
with contents other than list of lists
bfw 0.4.1.9000
Minor
- moved inst/doctoinst/extdata/doc
- moved LICENSE.mdtoinst/extdata/LICENSE.md
bfw 0.4.1
Minor
bfw 0.4.0.9002
Minor
- added FindEnvironmentfunction to find the environment
of a selected variable
- added ChangeNamesfunction to change names, colnames or
rownames of single items or a list of items
- Updated ParseNumberfunction to optionally extract
numeric values with decimals
- @davidgohel
adapted ParsePlotto conform with changes inofficerandrvgpackages
bfw 0.4.0.9001
Minor
- Updated ParsePlotfunction to conform with changes inrvgpackage: Part Deux
bfw 0.4.0.9000
Minor
- Updated ParsePlotfunction to conform with changes inrvgpackage
- Fixed circlizefunction
bfw 0.4.0
Critical
- Fixed an sorting error in contrastsfunction
Minor
- Added the ability to use custom save names
- Removed the appended “Plot” in save names for ParsePlotfunction
bfw 0.3.0.9002
Minor
- Fixed factor-to-numeric-bug metricfunction
bfw 0.3.0.9001
Feature
- Added InverseHDIfunction to compute inverse cumulative
density function of the distribution
Minor
- Added option to add results to ETAfunction
bfw 0.3.0
Feature
- Added PlotParamfunction to plot density of parameter
values (including ROPE)
Moderate
- Removed PlotDatafunction. All plots are now called
from seperate functions:
- PlotCirclizeto create a circlize plot
- PlotMeanto create a mean plot
- PlotNominalto create a nominal plot
- PlotParamto create a density plot with parameter
values
 
Minor
- Small fix in SumMCMCfunction to compute sample
sizes
bfw 0.2.0.9005
Feature
- Updated CFAfunction to include correlation matrix
- Added a option to run PPPfor every kth length of MCMC
chains (Default is every 10th)
Moderate
- Optimized RunContraststo allow larger MCMC simulations
(2nd review)
Minor
- Fixed plot_datavignette
- Updated README
- Fixed title bug in circlizeplots
- Added RemoveGarbagefunction to clear up working
memory
- Added MultiGrepfunction to use multiple patterns to
select an element from a vector
- Fixed bug in kappafunction
- Fixed bug in covariatefunction
- Fixed inline comment bug in TidyCodefunction
- Added option to define which parameters to use for diagnostics
- Removed (some of the…) unnecessary arguments in bfwfunction
- Added a apaPowerPoint template
bfw 0.2.0.9004
Feature
- Added nominalandcirclize(using thecirclizepackage) plot types
- meanplots are now seperated from main- PlotDatafunction
- ParsePlotand- PlotDatafunctions are also
seperated
 
Critical
- Fixed an error in nominalfunction
bfw 0.2.0.9003
Minor
- Fixed variables namnes in nominalfunction when using
only 1 variable
bfw 0.2.0.9003
Minor
- Fixed issue of line break after HTML tags when rendering Rmd
files.
bfw 0.2.0.9002
Moderate
- Fixed ParsePlotto accommodate ggplots.
- PlotDatanow returns- ggplot2and not- grDevices::recordPlot()
 
Minor
- Added a second badge, a more informative badge, ’cos why not.
bfw 0.2.0.9001
Minor
bfw 0.2.0.9000
Minor
- Added a badge because all the cool kids have them
- Fixed small inconsistencies in ParsePlot parameters (i.e., type png
with layout pw).
- Defaults are now rasterized pdf on a4 layout with 12 pointsize.
 
bfw 0.2.0
Critical
- Optimized RunContraststo allow larger MCMC
simulations
Moderate
- Optimized ParsePlotto handle large amounts of
plots
- Added pngpackage toSuggeststo handle
rasterized graphics for pdf/ps.
- Created a small function called TidyCodeto format
messy code.
- Modified nominalandmetricfunctions to
use a single flexible jags model for each function respectively
- Added an extended covariate functionto include y and x
variables.
- Redefined fit data models
- Created a separate model for confirmatory factor analysis using
Wishart distribution
- Redefined structural equation models, making the models more
efficient
 
- Added options to have more control over JAGS simulations
- jags.method, specify method for JAGS (e.g., parallel or
simple)
- jags.chains, specify specify number of chains for
JAGS
- adapt.steps, the number of adaptive iterations to use
at the start of each simulation
- burnin.steps, the number of burnin iterations, NOT
including the adaptive iterations to use for the simulation.
 
Minor
- Added a small ETAfunction to display running time of
functions
- Made feedback from MCMC functions more informative
- Fixed custom modelinsettings
- Fixed job.titlebug in covariate
- Fixed NULL values in TrimSplitandCapWords
- Replaced robust estimates of R^2 with Spearman
- Moved vignettes from vignettestodoc
bfw 0.1.0
Moderate
- Migrated from the orphaned ReporteRstoofficer(thanks to Professor Brian Ripley at University of
Oxford for notifying me)
- Added two PowerPoint templates legacy(4:3) andwidescreen(16:9)
 
- The following packages are moved from ImportstoSuggests
- ggplot2
- lavaan
- officer
- psych
- robust
- rvg
- scales
- truncnorm
 
Minor
- Modified title of package from Computational ModellingtoComputational Modelingto conform with US spelling
- Recoded diagnostics, making the code more efficent.
- Correcting some typos and code aesthetics (e.g., replaced print with
cat to display running time of analyses)
- Reviewed TrimSplitfunction to include removing empty
elements from vector
- Removed methodsandrJavafrom
imports
bfw 0.0.1
- Initial launch with the following modules:
- Bernoulli trials
- Covariate estimations (including correlation and Cronbach`s
alpha)
- Fit data (e.g., SEM, CFA, mediation models)
- Bayesian equivalent of Cohen`s kappa
- Mean and standard deviation estimations
- Predict metric values (cf., ANOVA)
- Predict nominal values (c.f., chi-square test)
- Simple, multiple and hierarchical regression
- Softmax regression (i.e., multinomial logistic regression)
 
- Added a NEWS.mdfile to track changes to the
package.
- Added a TODO.mdfile to track future work on the
package.
- Added a README.mdfile as an introduction to the
package.