Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
# create array with int64 values library(arrow) library(bit64) x <- as.integer64(1:10) a <- array(x) a$as_vector() # unload package detach("package:bit64", unload = TRUE) # crash a$as_vector() a$as_vector()
Attachments
Issue Links
- links to