search for: gsmc

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

Did you mean: gsm
2019 Jul 15
0
Potential bug with data.frame replacement
...don't get a crash, but the error message itself doesn't show up after the deparsed call. > X <- sample(letters, 3000, TRUE) > D <- data.frame(X, 1:3000, X, X, X, X, X) > D$X1.3000 <- paste0("GSM", D) Error in `$<-.data.frame`(`*tmp*`, X1.3000, value = c("GSMc(16, 6, 11, 1, 13, 7, ... many lines elided ... 24, 24, 9, 7, 10, 17, 17, 6, 26, 26, 19, 11, 15, \n12, 9, 25, 17, 21, 24, 12, 14, 21, 23, 11, 7, 8, 11, 7, 10, > # Note the message part of the error message was not printed > # Use tryCatch to get the details > e <- tryCatch(D$X1.3000 &lt...
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