[Rd] [RFC] running octave, python from within R

2009-03-08 Thread Soeren Sonnenburg
Dear all, a Shogun 0.7.1 is out and available at http://www.shogun-toolbox.org which contains one new feature that might be of interest to R users. The eierlegendewollmilchsau interface. In case you don't know what this term stands for use google images :-) It is one file that will interface sho

[Rd] calling Rf_initEmbeddedR twice gives an error

2009-03-05 Thread Soeren Sonnenburg
Dear all, I've written a R to python/octave/r translator that (so you can call python from R etc and vice versa) enabling you to e.g. call matplotlib which just runs fine on the first command when I do Rf_initEmbeddedR(2, argv); Rf_endEmbeddedR(0); Rf_initEmbeddedR(2, argv); Rf_

Re: [Rd] (PR#11281) Bug in R 2.7 for over long lines

2008-05-12 Thread Soeren Sonnenburg
On Mon, 2008-05-12 at 08:39 -0400, Duncan Murdoch wrote: > On 5/10/2008 5:20 PM, [EMAIL PROTECTED] wrote: > > On Sat, 2008-05-10 at 11:19 +0100, Prof Brian Ripley wrote: > >> You will see the current code is different, and your 'fix' is not needed=20 > >> nor applies in R-devel. > > > > would be n

Re: [Rd] Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)

2008-05-12 Thread Soeren Sonnenburg
On Mon, 2008-05-12 at 11:10 +0200, [EMAIL PROTECTED] wrote: > Hi Soeren, > >>>>> "SS" == Soeren Sonnenburg <[EMAIL PROTECTED]> > >>>>> on Sat, 10 May 2008 05:32:14 + writes: > > SS> On Sat, 2008-04-26 at 09:38 +0200, Pe

Re: [Rd] Bug in R 2.7 for over long lines (crasher+proposed fix!) (PR#11281)

2008-05-10 Thread Soeren Sonnenburg
e, you > might want to follow up with a cleaned version. (Just keep the > (PR#11281) in the header). To me crashers are critical bugs... isn't really no one interested in seeing this fixed? > > =EF=BB=BFOn Fri, 2008-04-25 at 08:48 +0200, Soeren Sonnenburg wrote: > >

Re: [Rd] Bug in R 2.7 for over long lines

2008-04-25 Thread Soeren Sonnenburg
On Fri, 2008-04-25 at 08:48 +0200, Soeren Sonnenburg wrote: > While trying to fix swig & R2.7 I actually discovered that there is a > bug in R 2.7 causing a crash (so R & swig might actually work): > > the bug is in ./src/main/gram.c line 3038: > >

[Rd] Bug in R 2.7 for over long lines

2008-04-24 Thread Soeren Sonnenburg
While trying to fix swig & R2.7 I actually discovered that there is a bug in R 2.7 causing a crash (so R & swig might actually work): the bug is in ./src/main/gram.c line 3038: } else { /* over-long line */ fixthis --> char *LongLine = (char *) malloc(nc); if(!LongLine)

Re: [Rd] swig 1.3.35 & R - is the R wrapper still maintained and of interest?

2008-04-19 Thread Soeren Sonnenburg
cluded with swig, but have you seen this? > | > | http://www.omegahat.org/RSWIG/ > | > | I'm not sure if it's actively maintained, but at the very least it might > | help in your efforts at getting an R swig driver working. > | > | Michael > | > | On Fri, A

[Rd] swig 1.3.35 & R - is the R wrapper still maintained and of interest?

2008-04-18 Thread Soeren Sonnenburg
Dear all, I was trying to use the R swig wrapper with R 2.7 and shogun ( http://www.shogun-toolbox.org ) but it fails completely, as in doesn't even compile and even after patching then though compiling - crashes... So I asked on swig-users/swig-devel CC'ing the potential R maintainer but I never