Moray Smith
Moray Smith
Hi both, I am experiencing the same issue via conda - is there a solution for this? I'm using `xgboost v1.7.8.1` which should be compatible. I also can't install `R>4.4`...
Quick update - the method which has brought me closest to a working (?) install is: 1) `conda install bioconductor-bambu r-biocmanager r-devtools` 2) `>R library(devtools)` 3) `>R install_github("GoekeLab/bambu")` This method...
Hi @N-Hoffmann Aye some confusion there - I installed bambu via conda then patched it via `devtools::install_github`. But your method worked (with the addition of `r-biocmanager`). It now begins to...