-
Notifications
You must be signed in to change notification settings - Fork 4
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
Why does library(rgl) hang R on Kevin's Macbook? #123
Comments
rgl loads and runs hisafe_root3D() just fine on Marie's Mac! What the heck!? (it also runs just fine on all PCs in the lab) Marie's sessionInfo(): Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
So, Marie has successfully run the same rgl version that I am trying to run, but she's using R 3.4.2. Perhaps I need to go back to R 3.4.2! |
I tried with version 4.0.1 and it still works.... do you still have the issue? sessionInfo: Matrix products: default locale: |
I just tried loading the library on R 4.0.0 with rgl 0.100.54 and it STILL stalled R on my macbook. |
This occurs in RStudio and simple R. The only way out is to Force Quite R. The rgl version I'm attempting to load: 0.99.16. My sessionInfo():
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Sierra 10.12.6
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRblas.0.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] hisafer_1.4.14
loaded via a namespace (and not attached):
[1] Rcpp_0.12.19 crayon_1.3.4 dplyr_0.7.6 assertthat_0.2.0 grid_3.5.1
[6] plyr_1.8.4 R6_2.2.2 gtable_0.2.0 magrittr_1.5 scales_1.0.0
[11] ggplot2_3.1.0 pillar_1.3.0 rlang_0.3.0.9000 lazyeval_0.2.1 bindrcpp_0.2.2
[16] glue_1.3.0 purrr_0.2.5 munsell_0.5.0 compiler_3.5.1 pkgconfig_2.0.1
[21] colorspace_1.3-2 tidyselect_0.2.4 bindr_0.1.1 tibble_1.4.2
The text was updated successfully, but these errors were encountered: