morinlab / GAMBLR

Set of standardized functions to operate with genomic data
https://morinlab.github.io/GAMBLR/
MIT License
3 stars 2 forks source link

plotly dependency is not auto-installed #151

Closed rdmorin closed 1 year ago

rdmorin commented 1 year ago

I get this error when trying to install the most recent GAMBLR in Master.

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package called ‘plotly’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
rdmorin commented 1 year ago

Can this be addressed in unison?

Warning in system("timedatectl", intern = TRUE) :
  running command 'timedatectl' had status 1
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package called ‘wordcloud’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
mattssca commented 1 year ago

Yes, Thanks!

mattssca commented 1 year ago

The issue described above has been addressed in this PR

rdmorin commented 1 year ago

Can you please close any issues once the PR they are in has been merged to Master?

mattssca commented 1 year ago

Absolutely, thanks for the reminder!