Re: [R] htmlParse hangs or crashes

2011-09-28 Thread Jorge Cornejo
Hi, I been having the same problem all the afternoon, and I just realize that only happens when I use the R64 and is not crashing using the 32 bits version. This must be a bug in this R version. I hope this could helps. -- View this message in context:

[R] R in Batch mode

2011-07-13 Thread Jorge Cornejo
cannot be checking the process all day!. Is there any way to send me a warning when the process stops/fails? Thanks in advance Jorge Cornejo __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] R CMD build for windows package from linux

2009-06-29 Thread Jorge Cornejo
Hi, exist any way to create a windows installable package from a Linux R installation ?? I try R CMD build --binary --use-zip MyPack But generate a tar.gz file. Thanks in advance __ R-help@r-project.org mailing list

[R] install local package

2009-06-11 Thread Jorge Cornejo
Hi, I'm working on a package that I would someday put in CRAN. Now I want to test it on my computer. I already check and compile the files but I don't know how to install the package located on my hard drive. I'm running R under linux. Can anyone tell my how to do it? Thanks in advance.

[R] Install local package

2009-06-10 Thread Jorge Cornejo
Hi, I'm working on a package that I would someday put in CRAN. Now I want to test it on my computer. I already check and compile the files but I don't know how to install the package located on my hard drive. I'm running R under linux. Can anyone tell my how to do it? Thanks in advance.

Re: [R] Wiring or Arduino package/scripts

2009-06-04 Thread Jorge Cornejo
Thanks... This will be very usefull. Warren Young wrote: Jorge Cornejo wrote: Hi, I am looking any way to communicant with Arduino (http://www.arduino.cc/) Wiring (http://www.wiring.org.co) boards and read data generate with sensor on these. On Linux you can simply open the file /dev

[R] Signed-Binary transform test (Fisher.test??)

2009-04-21 Thread Jorge Cornejo
Hi, I was looking for the fisher test to use on my data (no normal, non symetrical and because is median what i'm looking for I don't what to made bootstraping) to test the median Ho=1, but I'm not sure if Fisher.test in R is what I need or I just don't know how to use it. Here is the example