knausb / vcfR

Tools to work with variant call format files
248 stars 54 forks source link

dplyr 1.0.0 #154

Closed knausb closed 4 years ago

knausb commented 4 years ago

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.

knausb commented 4 years ago

Heard back that they do intend us to use this version. They're working on a new release of rlang also.