wyz.code.offensiveProgramming releases (original) (raw)
name [awesome-asterion-khi] package-version [1.1.22] timestamp [2021-10-05 20:17:45]
- CRAN information on obsolescence of lubridate - need to remove dependency.
- 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), - Test, Duration: 7.7s, OK:450
- R CMD check, Duration:32.1s, 0 errors ✓ | 0 warnings ✓ | 0 notes ✓
- Commercial software release management
- vignette content update
- git alignment
- modified implementationmatchFunctionArguments function to solve aborption issue when called with empty parameter list.
- 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!