ShixiangWang / sigminer

🌲 An easy-to-use and scalable toolkit for genomic alteration signature (a.k.a. mutational signature) analysis and visualization in R https://shixiangwang.github.io/sigminer/reference/index.html
https://shixiangwang.github.io/sigminer/
Other
144 stars 18 forks source link

Error: package or namespace load failed for ‘sigminer’ #439

Closed benjamhbrs closed 1 year ago

benjamhbrs commented 1 year ago

Hello !

I get this

Error: package or namespace load failed for ‘sigminer’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘pillar’ 1.8.1 is already loaded, but >= 1.9.0 is required

both when installing from Biocmanager and Git. Do you have any insight ? Thanks!

Best,

Benjamin

ShixiangWang commented 1 year ago

Hi @benjamhbrs, thanks for your feedback. Could you restart your R session, install the pillar, and then try loading the sigminer package again?