CRAN 1.2.0
- Added other transformations commonly used to normalize a vector
- exponential, log, square root, arcsinh
- Lambert WxF is no longer done by default in
bestNormalize()since it is
unstable on Linux and Solaris (it uses more threads than allowed for CRAN checks).
It can still be used by settingallow_lambert = TRUE, or directly via thelambert()function