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
[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))
"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
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()
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])
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
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
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