tylermorganwall / rayshader

R Package for 2D and 3D mapping and data visualization
https://www.rayshader.com/
2.06k stars 214 forks source link

R session Aborted #68

Closed zluscher closed 5 years ago

zluscher commented 5 years ago

Installed: R. Version 3.6.1 Rtools 3.3 Rstudio 64 bit windows

Then install missing 'rgl'

I try to call the library(rayshader) But the R session Aborts, R encountered fatal error

tylermorganwall commented 5 years ago

Try completely removing the rgl package (you may have to find your R library and delete it manually on windows) and then reinstall. This sounds more like a local R installation issue than a rayshader issue.

tylermorganwall commented 5 years ago

Closing issue as local installation problem (if you are still having this issue, comment here and we can work it out).

ppramg commented 2 years ago

Hello, I face the same issue. I installed latest versions of Rstudio, Rtools and R, but as soon as I call the library (rayshader), R session aborts... I tried to install from cran and from your github, and I tried to completely remove the rgl package but nothing helped... I f you have a suggestion to fix that I would be very grateful ! Thanks for your great work by the way.