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.
