knitr::opts_chunk$set(collapse = TRUE, comment = "") source('vignette-common.R')
Latest release replaces fully older ones, that are now considered obsoletes. Keep the pace, and upgrade your packages to use the latest version!
Main improvements are
r citecode("OP_TYPE_FACTORY")
management. Replaced by r citecode("options('op_type_factory')")
r citecode("OP_AUDIT")
management. Replaced by r citecode("options('op_audit')")
r citecode("functionParameterTypeFactory_o_1 = retrieveFactory()")
from many functions, as it is useless and can be directly accessed/determined by the code. r citeop('function_name')
to r citeop('name')
in r citefun('packageFunctionsInformation')
for consistency reasonsr citefun('packageFunctionsInformation')
renamed to r citefun('opInformation')
to avoid name collisions through packagesr citefun('opInformation')
verified and upgradedMain improvements are
r citefun('verifyFunctionArguments')
to simplify input parameter type checks implementationMain improvements are
r citefun('identifyOPInstrumentationLevel')
, r citefun('retrievePackageFunctionNames')
r citefun('packageFunctionsInformation')
r citefun('sample-classes.R')
to ease demo and increase reuseMain improvements are
r citefun('FunctionParameterName')
, r citefun('EvaluationMode')
and r citefun('TestCaseDefinition')
r citefun('FunctionParameterTypeFactory')
when dealing with empty vectors as parametersr citechar('spi')
, r citechar('sni')
, r citechar('spr')
, r citechar('snr')
r citefile('full-instrumetation')
, r citefile('no-instrumentation')
, r citefile('tc-defs')
, r citefile('frt-defs')
from r citefile('inst/code-samples')
Main improvements are
r citechar('RC')
, r citechar('S3')
, r citechar('S4')
, r citechar('R6')
classesr citeexr('99%')
Main improvements are
r citeexr('75%')
up to r citeexr('99.28%')
r comment('internal to package')
to visible r comment('end-user available')
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.