ge11232002 / CNEr

Conserved Noncoding Elements (CNEs) Identification and Visualisation
Other
3 stars 5 forks source link

Error installing on linux #23

Open ankushs0128 opened 3 years ago

ankushs0128 commented 3 years ago

I´m trying to install a package where CNEr is a dependency. I´m receiving error on the installation while installing package on Linux , however on macos and windows it installed fine.

Installing to /R/x86_64-pc-linux-gnu-library/4.0/00LOCK-CNEr/00new/CNEr/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  namespace ‘vctrs’ 0.3.1 is already loaded, but >= 0.3.2 is required
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
Execution halted
ERROR: lazy loading failed for package ‘CNEr’
* removing ‘R/x86_64-pc-linux-gnu-library/4.0/CNEr’

Could you please help in rectifying

ge11232002 commented 3 years ago

If you read the error message, it complains the out-dated vctrs package.