clickR 0.3.2 (Release date: 2017-08-29)
==============

Changes:

* Added descriptive() function as a revamp of the now deprecated descriptivo() function
* Added cluster_var() function to perform variable clustering in exploratory analysis
* Fixed bugs in some report funtions



clickR 0.3.0 (Release date: 2017-07-23)
==============

Changes:

* report(model) now returns an (invisible) list in addition to printing the nice output table
* Added support for reporting models fitted using brms package
* report.data.frame now accepts specifying number of decimal places
* Added a new S3 class "reportmodel" for objects created by report(model) function
* Added plot.reportmodel function to plot coefficient plots of the models
* Added function coefplot, which is called by plot.reportmodel, but also can be used to manually plot coefficients for unsupported models
* Minor bug fixes



clickR 0.2.9 (Release date: 2017-07-05)
==============

Changes:

* Added nice_names() function to standardize variable names and remove non-ascii characters
* Added function kill.factors() to remove factor class from variables with many levels (to character)
* report.data.frame now only summarizes numeric and factor variables
* Minor bug fixes



clickR 0.2.6 (Release date: 2017-05-14)
==============

Changes:

* Refined how fix.numerics() works



clickR 0.2.4 (Release date: 2017-05-13)
==============

Changes:

* Minor fixes to fix.numerics()



clickR 0.2.3 (Release date: 2017-05-12)
==============

Changes:

* Modified fix.numerics() to avoid massive coercions to NA



clickR 0.2.1 (Release date: 2017-05-05)
==============

Changes:

* Added peek() function for concise visualization of data.frames



clickR 0.2.0 (Release date: 2017-02-20)
==============

Changes:

* Added check_quality() function for quality control of the data
* Fixed behaviour of fix.numerics() when dealing with leading whitespaces
* Added number of observations to report.data.frame
* Several minor bug fixes



clickR 0.1.12 (Release date: 2016-12-07)
==============

Changes:

* Improved behaviour of fix.numerics(), fix.dates() and fix.factors() functions.
* Fixed a bug in report() that was generating duplicated files when exporting to word.
