morinlab / GAMBLR

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

randomForest dependency is not auto-installed #154

Closed rdmorin closed 1 year ago

rdmorin commented 1 year ago
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  there is no package called ‘randomForest’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
ERROR: lazy loading failed for package ‘GAMBLR’
* removing ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/GAMBLR’
* restoring previous ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/GAMBLR’
Error in `(function (command = NULL, args = character(), error_on_status = TRUE, …`:
! System command 'R' failed
---
Exit status: 1
stdout & stderr: <printed>
---
Type .Last.error to see the more details.
Kdreval commented 1 year ago

This is now resolved in the PR #146 by adding it to the DESCRIPTION file