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
I tried both c(as.integer64(...)) and c(...); neither approach made it far under R CMD check. All this is tricky business as we have to mix S4 and S3 semantics. We like the status quo, it worked for eight+ years.
Thanks Dirk. Rest assured I have no interest in breaking working code :)
The timeline here is long -- I won't even touch this in the next release, and will only look at adding warnings in the subsequent release before finally removing the export after that. I will of course retain c.integer64 exported as long as we don't have a fix for you.
Here are some direct calls to an S3 method
nanotime/R/nanoduration.R
Line 650 in 5fe3414
nanotime/R/nanotime.R
Line 657 in 5fe3414
This will stop working in the future when this symbol is un-exported. Is there a reason not to let S3 dispatch "just work" in this case?
See r-lib/bit64#76
The text was updated successfully, but these errors were encountered: