wyz.code.offensiveProgramming releases
Fabien GELINEAU
last update on 2020-01

Latest release replaces fully olders ones, that are now considered obsoletes. Keep the pace, and upgrade your packages to use the latest version!
Release 1.1.16
Main improvements are
- Added methods verifyFunctionArguments to simplify input parameter type checks implementation
Release 1.1.15
Main improvements are
- Added methods identifyOPInstrumentationLevel, retrievePackageFunctionNames
- Upgraded packageFunctionsInformation
- Added many new classes in sample-classes.R to ease demo and increase reuse
- Updated vignettes
- enforce package test coverage higher than 99%.
Release 1.1.14
Main improvements are
- Added print methods for FunctionParameterName, EvaluationMode and TestCaseDefinition
- solved issue on FunctionParameterTypeFactory when dealing with empty vectors as parameters
- added new suffixes spi, sni, spr, snr
- removed folders full-instrumetation, no-instrumentation, tc-defs, frt-defs from inst/code-samples
Release 1.1.10
Main improvements are
- Added many tests to work with RC, S3, S4, R6 classes
- maintained higher code coverage higher than 99%
Release 1.1.9
Main improvements are
- corrected many typographic errors in i/o with end-user
- completed unit tests
- enforced higher code coverage from 75% up to 99.28%
- changed many functions visibility from hidden to visible .
- completed documentation
- cleaned up package dependencies.