Skip to content
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

fatal error of Rstudio when loading the package #27

Closed
zlfccnu opened this issue May 16, 2022 · 1 comment
Closed

fatal error of Rstudio when loading the package #27

zlfccnu opened this issue May 16, 2022 · 1 comment

Comments

@zlfccnu
Copy link

zlfccnu commented May 16, 2022

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

@zlfccnu
Copy link
Author

zlfccnu commented May 16, 2022

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

@zlfccnu zlfccnu closed this as completed May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant