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
There are a number of arguments ( encoding, timezone, timeout, etc ) for which allow_null is set to TRUE on one hand, and on the other we simply pass them through the C/++ layer ( where they are strongly typed ).
Verify that in fact they are not allowed to be NULL ( expect Rcpp to complain ).
Update the arguments to the check_* methods; probably better to throw a nicely formatted error.
The text was updated successfully, but these errors were encountered:
There are a number of arguments (
encoding
,timezone
,timeout
, etc ) for whichallow_null
is set toTRUE
on one hand, and on the other we simply pass them through the C/++ layer ( where they are strongly typed ).NULL
( expectRcpp
to complain ).check_*
methods; probably better to throw a nicely formatted error.The text was updated successfully, but these errors were encountered: