checkmate
checkmate copied to clipboard
Why the default value of `use.namespace` parameter is set to `TRUE` in `makeAssertionFunction()` but is `FALSE` for `makeExpectationFunction()`?
Hi there! 👋
I was wondering why the default value of the use.namespace
parameter is set to TRUE
in makeAssertionFunction()
but is FALSE
for makeExpectationFunction()
. Is there a specific reason for this difference?
https://github.com/mllg/checkmate/blob/63e001f009cef02e84da03aa4ea2670611eb86f9/R/makeAssertion.R#L59
https://github.com/mllg/checkmate/blob/63e001f009cef02e84da03aa4ea2670611eb86f9/R/makeExpectation.R#L114