Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emerge R Mark Knecht <markknecht@×××××.com>