* [gentoo-user] emerge R
@ 2009-02-19 16:45 Mark Knecht
2009-02-19 16:50 ` Paul Hartman
` (4 more replies)
0 siblings, 5 replies; 17+ messages in thread
From: Mark Knecht @ 2009-02-19 16:45 UTC (permalink / raw
To: gentoo-user
Here's one for the zen masters of portage. There is a statistical
programming language called 'R'.
http://www.r-project.org/
Is it in portage? If so how do I find it without all the problems of
weeding through 1000's of lines of useless stuff?
Thanks,
Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:45 [gentoo-user] emerge R Mark Knecht
@ 2009-02-19 16:50 ` Paul Hartman
2009-02-19 16:54 ` Paul Hartman
2009-02-19 16:58 ` Mark Knecht
2009-02-19 16:52 ` Albert Hopkins
` (3 subsequent siblings)
4 siblings, 2 replies; 17+ messages in thread
From: Paul Hartman @ 2009-02-19 16:50 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
>
> http://www.r-project.org/
>
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?
dev-lang/R
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:50 ` Paul Hartman
@ 2009-02-19 16:54 ` Paul Hartman
2009-02-19 16:58 ` Mark Knecht
1 sibling, 0 replies; 17+ messages in thread
From: Paul Hartman @ 2009-02-19 16:54 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 10:50 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> wrote:
>> Here's one for the zen masters of portage. There is a statistical
>> programming language called 'R'.
>>
>> http://www.r-project.org/
>>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>
> dev-lang/R
>
And as far as how I found it, I browsed the tree and saw it in
dev-lang (since you said it was a programming languge). There also
appears to be an IDE for R in sci-mathematics/rkward.
Paul
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:50 ` Paul Hartman
2009-02-19 16:54 ` Paul Hartman
@ 2009-02-19 16:58 ` Mark Knecht
2009-02-19 21:49 ` Alan McKinnon
1 sibling, 1 reply; 17+ messages in thread
From: Mark Knecht @ 2009-02-19 16:58 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 8:50 AM, Paul Hartman
<paul.hartman+gentoo@gmail.com> wrote:
> On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com> wrote:
>> Here's one for the zen masters of portage. There is a statistical
>> programming language called 'R'.
>>
>> http://www.r-project.org/
>>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>
> dev-lang/R
>
>
OK, so that depends that I know R is a language. That's probably a
reasonable assumption.
Is there a way to do this with emerge or eix that matches the name exactly?
Thanks,
Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:58 ` Mark Knecht
@ 2009-02-19 21:49 ` Alan McKinnon
2009-02-19 22:22 ` Mark Knecht
0 siblings, 1 reply; 17+ messages in thread
From: Alan McKinnon @ 2009-02-19 21:49 UTC (permalink / raw
To: gentoo-user
On Thursday 19 February 2009 18:58:59 Mark Knecht wrote:
> On Thu, Feb 19, 2009 at 8:50 AM, Paul Hartman
>
> <paul.hartman+gentoo@gmail.com> wrote:
> > On Thu, Feb 19, 2009 at 10:45 AM, Mark Knecht <markknecht@gmail.com>
wrote:
> >> Here's one for the zen masters of portage. There is a statistical
> >> programming language called 'R'.
> >>
> >> http://www.r-project.org/
> >>
> >> Is it in portage? If so how do I find it without all the problems of
> >> weeding through 1000's of lines of useless stuff?
> >
> > dev-lang/R
>
> OK, so that depends that I know R is a language. That's probably a
> reasonable assumption.
>
> Is there a way to do this with emerge or eix that matches the name exactly?
# eix -e R
* dev-lang/R
Available versions: 2.7.1 2.7.2 (~)2.8.1 {X bash-completion cairo debug
doc java jpeg lapack minimal nls png readline tk}
Homepage: http://www.r-project.org/
Description: Language and environment for statistical computing
and graphics
However, eix is normally case-insensitive. When used with -e (exact match) it
is case sensitive. Trawling through the enormous eix man page looking or the
case insensitive exact match is left as an exercise for the reader.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 21:49 ` Alan McKinnon
@ 2009-02-19 22:22 ` Mark Knecht
2009-02-20 13:32 ` Liviu Andronic
0 siblings, 1 reply; 17+ messages in thread
From: Mark Knecht @ 2009-02-19 22:22 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 1:49 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>> Is there a way to do this with emerge or eix that matches the name exactly?
>
> # eix -e R
> * dev-lang/R
> Available versions: 2.7.1 2.7.2 (~)2.8.1 {X bash-completion cairo debug
> doc java jpeg lapack minimal nls png readline tk}
> Homepage: http://www.r-project.org/
> Description: Language and environment for statistical computing
> and graphics
>
>
> However, eix is normally case-insensitive. When used with -e (exact match) it
> is case sensitive. Trawling through the enormous eix man page looking or the
> case insensitive exact match is left as an exercise for the reader.
>
> --
> alan dot mckinnon at gmail dot com
Yeah, took me a little while.
I have R installed and it's interesting to play with. It's a misnomer
to call it a language though. It's really a complete environment that
draws charts, graphs, applies coloration, interesting stuff. I may end
up using RapidMiner - also Open Source but I think it's not in portage
- as it's more of a GUI environment vs R which is sort of command line
driven.
- Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:45 [gentoo-user] emerge R Mark Knecht
2009-02-19 16:50 ` Paul Hartman
@ 2009-02-19 16:52 ` Albert Hopkins
2009-02-19 16:54 ` Boris Fersing
` (2 subsequent siblings)
4 siblings, 0 replies; 17+ messages in thread
From: Albert Hopkins @ 2009-02-19 16:52 UTC (permalink / raw
To: gentoo-user
On Thu, 2009-02-19 at 08:45 -0800, Mark Knecht wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
>
> http://www.r-project.org/
>
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?
$ cd /usr/portage/dev-lang
$ ls
[...]
dmd-bin/ inform/ pasm/ tcc/
eleven/ interprolog/ perl/ tcl/
entity/ io/ php/ tendra/
erlang/ lazarus/ pike/ tinycobol/
f2c/ lisaac/ polyml/ tk/
falcon/ logtalk/ pugs/ toluapp/
ferite/ lua/ python/ tuprolog/
fpc/ luarocks/ qu-prolog/ ucblogo/
fpc-ide/ maude/ R/ vala/
^^^
[...]
-a
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:45 [gentoo-user] emerge R Mark Knecht
2009-02-19 16:50 ` Paul Hartman
2009-02-19 16:52 ` Albert Hopkins
@ 2009-02-19 16:54 ` Boris Fersing
2009-02-19 16:59 ` Mark Knecht
2009-02-19 16:55 ` Neil Bothwick
2009-02-19 17:40 ` [gentoo-user] " Doug ONeal
4 siblings, 1 reply; 17+ messages in thread
From: Boris Fersing @ 2009-02-19 16:54 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 17:45, Mark Knecht <markknecht@gmail.com> wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
>
> http://www.r-project.org/
>
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?
>
> Thanks,
> Mark
>
Hi,
It's possible with emerge ( emerge -s "%^R$" ) , but I recommend to
install eix, then use eix-sync instead of emerge --sync. Eix is a lot
faster !
With eix you can search for the exact match with the -e option :
# eix -e R
* dev-lang/R
Available versions: 2.7.1 2.7.2 (~)2.8.1 {X bash-completion
cairo debug doc java jpeg lapack minimal nls png readline tk}
Homepage: http://www.r-project.org/
Description: Language and environment for statistical
computing and graphics
or you can search the Homepage with "eix -H r-project"
regards,
Boris
>
--
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a").join'
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:54 ` Boris Fersing
@ 2009-02-19 16:59 ` Mark Knecht
0 siblings, 0 replies; 17+ messages in thread
From: Mark Knecht @ 2009-02-19 16:59 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 8:54 AM, Boris Fersing <kernelsensei@gentoo.org> wrote:
> On Thu, Feb 19, 2009 at 17:45, Mark Knecht <markknecht@gmail.com> wrote:
>> Here's one for the zen masters of portage. There is a statistical
>> programming language called 'R'.
>>
>> http://www.r-project.org/
>>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>>
>> Thanks,
>> Mark
>>
>
> Hi,
>
> It's possible with emerge ( emerge -s "%^R$" ) , but I recommend to
> install eix, then use eix-sync instead of emerge --sync. Eix is a lot
> faster !
>
> With eix you can search for the exact match with the -e option :
>
> # eix -e R
> * dev-lang/R
> Available versions: 2.7.1 2.7.2 (~)2.8.1 {X bash-completion
> cairo debug doc java jpeg lapack minimal nls png readline tk}
> Homepage: http://www.r-project.org/
> Description: Language and environment for statistical
> computing and graphics
>
>
> or you can search the Homepage with "eix -H r-project"
>
> regards,
>
> Boris
Thanks Boris. that's *exactly* ;-) what I was looking for!
- Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:45 [gentoo-user] emerge R Mark Knecht
` (2 preceding siblings ...)
2009-02-19 16:54 ` Boris Fersing
@ 2009-02-19 16:55 ` Neil Bothwick
2009-02-19 17:51 ` Mark Knecht
2009-02-19 17:40 ` [gentoo-user] " Doug ONeal
4 siblings, 1 reply; 17+ messages in thread
From: Neil Bothwick @ 2009-02-19 16:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
On Thu, 19 Feb 2009 08:45:54 -0800, Mark Knecht wrote:
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?
eix -e R
--
Neil Bothwick
Don't cry because it's over. Smile because it happened.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2009-02-19 16:55 ` Neil Bothwick
@ 2009-02-19 17:51 ` Mark Knecht
2009-02-19 19:50 ` Neil Bothwick
0 siblings, 1 reply; 17+ messages in thread
From: Mark Knecht @ 2009-02-19 17:51 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 19, 2009 at 8:55 AM, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 19 Feb 2009 08:45:54 -0800, Mark Knecht wrote:
>
>> Is it in portage? If so how do I find it without all the problems of
>> weeding through 1000's of lines of useless stuff?
>
> eix -e R
>
>
> --
> Neil Bothwick
Yep. The -e option was only down something like 600 lines into the man
page. Once Boris pointed it out it was easier to find.
Thanks as always!
Cheers,
Mark
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] Re: emerge R
2009-02-19 16:45 [gentoo-user] emerge R Mark Knecht
` (3 preceding siblings ...)
2009-02-19 16:55 ` Neil Bothwick
@ 2009-02-19 17:40 ` Doug ONeal
4 siblings, 0 replies; 17+ messages in thread
From: Doug ONeal @ 2009-02-19 17:40 UTC (permalink / raw
To: gentoo-user
On 02/19/2009 11:45 AM, Mark Knecht wrote:
> Here's one for the zen masters of portage. There is a statistical
> programming language called 'R'.
>
> http://www.r-project.org/
>
> Is it in portage? If so how do I find it without all the problems of
> weeding through 1000's of lines of useless stuff?
>
> Thanks,
> Mark
>
>
find /usr/portage -type d -name R
^ permalink raw reply [flat|nested] 17+ messages in thread
* [gentoo-user] emerge R
@ 2005-10-27 7:56 Ian Porter
2005-10-27 8:41 ` Nagatoro
0 siblings, 1 reply; 17+ messages in thread
From: Ian Porter @ 2005-10-27 7:56 UTC (permalink / raw
To: gentoo-user
Hi All,
I am just wondering if there is an option within emerge that will tell me
which packages need to be re-compiled
[ R ]
Because I have just updated the wpa_supplicant and now my wireless card is
not working but found out that baselayout, ndiswrapper and wpa_supplicant
are all saying that they need to be re-compiled, but everytime that I
re-emerge them
emerge wpa_supplicant, it still says that it is needs to be re-compiled.
I am not able to sort out the problem until next week, but thought that I
would ask so that I have a few things to check out once I am back online.
Cheers
Ian
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2005-10-27 7:56 [gentoo-user] " Ian Porter
@ 2005-10-27 8:41 ` Nagatoro
2005-10-27 10:17 ` Ian Porter
0 siblings, 1 reply; 17+ messages in thread
From: Nagatoro @ 2005-10-27 8:41 UTC (permalink / raw
To: gentoo-user
Ian Porter wrote:
> Hi All,
>
> I am just wondering if there is an option within emerge that will tell me
> which packages need to be re-compiled
> [ R ]
try:
module-rebuild list
(and change list to rebuild if you want to rebuild them)
This will give you the packages that needs to be rebuilt when the
kernel change. But it _wont_ give you what packages needs to be
rebuilt now.
try:
revdep-rebuild
to see what packages needs to be rebuilt due to broken deps.
--
Naga
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] emerge R
2005-10-27 8:41 ` Nagatoro
@ 2005-10-27 10:17 ` Ian Porter
0 siblings, 0 replies; 17+ messages in thread
From: Ian Porter @ 2005-10-27 10:17 UTC (permalink / raw
To: gentoo-user
Hi,
> Ian Porter wrote:
>> Hi All,
>>
>> I am just wondering if there is an option within emerge that will tell
>> me which packages need to be re-compiled
>> [ R ]
>
> try:
> module-rebuild list
> (and change list to rebuild if you want to rebuild them)
>
> This will give you the packages that needs to be rebuilt when the
> kernel change. But it _wont_ give you what packages needs to be
> rebuilt now.
Ok, thanks never run that before, but I have upgraded the kernel a couple of
weeks ago to 2.6.13r3 (I think, the latest one in the stable version), I
shall run that once I am back on the PC at the weekend (but without the
internet until next week :( )
>
> try:
> revdep-rebuild
> to see what packages needs to be rebuilt due to broken deps.
>
I only get Open Office, of which thanks to someone else on this list, has
said how to tell revdep-rebuild not to include this program.
Thanks
Ian
> --
> Naga
> --
> gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2009-02-20 14:52 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 16:45 [gentoo-user] emerge R Mark Knecht
2009-02-19 16:50 ` Paul Hartman
2009-02-19 16:54 ` Paul Hartman
2009-02-19 16:58 ` Mark Knecht
2009-02-19 21:49 ` Alan McKinnon
2009-02-19 22:22 ` Mark Knecht
2009-02-20 13:32 ` Liviu Andronic
2009-02-19 16:52 ` Albert Hopkins
2009-02-19 16:54 ` Boris Fersing
2009-02-19 16:59 ` Mark Knecht
2009-02-19 16:55 ` Neil Bothwick
2009-02-19 17:51 ` Mark Knecht
2009-02-19 19:50 ` Neil Bothwick
2009-02-19 17:40 ` [gentoo-user] " Doug ONeal
-- strict thread matches above, loose matches on Subject: below --
2005-10-27 7:56 [gentoo-user] " Ian Porter
2005-10-27 8:41 ` Nagatoro
2005-10-27 10:17 ` Ian Porter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox