[Rd] Unexpected behabiour of min, tapply and POSIXct/POSIXlt classes?

2010-10-28 Thread Carlos J. Gil Bellosta
ats graphics grDevices utils datasets methods base other attached packages: [1] RODBC_1.3-2 plotrix_3.0 loaded via a namespace (and not attached): [1] tools_2.12.0 I am running R on a Windows XP Box. Thank you very much, Carlos J. Gil Bellosta http://www.datanalytics.com ___

Re: [Rd] No RTFM?

2010-08-21 Thread Carlos J. Gil Bellosta
agraph is very informative and helpful. One of the purposes of the different R help lists should be serving as a public relations platforms so as to promote the use of R. Regards, Carlos J. Gil Bellosta http://www.datanalytics.com On 08/21/2010 02:15 AM, Dr. David Kirkby wrote: On 08/20/10

Re: [Rd] Why does my RPy2 program run faster on Windows?

2010-05-19 Thread Carlos J. Gil Bellosta
Dear Abhijit, If you think that table.CAPM is the culprit, you could run the call to such function in R on both platforms using Rprof to check which part of the function is producing the bottleneck. Best regards, Carlos J. Gil Bellosta http://www.datanalytics.com 2010/5/19 Abhijit Bera

[Rd] Idea for install.packages on (certain) linux distributions

2010-03-01 Thread Carlos J. Gil Bellosta
possible to add an extra "repository" (or option) on install.packages that would direct R to use the OS level package manager (apt-get, yum or the like) so as to install the precompiled packages from the distribution mirrors instead of the CRAN ones? Best regards, Carlos J. Gil Bel

Re: [Rd] Checking package on Windows (and seemingly irreproducible errors in CRAN checks)

2009-07-30 Thread Carlos J. Gil Bellosta
box? 2) Is there any lesson to learn concerning cross-platform implementation to learn from this case (there seems to be and I am learning it, by the way). Best regards and thank you for your comments on this issue. Carlos J. Gil Bellosta http://www.datanalytics.com 2009/7/30 Simon Urbanek

Re: [Rd] Checking package on Windows (and seemingly irreproducible errors in CRAN checks)

2009-07-30 Thread Carlos J. Gil Bellosta
ecific issue here? I am sorry that I am very Windows-illiterate... This is not something that worries me much "per se", as I am implementing some changes in the package and the new version does not resemble the current one too much, but intrigues me quite a lot. Best regards, Carlo

Re: [Rd] Checking package on Windows (and seemingly irreproducible errors in CRAN checks)

2009-07-28 Thread Carlos J. Gil Bellosta
ing such a path somewhere... Best regards, Carlos J. Gil Bellosta http://www.datanalytics.com On Tue, 2009-07-28 at 16:53 -0400, Gabor Grothendieck wrote: > That's a check error. Did you try running R CMD CHECK on it? > > Since it appears to happen in an example

[Rd] Checking package on Windows (and seemingly irreproducible errors in CRAN checks)

2009-07-28 Thread Carlos J. Gil Bellosta
rror seems to happen at a time when R tries to read a temporary file (in a temporary folder) that has just been created in a call to a non-R piece of code that does not catch its IO exceptions, if any. Any ideas? Suggestions? Best regards, Carlos J. Gil Bellosta http://www.datana

[Rd] Robust, platform independent method to check for python

2009-06-27 Thread Carlos J. Gil Bellosta
installed. My main problems is Windows, though... Has anybody faced this problem before? Best regards, Carlos J. Gil Bellosta http://www.datanalytics.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] HOW TO AVOID LOOPS

2008-04-12 Thread carlos martinez
at 01:30:13PM -0400, Vincent Goulet wrote: >> > Le sam. 12 avr. à 12:47, carlos martinez a écrit : >> > >> Looking for a simple, effective a minimum execution time solution. >> > >> >> > >> For a vector as: >> > >> >> >

[Rd] HOW TO AVOID LOOPS

2008-04-12 Thread carlos martinez
> Looking for a simple, effective a minimum execution time solution. > > For a vector as: > > c(0,0,1,0,1,1,1,0,0,1,1,0,1,0,1,1,1,1,1,1) > To transform it to the following vector without using any loops: > (0,0,1,0,1,2,3,0,0,1,2,0,1,0,1,2,3,4,5,6) > Appreciate any suggetions. [[altern

[Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread carlos
Full_Name: Carlos Gershenson Version: 2.6.1 OS: MacOSX Submission from: (NULL) (24.128.48.138) Hi, Try this out: x<-1:10 y<-x/2 plot(table(x)) points(table(y)) #or lines(table(y)) No matter what's the value of y, it prints out in the coordinates of x... this happens only with table