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
In part, this is related to #45, where we wish to make it possible for users to register their own validation functions, so you do not need to prepend the function with "is.".
I'm a bit surprised that is.yes_no is not found. That is something I should look into a bit further.
Hello,
Many thanks for the
validate
package, I want to usevalidate
within another package to hidecustomized rule function from the global environment.
A minimal script would be
and generates an error because
is.yes_no
is not is scope.However the configuration where is.yes_no is exported works fine but I'd like to hide it.
Question: Is it possible to give
confront
access tois.yes_no
without exporting it?The text was updated successfully, but these errors were encountered: