1. Bug description
Hi, I am following the provided instructions to install the package but it crashes when installing the echoverse depedencies ( I think the docker is not up to date since the image has not been updated in the past 3 years).
Expected behaviour
Installation completes successfully.
2. Reproducible example
Code
if(!require("BiocManager")) install.packages("BiocManager")
BiocManager::install("RajLabMSSM/echolocatoR")
library(echolocatoR)
Console output
But I am getting the following:
Error: object ‘defaultCacheDirectory’ is not exported by 'namespace:basilisk.utils'
Execution halted
ERROR: lazy loading failed for package ‘echoconda’
* removing ‘/Users/olabayle/Library/R/arm64/4.4/library/echoconda’
Data
NA
3. Session info
(Add output of the R function utils::sessionInfo() below. This helps us assess version/OS conflicts which could be causing bugs.)
Details
R version 4.4.3 (2025-02-28)
Platform: aarch64-apple-darwin20
Running under: macOS 26.3.1
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib; LAPACK version 3.12.0
locale:
[1] C.UTF-8/C.UTF-8/C.UTF-8/C/C.UTF-8/C.UTF-8
time zone: Europe/London
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocManager_1.30.27
loaded via a namespace (and not attached):
[1] compiler_4.4.3 tools_4.4.3 curl_7.0.0 remotes_2.5.0
1. Bug description
Hi, I am following the provided instructions to install the package but it crashes when installing the echoverse depedencies ( I think the docker is not up to date since the image has not been updated in the past 3 years).
Expected behaviour
Installation completes successfully.
2. Reproducible example
Code
Console output
But I am getting the following:
Data
NA
3. Session info
(Add output of the R function
utils::sessionInfo()below. This helps us assess version/OS conflicts which could be causing bugs.)Details