namespace ‘vctrs’ 0.5.1 is already loaded, but >= 0.5.2 is required
Closed this issue · 1 comments
B-1991-ing commented
Hi Houyun,
When I try to load the linkET package --- library(linkET) today, error shown as below.
Error
namespace ‘vctrs’ 0.5.1 is already loaded, but >= 0.5.2 is required
I tried to reinstall the linkET package and the vctrs package, but failed.
install.packages("devtools")
devtools::install_github("Hy4m/linkET", force = TRUE)
install.packages("vctrs")
What can I do for this problem?
Best,
Bing
B-1991-ing commented
Update
I deleted manually my installed vctrs package, then reinstalled it. Works now.
rm -rf /home/people/XXX/R/x86_64-pc-linux-gnu-library/4.0/vctrs
install.packages("vctrs")
library(vctrs)
library(linkET)
library(dplyr)
Best,
Bing