Displaying 3 results from an estimated 3 matches for "reng".
Did you mean:
reg
2006 Jul 19
1
ASCII dump from an REXP (JRI)
...there a way to just print, verbatim, what R
evaluates to the screen (ie just a pure ASCII dump with no regard to the
data type)?
(I?m using Windows XP SP2, 2 x 1.8Ghz Xeon, 1GB RAM, Eclipse 3.1.1, JRI 0.2,
R 2.2.1, jdk1.5.0_07, jre1.5.0_06)
You mentioned earlier doing something as follows:
rexp=reng.eval("nucleitrain");
System.out.println("nucleitrain="+rexp);
long[] l=reng.rniGetVector(rexp.xp);
for (int i=0;i<l.length;i++)
System.out.println(new REXP(reng, l[i]));
Now, Java outputs to the screen this:
nucleitrain=RXP[unknown/19, id=1218430184, o=null]
RXP[unk...
2001 Feb 20
1
c++
I am programming in c++ langage and I would like to call some R
functions in my c++ code, is it possible ?
How could I do that ? I don't undersand very well the chapter " The R
api : entry points for C code" in "writing R extensions"
Thank you for your help
B BROCHE
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2014 May 01
4
[Bug 10580] New: Total file size reported wrong with --stats --info=progress2
...e list size: 0
File list generation time: 0.006 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 224.51K
Total bytes received: 392.49K
sent 224.51K bytes received 392.49K bytes 10.37K bytes/sec
total size is 3.13G speedup is 5,076.28
Here is info on both sides:
Remote:
root at reng:/home/media/Movies/???? ????????/????? 1975# du -h
1.5G .
Local:
du -h /home/media/Movies/????\ ????????/?????\ 1975/
1.5G /home/media/Movies/???? ????????/????? 1975/
Please let me know if you need any additional information.
Looking forward to hear from you.
Kind regards,
Vania
--
C...