LinkedIn
I'd like to add you to my professional network on LinkedIn.
- Marcelo Damasceno de Melo
Marcelo Damasceno de Melo
Java Developer, I.A Reseacher, Data Mining, P2P developer
Fortaleza Area, Brazil
Confirm that you know Marcelo Damasceno de Melo
https://www.linkedin.com/e
Dear list,
just to make sure that I understand 'unregistering' methods for S4 reference
classes correctly:
If I registered a method and want to 'unregister' (i.e. remove) this method
again, objects/instance created of the respective class still feature the
removed method until I do an explicit re
Hi,
I've noticed that as.vector() always allocates a new object, e.g.
> x <- 1:10;
> x <- as.vector(x);
> tracemem(x);
[1] "<0x05622db8"
> x <- as.vector(x);
tracemem[0x05622db8 -> 0x05622ec0]: as.vector
> x <- as.vector(x);
tracemem[0x05622ec0 -> 0x05622f1
> -Ursprüngliche Nachricht-
> Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
> Im Auftrag von Tal Galili
> Gesendet: Dienstag, 23. November 2010 14:18
> An: r-h...@r-project.org
> Betreff: [R] Catching a RCurl error?
>
> Hi all,
>
> I'm running a complex script wh
What you have not done is told us how you run the script.
On Mon, 22 Nov 2010, Nathan Miller wrote:
Hello,
I am trying write a script that includes a prompt for user input using
readlines() and was told that folks at R-devel might be able to help.
(But this is an R-help question.)
readline(
On Tue, 23 Nov 2010, Wonjae Lee wrote:
Thank you!
I tried to build a C code below, and I got a error message.
How?: you have not shown us the commands you used.
At a guess you are
on Windows and didn't tell us (see the posting quide)
using MSVC (not supported but may work -- just don't ask
Thank you!
I tried to build a C code below, and I got a error message.
Thank you for your help in advance.
#include "embeddedRCall.h"
int main(int argc, char *argv[])
{
eval_R_command("print", argc, argv);
return(0);
}
=
Co