You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
danielvartan
changed the title
Why the default value of use.namespace parameter is set to TRUE in makeAssertionFunction() but is FALSE for makeExpectationFunction()
Why the default value of use.namespace parameter is set to TRUE in makeAssertionFunction() but is FALSE for makeExpectationFunction()?
Oct 17, 2024
Hi there! 👋
I was wondering why the default value of the
use.namespace
parameter is set toTRUE
inmakeAssertionFunction()
but isFALSE
formakeExpectationFunction()
. Is there a specific reason for this difference?checkmate/R/makeAssertion.R
Line 59 in 63e001f
checkmate/R/makeExpectation.R
Line 114 in 63e001f
The text was updated successfully, but these errors were encountered: