我正在尝试安装,package mvoutlier
但在安装过程中出现以下错误:
install.packages("mvoutlier")
configure: error: missing required header GL/gl.h
ERROR: configuration failed for package ‘rgl’
* removing ‘/home/sam/R/x86_64-pc-linux-gnu-library /2.15/rgl’
ERROR: dependency ‘rgl’ is not available for package ‘compositions’
* removing ‘/home/sam/R/x86_64-pc-linux-gnu-library/2.15/compositions’
ERROR: dependency ‘compositions’ is not available for package ‘mvoutlier’
* removing ‘/home/sam/R/x86_64-pc-linux-gnu-library/2.15/mvoutlier’
之后我成功安装了 rgl 包,然后我尝试安装组合包,然后再次出现相同的错误。然后我再次尝试安装 mvoutlier 包,出现同样的错误。
谁能让我知道如何解决这个问题。提前谢谢你。