Skip to content

CRAN release v0.3.4

Compare
Choose a tag to compare
@ELToulemonde ELToulemonde released this 27 Dec 08:43
3a8a5db

Improvement of function:

  • whichAreBijection: It is 2 to 15 time faster than previous version.
  • whichAreIncluded: It is a bit faster.

Bug fixes:

  • generateFactorFromDate: default value was missing. Fixed.

New features:

  • New features in existing functions:
    • fastFilterVariables has a new parameter (level) to choose which types of filtering to perform
    • findAndTransFormDates now recognize date character even if there are multiple separator in date (ex: "2016, Jan-26").
    • findAndTransFormDates now recognize date character even if there are leading and tailing white spaces.

WARNING:

  • whichAreIncluded: in case of bijection (col1 is a bijection of col2), they are both included in the other, but the choice of the one to drop might have changed in this version.
  • date3 column in messy_adult data set has changed in order to illustrate the recognition of date character even if there are leading and/or trailing white spaces.
  • date4 column in messy_adult data set has changed in order to illustrate the recognition of date character even if there are multiple separator.