The most common configuration flags for installing R from a source on 64-bit Ubuntu

I am convinced that using the Dirk package is the best way to install and maintain R on an Ubuntu system. But I want to have some fun and get used to installing R from the source.

What are the most common configuration flags to use during installation?

Also, if I want to install 2.14.1, and I installed 2.14.0 (which was installed from the source), should I remove 2.14.0 first?

+4
source share
1 answer

Recently, there has been some version of several versions: one of the apt-get repos, one in /usr/local . Try to find it ...

Otherwise, I will get up at 2.14.1 on Friday morning, Michael will do his magic, and the repo will have .deb 2.14.1 packages “soon”, sometimes during the day.

Finally, you can see which flags are used to get package sources for which you simply run apt-get source r-base (and this works for any Debian / Ubuntu package in this way if you have source links in the apt file.

Edit: By the way, regarding the "64-bit" aspect of your question: Nada. We do nothing differently. It is simply a “host system” that is more generous with resources. But R finds everything he needs to know for himself, using configure logic, etc.

+4
source

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


All Articles