- Fix:
- fix in
plotBoxplot
function afterggplot2
update
- fix in
- Misc:
- create a lighter version of Pisa dataset
- make some plotting functions public
- Misc:
-
Misc:
- Changed intro message (now it's more compact)
- Added tests #69
-
Fixes:
- Vigniette building (#67)
- Fix in Tukey's plots
- New features:
- In this version arguments: 'method' and 'successive' of the mergeFactors() function are merged in one argument ('method') with its new values:
- 'fast-fixed' (method = 'hclust', successive = TRUE),
- 'fixed' (method = 'hclust', successive = FALSE),
- 'fast-adaptive' (method = 'LRT', successive = TRUE),
- 'adaptive' (method = 'LRT', successive = FALSE).
- In this version arguments: 'method' and 'successive' of the mergeFactors() function are merged in one argument ('method') with its new values:
- Fixes:
- Updated cheatsheet (#56)
- Added new dataset pisaEuro (#65)
TODO