Error installing R package in Ubuntu

I got an error when installing rgl, cards using Rstudio version 3.0.2, in ubuntu 14.04

install.packages("rgl")
install.packages("maps")

Mistake:

Package LibPath Version Priority Depends Imports LinkingTo Suggests Enhances License License_is_FOSS License_restricts_use OS_type Archs MD5sum NeedsCompilation Built

How to solve it?

+4
source share

Source: https://habr.com/ru/post/1607594/


All Articles