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
The R check is currently failing due to the way we are extending methods such as as.data.frame and plot. This results in a R CMD check warning which prevents the check from passing:
The R check is currently failing due to the way we are extending methods such as
as.data.frame
andplot
. This results in aR CMD check
warning which prevents the check from passing:The guidance is to follow this guide:
We may need to rethink how we are exposing these methods to ensure the
CMD check
passesThe text was updated successfully, but these errors were encountered: