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

FR: integer64 as.list method #21

Closed
ismirsehregal opened this issue Oct 13, 2021 · 3 comments
Closed

FR: integer64 as.list method #21

ismirsehregal opened this issue Oct 13, 2021 · 3 comments

Comments

@ismirsehregal
Copy link

I just ran into the "problem" described here.

A dedicated method would be really convenient.

@bart1
Copy link

bart1 commented Mar 15, 2023

@nbenn
Copy link

nbenn commented Nov 25, 2023

I also ran into this issue at r-dbi/DBItest#308.

as.list(bit64::as.integer64(c(a = 0, b = 1)))
#> [[1]]
#> [1] 0
#> 
#> [[2]]
#> [1] 4.940656e-324

Is not what I'd have expected.

@truecluster
Copy link
Contributor

Implemented as.list.integer64. Please be patient until commited and on CRAN.

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

4 participants