0.2.5.2 Yi-Shin Lin <yishin.lin@utas.edu.au>

  - Add random shuffle across all crossover operator
  - allow posdrift switch passing from BuildModel

0.2.3.6 Yi-Shin Lin <yishin.lin@utas.edu.au>

  - Remove OpenMP feature in PLBA model

0.2.3.6 Yi-Shin Lin <yishin.lin@utas.edu.au>

  - Rewrite documentations for all functions
  - Change function naming convention
  - add -lgomp flag
  - Use simple S3 method to resolve the issue of ".dmc" usage in DMC

0.1.9.7 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- Fix hierarchical Bayesian for LBA model and DDM

0.1.5 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- Add LBA PDF, prior C++ functions
	- Reverse back to R crossover, migrate, run, samples etc functions to make it
	very compatible to DMC

0.1.3.9 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- Fix more 'overloading ambiguity' errors in tnorm_wrapper.cpp

0.1.3.8 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- Add init.c to register native routines.

0.1.3.7 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- Update to Rcpp 0.12.10 and RcppArmadillo >= 0.7.700.0.0 to resolve
	  'Rcpp::Nullable' problem.

0.1.3.6 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- Correct 'overloading ambiguity' installation failures on Solaris
	- Update the link in README.md to canonical url,
	'https://CRAN.R-project.org/package=RcppArmadillo'

0.1.3.5 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- First release to the public

0.1.3.4 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- improve ddmc.Rd, dmc.Rd, dprior.Rd.
	- add dmc.R to generate ggdmc-package.Rd
	- merge DMC's and ggdmc's plot.prior and rename drawPrior as plot.priors
	- now ggdmc has its own classes dmc, dmc.list and hyper
	- ggdmc now uses S3 class to dispatch different summary and plot functions.
	- Finally, LBA model now is in ggdmc. likelihood.dmc and transform.dmc branch
	out to e.g., logLik.ddm, logLik.lba_B, becasue two new classes, ddm and
	lba_B are added.
	- New modules ggdmc_class.R and ggdmc_eam.R are added. The former defines
	DMC classes and the latter collects evidence accumulator models.
	- Add more help pages.
	- profile.dmc merge with stats's profile
	- roxygen2 now is also in charge of NAMESPACE

0.1.3.0 Yi-Shin Lin <yishin.lin@utas.edu.au>

	- plot.dmc add function to superimpose prior distribution on top of
	posterior distribution (ggplot2).
	- DMC needs to call modified coda to use this function (base).
