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

Direct calls to bit64 S3 methods #14

Open
MichaelChirico opened this issue Jan 31, 2025 · 1 comment
Open

Direct calls to bit64 S3 methods #14

MichaelChirico opened this issue Jan 31, 2025 · 1 comment

Comments

@MichaelChirico
Copy link

MichaelChirico commented Jan 31, 2025

Here are direct calls to S3 methods

bit64::as.data.frame.integer64(x, ...)

out <- bit64::c.integer64(...)

out <- bit64::unique.integer64(x, ...)

These will stop working in the future when these symbols are un-exported. Prefer calling the generic directly, e.g.: unique(), and letting S3 dispatch do its thing.

See r-lib/bit64#76

@MichaelChirico MichaelChirico changed the title Call to as.data.frame.integer64 Direct calls to bit64 S3 methods Jan 31, 2025
@anoopshah
Copy link
Owner

Thanks, will amend in next version.

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