Memory error when using feather with tibble 1.4.99.9004
See original GitHub issueReproducing the error:
devtools::install_github("tidyverse/tibble")
library(feather)
write_feather(mtcars, "mtcars.feather")
mtcars2 <- read_feather("mtcars.feather")
Error: C stack usage 7970208 is too close to the limit
Session info:
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.6
Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] feather_0.3.1
loaded via a namespace (and not attached):
[1] compiler_3.5.1 hms_0.4.2 tools_3.5.1 pillar_1.3.0.9000 rstudioapi_0.7 yaml_2.1.19
[7] tibble_1.4.99.9004 crayon_1.3.4 Rcpp_0.12.18 pkgconfig_2.0.2 rlang_0.2.2
It also throws other error on a linux server (same case):
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
The solution: using the last version on CRAN. Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
wesm/feather - Issues Antenna
258wesm/feather issues, can help you solve programming problems. ... Memory error when using feather with tibble 1.4.99.9004.
Read more >feather - bytemeta
feather repo issues. ... installing feather R from github with devtools gives fatal error ... Memory error when using feather with tibble 1.4.99.9004....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will be fixed as part of #367
@burado88, looks like it’s currently available! https://cran.r-project.org/web/packages/feather/