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

integer64 support #74

Open
dcooley opened this issue Mar 12, 2021 · 0 comments
Open

integer64 support #74

dcooley opened this issue Mar 12, 2021 · 0 comments

Comments

@dcooley
Copy link
Collaborator

dcooley commented Mar 12, 2021

Originally posted in mapdeck

library(colourvalues)
library(bit64)

x <- bit64::as.integer64(1:5)
colourvalues::colour_values(x)

# Error in rcpp_colour_values_hex(x = x, palette = palette, alpha = alpha,  : 
#  Error in function boost::math::trunc<double>(double): Value inf can not be represented in the target integer type.
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