В Wed, 25 Sep 2024 18:53:02 +0530 Christofer Bogaso <bogaso.christo...@gmail.com> пишет:
> Error in dyn.load(dynlib <- getDynlib(dir)) : > > unable to load shared object > '/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/rgl/libs/rgl.so': > > > dlopen(/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/rgl/libs/rgl.so, > 0x0006): Library not loaded: /opt/X11/lib/libGLU.1.dylib You can force-install the 'termstrc' package by giving the INSTALL_opts='--no-test-load' argument to install.packages(), but it still won't work because 'termstrc' requires 'rgl' to load and your 'rgl' installation doesn't work. Try following the instructions in the README of the 'rgl' package regarding the OpenGL support. Perhaps it needs to be reinstalled after some updates you have applied to your Mac? -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.