Skip to content

CRAN 1.2.0

Choose a tag to compare

@petersonR petersonR released this 31 May 15:26
  • 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 setting allow_lambert = TRUE, or directly via the lambert() function