RSGHB 1.2.2
* Fixed slowdown in code on achieving post-burn-in status.

RSGHB 1.2.1
* Fixed bug in write out for fixed coefficients
* Increased max.print for log file

RSGHB 1.2.0
* Added outputs to allow for better integration with CMC model estimation code
* Added additional options for sampling from posterior of the covariance matrix - hierarchical Inverted Wishart

RSGHB 1.1.2
* Fixed a bug in writeModel when only one random parameter is specified

RSGHB 1.1.1
* Fixed a bug when estimating a model with thinning (gNSKIP > 1)

RSGHB 1.1.0
* doHB now defaults to normal distribution assumptions, if not specified
* doHB now defaults to starting values of 0, if not specified
* RSGHB has been made R-object oriented rather than CSV-file oriented
* This primarily affects how users interact with model outputs
* doHB now returns a model object of class 'RSGHB'
* Save results to disk by setting the 'writeModel' argument in doHB to TRUE, or by using the new 'writeModel' function on an 'RSGHB' object
* Updated documentation, examples, and vignette
* General code improvements to increase speed and reduce memory footprint

RSGHB 1.0.2
* Added ability to fix the mean and variance of random parameters
* plotC function added to plot the posterior means

RSGHB 1.0.1
* General updates and bug fixes

RSGHB 1.0.0
* Functions for estimating Hierarchical Bayesian models