questionr 0.4.3
---------------

* cross.multi.table() now accept a `tfreq` argument to display row percentages 
  based on the (potentially weighted) contingency table of respondants.
* Fix : i* interactive functions now work with data.table and dplyr's tbl_df

questionr 0.4.2
---------------

* cross.multi.table() now accept a `freq` argument to display column percentages 
  based on the (potentially weighted) contingency table of crossvar on respondants. 
* multi.table() now accept a `freq` argument to compute percentages based on 
  (potentially weighted) number of repondants. Note that `freq` is set to TRUE
  by default
* Fix : wrong HTML() call in clipcopy()
* Refactoring : icut, irec and iorder are now shinyApps functions
* Translation : icut, irec and iorder interfaces are now translated in french

questionr 0.4.1
---------------

* Bugfix : compatibility with shiny 0.10

questionr 0.4
---------------

* New functions from Joseph Larmarange : duplicated2, na.rm, rm.unused.levels
* Default lookfor `keywords` argument changed to "" (displays all variables)
* New argument `n` to cprop and rprop to display the number of observations
  per row/column
* "Ensemble" and "Total" strings in cprop and rprop are now localized
* Bugfixes on irec : encoding on windows and empty strings in factor levels
* `freq` now displays, by default, a column of percentage based on
  non-missing values 

questionr 0.3.1
---------------

* Bugfix : weights handling in cross.multi.table
* Bugfix : NA values in icut

questionr 0.3
-------------

* New functions from Joseph Larmarange : addNAstr and odds.ratios
* copy renamed to clipcopy to avoid name collisions with data.table
* New function : icut, interactive shiny interface for `cut`
* New function : iorder, interactive shiny interface for ordering the levels of a factor
* New function : irec, interactive shiny interface for recoding a variable

questionr 0.2
-------------

* New functions : describe, freq.na, qload, qscan, recode.na
* Finish transition from rgrs

questionr 0.1
-------------

* First version
