Re: [R] Help with makeClusters for Snow

2009-12-24 Thread Ishwor Gurung
a bit outdated [1] [1] LAM/MPI is now in a maintenance mode. Bug fixes and critical patches are still being applied, but little real "new" work is happening in LAM/MPI. This is a direct result of the LAM/MPI Team spending the vast majority of their time working on our next-generation MPI im

Re: [R] Suppressing script commands in R console when executing long program

2009-09-18 Thread Ishwor
t;R CMD -f " (in the shell without ") does it for me but perhaps Duncan's answer is more 'standard' R-ish way of doing it (i.e., source('filename.R') ) -- Regards, Ishwor Gurung __ R-help@r-project.org mailing

Re: [R] Suppressing script commands in R console when executing long program

2009-09-18 Thread Ishwor
are represented with 1,000 > separator commas?* > ** > Many thanks for your expertise in resolving these problems. You can try putting this in your Rprofile options("keep.source=F") This will work in the R cmd but it will not work in the RGui Goodluck! :-) -- Regards, Ishwo

Re: [R] need technique for speeding up R dataframe individual element insertion (no deletion though)

2009-08-30 Thread Ishwor
djust the new data frame > > cap <- within(cam, { >             levels[ind] <- 1 >             levels[ind+1] <- 1 > }) > > Of course this is untested code, so caveat emptor! > > Bill Venables. > > ________ > From: r-help-boun...@r-

[R] need technique for speeding up R dataframe individual element insertion (no deletion though)

2009-08-13 Thread Ishwor
So, my question remains are there any general/specific changes I can do to speed up the code execution dramatically? Thanks folks. -- Regards, Ishwor Gurung __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do rea

Re: [R] R on Mobile Devices (Android)

2009-06-18 Thread Ishwor
Hi Alain, 2009/6/19 Alain Forget [...] > Hi Ishwor, > > Ugh, lots of roadblocks. Do you think there's any chance that I could just > install the Windows version of R onto a Windows Mobile device? I'm currently > trying to set up a Windows Mobile 6.1 emulator, so I may

Re: [R] R on Mobile Devices (Android)

2009-06-18 Thread Ishwor
gt; Anyway, if R could work Windows Mobile and/or Android, that'd be absolutely > fantastic, in my opinion. > > Alain Since R is opensource language, there are couple of things that need to be sorted before R can be ported to 's architecture; There needs to be decent C com