How to install and call package ‘multidplyr’ using windows 10 and R 3.4.4

271 Views Asked by At

I have attempted to use devtools::install_github("hadley/multidplyr")

however when I use it I get the error

 Error: Failed to install 'multidplyr' from GitHub:
  (converted from warning) cannot remove prior installation of package ‘rlang’
1

There are 1 best solutions below

0
On BEST ANSWER

I installed dependency 'qs' manually and reinstalled 'rlang' then 'multidplyr' ran successfully

install.packages ('qs') install.packages ('rlang')