Installing rgl on Ubuntu and Mac: X11 not found

前端 未结 7 2058
后悔当初
后悔当初 2020-11-28 07:32

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<

7条回答
  •  遥遥无期
    2020-11-28 08:09

    On Ubuntu, what worked for me was to install the package directly from the command line:

    sudo apt-get install r-cran-rgl

    (We have a strange setup here, so YMMV)

提交回复
热议问题