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
data frame output (return a list and use tibble())
Unlikely:
Custom error class. There's no handy API for creating and raising a custom error. R_errorcall() doesn't provide a way to set custom classes. Actually, rlang's C implementation says "Probably should be implemented at R level."
ALTREP
matrix. There are too many options. But, how to deal with matrix (or dim) should be documented
The text was updated successfully, but these errors were encountered:
Clarify that it's highly unsafe to convert protected types (e.g. Owned...Sexp and FunctionCallResult) to Sexp is highly unsafe because it loses protection, and it's the user's responsibility to protect it.
Never:
tibble()
)Unlikely:
R_errorcall()
doesn't provide a way to set custom classes. Actually, rlang's C implementation says "Probably should be implemented at R level."The text was updated successfully, but these errors were encountered: