I have seen this question here: Error in loading rgl package with Mac OS X but there is no mentioning about installation error, which is my case. I cannot install rgl
package, using this command in R
:
source("http://bioconductor.org/biocLite.R")
biocLite("rgl")
The following error is displayed:
configure: error: X11 not found but required, configure aborted. ERROR: configuration failed for package ‘rgl’ * removing ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/rgl’
I checked this address /Library/Frameworks/R.framework/Versions/3.2/Resources/library
and there is no rgl
folder, so I cannot delete aglrgl.so
(or rgl.so
), which is the answer to the above-mentioned question. Can you please help me with this installation problem? Thanks.
RDRToolbox
. This package hasrgl
as its dependency. – Darksome