search for: b2tremblay

Displaying 2 results from an estimated 2 matches for "b2tremblay".

2019 Jul 15
0
Potential bug with data.frame replacement
..._ ... - attr(*, "class")= chr [1:3] "simpleError" "error" "condition" > nchar(deparse(e$call)) [1] 11068 11036 11023 11023 11023 11021 2 Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Jul 15, 2019 at 3:25 AM Benjamin Jean-Marie Tremblay < b2tremblay at uwaterloo.ca> wrote: > > Dear R-devel, > > I have encountered a crash-inducing scenario and would like to enquire as to > whether this would be considered a bug. To reproduce the crash: > > X <- sample(letters, 3000, TRUE) > D <- data.frame(X, 1:3000, X, X, X, X,...
2019 Jul 14
3
Potential bug with data.frame replacement
Dear R-devel, I have encountered a crash-inducing scenario and would like to enquire as to whether this would be considered a bug. To reproduce the crash: X <- sample(letters, 3000, TRUE) D <- data.frame(X, 1:3000, X, X, X, X, X) D$X1.3000 <- paste0("GSM", D) The reason why I'm not sure if this would be considered a bug is because I typed this by accident, when what I