manlius/muxViz

fatal error of Rstudio when loading the package

zlfccnu opened this issue · 1 comments

I can install the package by using teh devtools without problem, however every time when I load the pkg, Rstudio with crash with fatal error
image

The session info are as follows:
R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)

Matrix products: default

locale:
[1] LC_COLLATE=Chinese (Simplified)_China.utf8
[2] LC_CTYPE=Chinese (Simplified)_China.utf8
[3] LC_MONETARY=Chinese (Simplified)_China.utf8
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)_China.utf8

attached base packages:
[1] stats graphics grDevices utils datasets methods
[7] base

loaded via a namespace (and not attached):
[1] compiler_4.2.0 tools_4.2.0

The crash issue is related to the rgl pkg, can be sloved by
remotes::install_github("rstudio/webshot2")

or by setting:
options(rgl.debug = TRUE)

please check
https://stackoverflow.com/questions/37142762/how-do-i-install-the-latest-version-of-rgl