Page 1 of 1

R programming language?

Posted: 12. Oct 2014, 08:11
by bitvast
I'd like to install the R programming language (http://www.r-project.org/) but haven't been able to find it in Gslapt, and compiling from source looks daunting. Maybe I'm just not putting the right name into Gslapt though...

Re: R programming language?

Posted: 12. Oct 2014, 09:39
by mimosa
I managed to get it to appear in the list by searching for statistic (not "statistics", nor "Statistics" ...).

Re: R programming language?

Posted: 12. Oct 2014, 15:46
by gapan
The name of the package is "R". Searches in gslapt find matches for any matching substring, so if your search for "R" it shows everything that has an "r" somewhere in the name or description, so pretty much everything. You can scroll the list until you find it, it's alphabetical. Or, as mimosa advised, search for a string that you guess should show it, like "stat". Otherwise, it's easy to install using a terminal:

Code: Select all

sudo spi -i R

Re: R programming language?

Posted: 12. Oct 2014, 19:42
by bitvast
Thanks guys!