Closed B-1991-ing closed 1 year ago
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
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