R Studio (latest version) just started crashing on me with dplyr joins. My Mac recently updated, which I suspect is the problem, as I’ve never had this issue before. This is where I'm running into the problem:
result <- inner_join(dataframe1, dataframe2, by = "common field", copy = FALSE)
Error message after the crash:
"R Session Aborted. R encountered a fatal error. The session was terminated."
Since there are preview versions, and daily builds of RStudio, could you let us know your exact version? Also, does this happen for you in both R and RStudio, or just in RStudio (see FAQ below for disambiguation).
Does this happen for literally any data and any join in dplyr? For example, what happens if you run:
library(dplyr)
example("inner_join")
If you can run it successfully in vanilla R, could you please turn this into a self-contained reprex (short for reproducible example)? It will help us help you if we can be sure we're all working with/looking at the same stuff.
If you run into problems with access to your clipboard, you can specify an outfile for the reprex, and then copy and paste the contents into the forum.