Was notified that dplyr 1.0.0 is scheduled for release on May 1 and that this will break some vcfR functionality. First step in trying to address this is installing this new version of dplyr. Their blog indicates the following should be used.
remotes::install_github("tidyverse/dplyr")
This resulted in copious output. I think the relevant line is what follows.
E> namespace ‘rlang’ 0.4.5 is being loaded, but >= 0.4.5.9000 is required
I don't actually know what version 0.4.5.9000 is, but I'm used to this sort of number being a development version and not a production version. I'll post this on the dplyr repo as an issue.
Was notified that dplyr 1.0.0 is scheduled for release on May 1 and that this will break some vcfR functionality. First step in trying to address this is installing this new version of dplyr. Their blog indicates the following should be used.
This resulted in copious output. I think the relevant line is what follows.
I don't actually know what version 0.4.5.9000 is, but I'm used to this sort of number being a development version and not a production version. I'll post this on the dplyr repo as an issue.