Closed hadley closed 4 years ago
In the past I've invited folks who provide a pull request to be included as a contributor. If @hadley would like to be included as a contributor please let me know. Working on testing and getting this update to CRAN. Thank you! Brian
ifelse()
returns a logical vector if the Type is length 1;if_else()
returns a character vector. dplyr 1.0.0 is stricter about combining types so this becomes an error. This shouldn't affect vcfR with the CRAN version of dplyr.I had to guess at the value of the third argument; you should double check it.