Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge R
Date: Thu, 19 Feb 2009 17:05:22
Message-Id: 5bdc1c8b0902190859l133e63c4mac0051022bbd9e79@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge R by Boris Fersing
1 On Thu, Feb 19, 2009 at 8:54 AM, Boris Fersing <kernelsensei@g.o> wrote:
2 > On Thu, Feb 19, 2009 at 17:45, Mark Knecht <markknecht@×××××.com> wrote:
3 >> Here's one for the zen masters of portage. There is a statistical
4 >> programming language called 'R'.
5 >>
6 >> http://www.r-project.org/
7 >>
8 >> Is it in portage? If so how do I find it without all the problems of
9 >> weeding through 1000's of lines of useless stuff?
10 >>
11 >> Thanks,
12 >> Mark
13 >>
14 >
15 > Hi,
16 >
17 > It's possible with emerge ( emerge -s "%^R$" ) , but I recommend to
18 > install eix, then use eix-sync instead of emerge --sync. Eix is a lot
19 > faster !
20 >
21 > With eix you can search for the exact match with the -e option :
22 >
23 > # eix -e R
24 > * dev-lang/R
25 > Available versions: 2.7.1 2.7.2 (~)2.8.1 {X bash-completion
26 > cairo debug doc java jpeg lapack minimal nls png readline tk}
27 > Homepage: http://www.r-project.org/
28 > Description: Language and environment for statistical
29 > computing and graphics
30 >
31 >
32 > or you can search the Homepage with "eix -H r-project"
33 >
34 > regards,
35 >
36 > Boris
37
38 Thanks Boris. that's *exactly* ;-) what I was looking for!
39
40 - Mark