Version 1.7.0 [2019-07-25]
 * Reseased on CRAN.

Version 1.6.9 [2019-07-24]
 * Cosmetic changes.

Version 1.6.8 [2019-07-23]
 * Added unit tests for internal functions.

Version 1.6.7 [2019-07-22]
 * Improved R code readability.

Version 1.6.6 [2019-07-09]
 * Minor fixed to comply with lintr.

Version 1.6.5 [2019-07-08]
 * Added github badge.

Version 1.6.4 [2019-07-03]
 * Removed lintr dependency.
 * Modified .travis.yml.

Version 1.6.3 [2019-07-01]
 * Added lintr depedency.
 * Added lintr unit test.

Version 1.6.2 [2019-06-11]
 * Added unit testing for core functions.

Version 1.6.1 [2019-06-09]
 * Added unit testing for utility functions.
 * Added code coverage.
 * Added a function to simulate from a marginal adjacent-categories logit model.

Version 1.6.0 [2018-07-10]
 * Released on CRAN.
 * Simplified the R code.

Version 1.5.1 [2017-08-22]
 * Updated documention - introduced roxygen2.
 * Updated vignette - from pdf to html.

Version 1.5.0 [2017-07-11]
 * Released on CRAN.

Version 1.4.8 [2017-07-10]
 * Updated README - presentation.
 * Updated vignette - presentation.

Version 1.4.7 [2017-06-20]
 * Updated vignette - added more examples.

Version 1.4.6 [2017-06-19]
 * Updated R code - avoided long R code.
 * Updated R code - now checking if an object is a vector.

Version 1.4.5 [2017-06-16]
 * Updated documentation - presentation.

Version 1.4.4 [2017-06-15]
 * Added README.Rmd.
 * Updated documentation - fixed typos.

Version 1.4.3 [2017-06-13]
 * Updated CITATION - added full citation info.
 * Updated documentation - fixed typos and added links to vignette and pdf manual.
 * Created a github repo.
 * Improved vignette in R using bookdown.
 * Minor improvements to the output of the core functions.

Version 1.4.2 [2016-09-15]
 * Updated CITATION file.
 * Updated documentation.

Version 1.4.1 [2016-07-19]
 * Replaced the lin.pred argument in the core functions with three easier to handle arguments (betas, xformula and xdata).
 * Increased the flexibility of the implementation of the NORTA method in the function rnorta.
 * Introduced the rlatent argument in the core functions to allow user-defined simulated values for the latent variables.
 * Updated R code.
 * Updated CITATION file.
 * Updated vignette.
 * Updated documentation.

Version 1.4.0 [2015-12-15]
 * Added the rbin function to simulate correlated binary responses.
 * Updated CITATION file.
 * Updated DECRIPTION file.
 * Updated vignette.
 * Updated documentation.
 * Change the name of the argument cuts to intercepts.
 * Allowed the intercepts of the marginal models to vary for the correlated responses.

Version 1.3.1 [2015-09-08]
 * Updated email address of the maintainer.
 * The package now imports functions from the R package stats.
 * Removed evd dependency.

Version 1.3.0 [2015-01-08]
 * Introduced a x.y.z version system.
 * Updated documentation.
 * Minor changes in vignette.
 * Minor change in the R code.
 * Added CITATION file.

Version 1.2 [2014-03-01]
 * Added a vignette file.
 * Updated the email address of the maintainer.
 * Updated documentation.

Version 1.1 [2013-05-30]
 * Removed the R package mvtnorm dependency.
 * Added the function rmult.crm to simulate correlated ordinal multinomial responses under a marginal continuation ratio model.
 * Updated documentation.
 * Minor changes in the R code.

Version 1.0 [2012-11-12]
 * The first version of the R package SimCorMultRes is released on CRAN.

