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 call to S3 method from bit64 #10

Open
MichaelChirico opened this issue Jan 31, 2025 · 0 comments
Open

Direct call to S3 method from bit64 #10

MichaelChirico opened this issue Jan 31, 2025 · 0 comments

Comments

@MichaelChirico
Copy link

MichaelChirico commented Jan 31, 2025

Here is a direct call to an S3 method

return(c.integer64(c()))

return(data.table(sctid = c.integer64(sctid$sctid, transitiveclosure[supertypeId == sctid$sctid]$subtypeId)))

all <<- data.table(sctid = c.integer64(rootconcept,unique(isa$sourceId)))

This will stop working in the future when this symbol is un-exported. Prefer calling the generic directly: c(), and letting S3 dispatch do its thing.

See r-lib/bit64#76

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

1 participant