Closed aniruhil closed 2 years ago
Thanks. Not clear from the trace where the problem is. Is this still happening? I can't replicate the problem
Still an issue @sckott but I am hoping to do a clean install of R 4.1.x later this month and see if the issue goes away. I appreciate your checking in!
sounds good
@aniruhil I've got students running into the same issue. Did R 4.1.x solve the problem?
@aniruhil I've got students running into the same issue. Did R 4.1.x solve the problem?
@lecy I managed to resolve it by uninstalling R and RStudio, and then doing a fresh install. Has worked fine since then. Here is my sessionInfo() in the details
@aniruhil excellent, thanks!
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Merely trying to load
library(geojsonio)
crashes RStudio. Same result if I load the library in R.app. Details of sessionInfo() follow. Any clue as to what might be going on here?FWIW I did uninstall the package, restarted RStudio, reinstalled the geojsonio binary, restarted RStudio, and yet ended up with the same result.
Session Info
> sessionInfo() > R version 4.0.4 (2021-02-15) > Platform: x86_64-apple-darwin17.0 (64-bit) > Running under: macOS Big Sur 10.16 > Matrix products: default > LAPACK: /Library/Frameworks/R.framework/Versions/4.0/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 > loaded via a namespace (and not attached): > [1] processx_3.5.0 compiler_4.0.4 R6_2.5.0 tools_4.0.4 rstudioapi_0.13 > [6] yaml_2.2.1 crayon_1.4.1 callr_3.6.0 ps_1.6.0 pak_0.1.2.9001 ```r library(geojsonio) ```Here is the error message from R