select fails when using contains() for non-existing values · Issue #1834 · tidyverse/dplyr

In version 0.4.3.9001 there the select call can fail if called using contains() and the search string passed to contains does not exists. Here is an example: set.seed(1) packageVersion("dplyr", lib...