Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checking S3 generic/method consistency #2

Open
russbiggs opened this issue Jan 23, 2025 · 1 comment
Open

checking S3 generic/method consistency #2

russbiggs opened this issue Jan 23, 2025 · 1 comment
Assignees

Comments

@russbiggs
Copy link
Member

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:

checking S3 generic/method consistency ... WARNING

The guidance is to follow this guide:

 See section ‘Generic functions and methods’ in the ‘Writing R
  Extensions’ manual.

We may need to rethink how we are exposing these methods to ensure the CMD check passes

@russbiggs
Copy link
Member Author

@caparker can you take a look at this and maybe suggest some options?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants