I noticed that as a result of running `complete` incorrectly from `tidyr`. The following crashes R ``` x <- data.frame() y <- data.frame(a=1) ## R crashes with the following ## left_join(x, y, by=names(x)) ```