Entering edit mode
Hello,
I am encountering errors while trying to install the clusterProfiler package on Ubuntu 20.04.6 LTS with R 4.4.1 and Bioconductor 3.19. The installation fails with the following error messages:
r
BiocManager::install("clusterProfiler")
Output:
Error in buildLookupTable(letter_byte_vals, codes) :
vals must be a vector of the length of keys
Error: unable to load R code in package Biostrings
Error: lazy loading failed for package Biostrings
Error: unable to load R code in package R.oo
Error: lazy loading failed for package R.oo
Error: unable to load R code in package yulab.utils
I have tried updating Bioconductor and reinstalling dependencies individually, but the issue persists.
Here is my session info:
> r
Kodu kopyala
sessionInfo()
Output:
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
Running under: Ubuntu 20.04.6 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] BiocManager_1.30.25 compiler_4.4.1 tools_4.4.1
[4] pak_0.8.0
Any help or guidance would be greatly appreciated!
Thank you.
What is the output from
install(Biostrings, force = TRUE) Error in install(Biostrings, force = TRUE) : install fonksiyonu bulunamadı
If you ever see the error
fonksiyonu bulunamadı
, that means you haven't loaded the package containing that function yet. I didn't think I needed to tell you to loadBiocManager
prior to using it to install a package, but you do need to load that package first. So do that, and then try to force the installation ofBiostrings
.Also when ı attempt
I would recommend to update the recommended packages (boot, codetools, foreign, lattice, Matrix, nlme) and try again. But this is a bit weird. Do you have several libraries or permission problems on that computer?