ı cant install clusterprofiler on my Ubuntu 20.04.6 LTS
0
0
Entering edit mode
semra • 0
@848d33f7
Last seen 14 hours ago
Türkiye

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.

Bioconductor clusterProfiler • 294 views
ADD COMMENT
0
Entering edit mode

What is the output from

install("Biostrings, force = TRUE)
library(Biostrings)
0
Entering edit mode

install(Biostrings, force = TRUE) Error in install(Biostrings, force = TRUE) : install fonksiyonu bulunamadı

library(Biostrings) Error in library(Biostrings) : there is no package called Biostrings

ADD REPLY
0
Entering edit mode

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 load BiocManager 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 of Biostrings.

0
Entering edit mode
>BiocManager::install(version = "3.19", lib = "~/R/x86_64-pc-linux-gnu-library/4.4")
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
    CRAN: https://cloud.r-project.org
Bioconductor version 3.19 (BiocManager 1.30.25), R 4.4.1 (2024-06-14)
> library(BiocManager)
> BiocManager::install("clusterProfiler", lib = "~/R/x86_64-pc-linux-gnu-library/4.4")

'getOption("repos")' replaces Bioconductor standard repositories.
Replacement repositories:
    CRAN: https://cloud.r-project.org

** byte-compile and prepare package for lazy loading
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'
Execution halted
ERROR: lazy loading failed for package 'Biostrings'
* removing '~/R/x86_64-pc-linux-gnu-library/4.4/Biostrings'

... (similar errors for other dependencies like 'R.oo', 'yulab.utils', etc.) ...

ERROR: dependencies 'AnnotationDbi', 'DOSE', 'enrichplot', 'GO.db', 'GOSemSim', 'yulab.utils' are not available for package 'clusterProfiler'
* removing '~/R/x86_64-pc-linux-gnu-library/4.4/clusterProfiler'

The downloaded source packages are in '/tmp/RtmpQoyAZ0/downloaded_packages'

18 errors occurred.

Also when ı attempt

>BiocManager::install(Biostrings, force = TRUE)

byte-compile and prepare package for lazy loading
Error in buildLookupTable(letter_byte_vals, codes) : 
  vals must be a vector of the length of keys
Hata: unable to load R code in package Biostrings
Çalıştırma durduruldu
ERROR: lazy loading failed for package Biostrings
* removing /home/semra/R/x86_64-pc-linux-gnu-library/4.4/Biostrings

The downloaded source packages are in
    /tmp/RtmpQoyAZ0/downloaded_packages
Installation paths not writeable, unable to update packages
  path: /usr/lib/R/library
  packages:
    boot, codetools, foreign, lattice, Matrix, nlme
Uyarı mesajları:
In install.packages(...) :
  installation of package Biostrings had non-zero exit status
> library(Biostrings)

Error in library(Biostrings) : there is no package called Biostrings
ADD REPLY

Login before adding your answer.

Traffic: 504 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6