Skip to content

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

@danielvartan

Description

@danielvartan

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?

makeAssertionFunction = function(check.fun, c.fun = NULL, use.namespace = TRUE, coerce = FALSE, env = parent.frame()) {

makeExpectationFunction = function(check.fun, c.fun = NULL, use.namespace = FALSE, env = parent.frame()) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions