checkmate icon indicating copy to clipboard operation
checkmate copied to clipboard

Why the default value of `use.namespace` parameter is set to `TRUE` in `makeAssertionFunction()` but is `FALSE` for `makeExpectationFunction()`?

Open danielvartan opened this issue 4 months ago • 0 comments

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

danielvartan avatar Oct 17 '24 06:10 danielvartan