[R] How to install this package

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Wed Sep 25 15:29:19 CEST 2024


В Wed, 25 Sep 2024 18:53:02 +0530
Christofer Bogaso <bogaso.christofer using 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



More information about the R-help mailing list