How do I install the R package rgl on Ubuntu 9.10, using R version 2.12.1?

后端 未结 3 854
广开言路
广开言路 2020-12-14 12:28

I\'m trying to install the R package rgl on Ubuntu 9.10. I\'m using R version 2.12.1.

I got the following error: \"configure: error: missing required header GL/gl.h\

3条回答
  •  天涯浪人
    2020-12-14 13:19

    You probably need to be doing this with R 2.13.1. The linking points are probably different. If you really insist on using an old version, you need to compile with a version of rgl that matches that version. There is an Archive of prior versions and the link is at the bottom of the Contributed Packages page at the CRAN website.

提交回复
热议问题