Re: [Rd] format(object.size(...), units): KB, MB, and GB instead of Kb, Mb, and Gb?

2014-09-07 Thread André Z . D . A .
Please change this. R should not confuse people with things that have some issues to be put in practice because of comercial (yes) strategies. I have been working in TI area for about 10 years. And have been studying computing related subjects for almost 15 years. The use of KB, MB, ... as base

Re: [Rd] r wiki

2014-09-05 Thread André Z . D . A .
This does not answer you, but if you are looking for something that existed on that wiki, it may help: https://web.archive.org/web/20140112055032/http://rwiki.sciviews.org/ doku.php And that wiki doesn't look like it had a lot of activity: https://web.archive.org/web/2014030100*/http://rwiki

Re: [Rd] as.Date.character suggestion

2014-08-20 Thread André Z . D . A .
Your arguments seems like: "we can't fix bugs or improve anything because this would break backward compatibility". If the described behavior should be important on many common cases, create a new function. Or new release, deprecated uses for some functions. Or maybe, add a new argument that al

Re: [Rd] Compilation problems

2014-08-15 Thread André Z . D . A .
It is not a virtual machine. But every process has it's memory limited. And Java will insanely (try to) reserve 1/4 of memory for its heap on every run, by default. Ugly language, that would be at least 3GB on this server. So the fix is -Xms and -Xmx passed using _JAVA_OPTIONS variable. Now it h

Re: [Rd] Compilation problems

2014-08-11 Thread André Z . D . A .
No, Peter, I have the "(2014-07-10, Sock it to Me) R-3.1.1.tar.gz" source. Thanks for pointing it. So (I hope) it should be ok. Right? Peter Dalgaard, Professor wrote: > If you are playing with the R-devel branch (or rather, trunk), then just hold > your horses for a little while. There

Re: [Rd] Compilation problems

2014-08-09 Thread André Z . D . A .
mx variable to reduce max memory > allowed to the JVM, but your app performance will be pathetic. > > Good luck, > Brian > > • > Brian Lee Yung RoweFounder, Zato Novo > Professor, M.S. Data Analytics, CUNY > > On Aug 9, 2014, at 7:41 AM, "André Z. D. A.&quo

[Rd] Compilation problems

2014-08-09 Thread André Z . D . A .
Hello, I'm trying to compile and install R for my user in a machine without admin privileges. I have done this before, so this is fine. But I have 2 problems with R compilation right now. After ./configure --prefix=/home/me/dir/ I get this: R is now configure