* [gentoo-science] eclass for R
@ 2008-10-21 15:33 Davide Cittaro
2008-10-21 15:42 ` Neil Shephard
0 siblings, 1 reply; 5+ messages in thread
From: Davide Cittaro @ 2008-10-21 15:33 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
Hi all,
Does anybody know if there is a ready-to-use eclass for R packages? In
princible it should just run
R CMD INSTALL ${P}
once dowloaded, as CFLAGS and CC are inherited from the ones used for
building R...
Thanks
d
/*
Davide Cittaro
Cogentech - Consortium for Genomic Technologies
via adamello, 16
20139 Milano
Italy
tel.: +39(02)574303007
e-mail: davide.cittaro@ifom-ieo-campus.it
*/
[-- Attachment #2: Type: text/html, Size: 2606 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] eclass for R
2008-10-21 15:33 [gentoo-science] eclass for R Davide Cittaro
@ 2008-10-21 15:42 ` Neil Shephard
2008-10-21 17:53 ` Donnie Berkholz
0 siblings, 1 reply; 5+ messages in thread
From: Neil Shephard @ 2008-10-21 15:42 UTC (permalink / raw
To: gentoo-science
On Tue, Oct 21, 2008 at 4:33 PM, Davide Cittaro
<davide.cittaro@ifom-ieo-campus.it> wrote:
> Hi all,
> Does anybody know if there is a ready-to-use eclass for R packages? In
> princible it should just run
> R CMD INSTALL ${P}
> once dowloaded, as CFLAGS and CC are inherited from the ones used for
> building R...
> Thanks
> d
Not as far as I'm aware. There was a proposal to have R package
support developed as part of the Google Summer of Code (see
http://www.nabble.com/Google-Summer-of-Code-td15825129.html) and there
is some support for R packages in paludis (see above and also
http://www.nabble.com/R-packages-from-CRAN--td16298845.html where you
got some similar responses).
It would be very handy to have Gentoo (portage or paludis) support
CRAN packages in the same way CPAN is supported. I don't have a clue
where to start though.
Neil
--
"We should make things as simple as possible, but not simpler." -
Anon (not Albert Einstein)
Email - nshephard@gmail.com
Website - http://slack.ser.man.ac.uk/
Photos - http://www.flickr.com/photos/slackline/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] eclass for R
2008-10-21 15:42 ` Neil Shephard
@ 2008-10-21 17:53 ` Donnie Berkholz
2008-10-21 18:47 ` Davide Cittaro
2009-09-09 7:51 ` Neil Shephard
0 siblings, 2 replies; 5+ messages in thread
From: Donnie Berkholz @ 2008-10-21 17:53 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 1375 bytes --]
On 16:42 Tue 21 Oct , Neil Shephard wrote:
> On Tue, Oct 21, 2008 at 4:33 PM, Davide Cittaro
> <davide.cittaro@ifom-ieo-campus.it> wrote:
> > Hi all,
> > Does anybody know if there is a ready-to-use eclass for R packages? In
> > princible it should just run
> > R CMD INSTALL ${P}
> > once dowloaded, as CFLAGS and CC are inherited from the ones used for
> > building R...
> > Thanks
> > d
>
> Not as far as I'm aware. There was a proposal to have R package
> support developed as part of the Google Summer of Code (see
> http://www.nabble.com/Google-Summer-of-Code-td15825129.html) and there
> is some support for R packages in paludis (see above and also
> http://www.nabble.com/R-packages-from-CRAN--td16298845.html where you
> got some similar responses).
>
> It would be very handy to have Gentoo (portage or paludis) support
> CRAN packages in the same way CPAN is supported. I don't have a clue
> where to start though.
As Neil says, one way to go for a generic solution would be to create
something like app-portage/g-cpan. That avoids bloating the tree with
hundreds of ebuilds that don't really do anything unique.
This discussion seems familiar, so you might want to take a search
through the archives of this list.
--
Thanks,
Donnie
Donnie Berkholz
Developer, Gentoo Linux
Blog: http://dberkholz.wordpress.com
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] eclass for R
2008-10-21 17:53 ` Donnie Berkholz
@ 2008-10-21 18:47 ` Davide Cittaro
2009-09-09 7:51 ` Neil Shephard
1 sibling, 0 replies; 5+ messages in thread
From: Davide Cittaro @ 2008-10-21 18:47 UTC (permalink / raw
To: gentoo-science
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
On Oct 21, 2008, at 7:53 PM, Donnie Berkholz wrote:
>
> As Neil says, one way to go for a generic solution would be to create
> something like app-portage/g-cpan. That avoids bloating the tree with
> hundreds of ebuilds that don't really do anything unique.
>
Mmm, I didn't know about g-cpan! Thanks! I'll take a look to the code
and see if something similar can be implemented for R
> This discussion seems familiar, so you might want to take a search
> through the archives of this list.
Fine! I'll take a look then
d
Davide Cittaro
davide.cittaro@ifom-ieo-campus.it
--
Give a man a fish, and he eats for a day. Teach a man to phish, and if
he gets caught he'll be eating that fish through a straw
[-- Attachment #2: Type: text/html, Size: 2933 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-science] eclass for R
2008-10-21 17:53 ` Donnie Berkholz
2008-10-21 18:47 ` Davide Cittaro
@ 2009-09-09 7:51 ` Neil Shephard
1 sibling, 0 replies; 5+ messages in thread
From: Neil Shephard @ 2009-09-09 7:51 UTC (permalink / raw
To: gentoo-science
On Tue, Oct 21, 2008 at 6:53 PM, Donnie Berkholz<dberkholz@gentoo.org> wrote:
> On 16:42 Tue 21 Oct , Neil Shephard wrote:
>> On Tue, Oct 21, 2008 at 4:33 PM, Davide Cittaro
>> <davide.cittaro@ifom-ieo-campus.it> wrote:
>> > Hi all,
>> > Does anybody know if there is a ready-to-use eclass for R packages? In
>> > princible it should just run
>> > R CMD INSTALL ${P}
>> > once dowloaded, as CFLAGS and CC are inherited from the ones used for
>> > building R...
>> > Thanks
>> > d
>>
>> Not as far as I'm aware. There was a proposal to have R package
>> support developed as part of the Google Summer of Code (see
>> http://www.nabble.com/Google-Summer-of-Code-td15825129.html) and there
>> is some support for R packages in paludis (see above and also
>> http://www.nabble.com/R-packages-from-CRAN--td16298845.html where you
>> got some similar responses).
>>
>> It would be very handy to have Gentoo (portage or paludis) support
>> CRAN packages in the same way CPAN is supported. I don't have a clue
>> where to start though.
>
> As Neil says, one way to go for a generic solution would be to create
> something like app-portage/g-cpan. That avoids bloating the tree with
> hundreds of ebuilds that don't really do anything unique.
>
> This discussion seems familiar, so you might want to take a search
> through the archives of this list.
A few days ago app-portage/g-ctan was announced to the world (see
http://forums.gentoo.org/viewtopic-t-791722-highlight-.html .
I might try looking at this (and app-portage/g-cpan) to see how they
might be adapted for CRAN (http://cran.r-projec.org/)
Neil
--
"The combination of some data and an aching desire for an answer does
not ensure that a reasonable answer can be extracted from a given body
of data." ~ John Tukey (1986), "Sunset salvo". The American
Statistician 40(1).
Email - nshephard@gmail.com
Website - http://slack.ser.man.ac.uk/
Photos - http://www.flickr.com/photos/slackline/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-09-09 7:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 15:33 [gentoo-science] eclass for R Davide Cittaro
2008-10-21 15:42 ` Neil Shephard
2008-10-21 17:53 ` Donnie Berkholz
2008-10-21 18:47 ` Davide Cittaro
2009-09-09 7:51 ` Neil Shephard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox