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

polars should prefer to convert to R double over bit64 as default. bit64 should be optional. #116

Closed
sorhawell opened this issue Apr 14, 2023 · 2 comments

Comments

@sorhawell
Copy link
Collaborator

sorhawell commented Apr 14, 2023

see surprising output from null_count in when library(bit64) is not loaded. Better to return as f64, and let those who appreciate the increase value range actively opt-in to bit64

@sorhawell
Copy link
Collaborator Author

would make sense to solve #95 first, to avoid passing any possible option as a litteral arg through all conversion functions.

@etiennebacher
Copy link
Collaborator

Superseded by #465

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