We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example is :
library(dplyr) dataset <- data_frame(A = 1:10, B = 10:1, group = factor(sample(LETTERS[25:26], 10, TRUE))) dataset %>% group_by(group) %>% mutate(prediction = factor(NA))
It results in :
*** caught segfault *** address 0xfffffffffffffffc, cause 'memory not mapped'
If the table is not grouped, then there is no R crash.
The R session is :
R version 3.2.3 (2015-12-10) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 15.10 other attached packages: [1] dplyr_0.4.3.9000
The text was updated successfully, but these errors were encountered:
108a7eb
romainfrancois
No branches or pull requests
The example is :
It results in :
If the table is not grouped, then there is no R crash.
The R session is :
The text was updated successfully, but these errors were encountered: