Re: [Rd] GPL and R Community Policies (Rcpp)

2010-12-01 Thread Adrian Dragulescu
Dominick, I don't use the Rcpp package but I have been aware of the changes made to the package over the years. I don't see what you are after. I don't consider the mention about your contribution in the authors section disparaging in ANY way. It seems reasonable that as the code base gro

Re: [Rd] inconsistent behavior for logical vectors when using apply (" TRUE")

2009-11-04 Thread Adrian Dragulescu
[mailto:r-devel-boun...@r- project.org] On Behalf Of Adrian Dragulescu Sent: Wednesday, November 04, 2009 12:45 PM To: r-devel Subject: [Rd] inconsistent behavior for logical vectors when using apply (" TRUE") Hello, X <- data.frame(letters=letters[1:3], flag=c(TRUE, FALSE, TRUE))

[Rd] inconsistent behavior for logical vectors when using apply (" TRUE")

2009-11-04 Thread Adrian Dragulescu
"FALSE" [[3]] [[3]]$letters [1] "c" [[3]]$flag [1] " TRUE" Notice how TRUE becomes " TRUE" and FALSE becomes "FALSE". Not sure why TRUE gets an extra whitespace in front. Checked with R-2.10.0, but can reproduce the behavior as far back as

Re: [Rd] 10x slower merge in mac 2.9.1 vs. 2.9.0 (PR#13890)

2009-08-13 Thread Adrian Dragulescu
This issue has been reported before http://thread.gmane.org/gmane.comp.lang.r.devel/20945/focus=20959 It happens when data frames contain character strings. Thanks, Adrian On Thu, 13 Aug 2009, Simon Urbanek wrote: Rick, I'm sorry, but I cannot reproduce it. You didn't supply sessionInfo()

[Rd] merge performace degradation in 2.9.1

2009-07-09 Thread Adrian Dragulescu
I have noticed a significant performance degradation using merge in 2.9.1 relative to 2.8.1. Here is what I observed: N <- 10 X <- data.frame(group=rep(12:1, each=N), mon=rep(rev(month.abb), each=N)) X$mon <- as.character(X$mon) Y <- data.frame(mon=month.abb, letter=letters[1:12])

Re: [Rd] R-Google interface: Google summer of code

2009-02-27 Thread Adrian Dragulescu
w the new link. I'm sure little kinks like this can all be worked out if one only has time. If there is a student out there that wants to work on this, it would be a great project. Adrian Dragulescu On Fri, 27 Feb 2009, Farrel Buchinsky wrote: I use R for data management and on

[Rd] enhancement proposals to R

2008-12-11 Thread Adrian Dragulescu
financially. One such large project would be to add multi-threading capabilities into R. What do you think? Adrian Dragulescu __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] problem packaging S4 class that contains a slot of jobjRef class

2008-11-06 Thread Adrian Dragulescu
Connect" does not extend that class > but if I source the file: > source("H:/user/R/Adrian/RIB/R/twsConnect.R") > tws <- twsConnect() > tws Object of class "twsConnect": clientId = 0 host = "" port = 7496 reference = jobjRef > > [EMAIL PROTEC