wyz.code.offensiveProgramming releases (original) (raw)

name [awesome-asterion-khi] package-version [1.1.22] timestamp [2021-10-05 20:17:45]

  1. CRAN information on obsolescence of lubridate - need to remove dependency.
  2. lubridate::date() was used in fileFunctionParameterTypeFactory.R.
    FunctionParameterTypeFactory.R: list('da' , 'date' , list(lubridate::is.Date) , type_classes$date),
    FunctionParameterTypeFactory.R: list('dc' , 'POSIXct' , list(lubridate::is.POSIXct) , type_classes$date),
    FunctionParameterTypeFactory.R: list('dl' , 'POSIXlt' , list(lubridate::is.POSIXlt) , type_classes$date),
  3. Test, Duration: 7.7s, OK:450
  4. R CMD check, Duration:32.1s, 0 errors ✓ | 0 warnings ✓ | 0 notes ✓
  5. Commercial software release management
  6. vignette content update
  7. git alignment

  1. modified implementationmatchFunctionArguments function to solve aborption issue when called with empty parameter list.
  2. modified FunctionParameterTypeFactoryfunction. Added cantor real type.

Latest release replaces fully older ones, that are now considered obsoletes. Keep the pace, and upgrade your packages to use the latest version!