Entering edit mode
Hi I'm trying to install TxDb.Hsapiens.UCSC.hg38.knownGene package but I fail. Unfortunately, the error message is not so helpful. Any ideas how I can install the package? Thanks!
BiocManager::install("TxDb.Hsapiens.UCSC.hg38.knownGene")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://repo.miserver.it.umich.edu/cran
Bioconductor version 3.15 (BiocManager 1.30.17), R 4.2.0 (2022-04-22 ucrt)
Installing package(s) 'TxDb.Hsapiens.UCSC.hg38.knownGene'
installing the source package ‘TxDb.Hsapiens.UCSC.hg38.knownGene’
trying URL 'https://bioconductor.org/packages/3.15/data/annotation/src/contrib/TxDb.Hsapiens.UCSC.hg38.knownGene_3.15.0.tar.gz'
Content type 'application/x-gzip' length 44812729 bytes (42.7 MB)
downloaded 42.7 MB
The downloaded source packages are in
‘C:\Users\AppData\Local\Temp\RtmpsPAYMJ\downloaded_packages’
Warning message:
In install.packages(...) :
installation of package ‘TxDb.Hsapiens.UCSC.hg38.knownGene’ had non-zero exit status
I'm not able to reproduce this. Can you try again and if you encounter a similar error please provide your
sessionInfo()
. You could also check to make sure all package are up-to-date by runningBiocManager::install()
orBiocManager::valid()
to ensure all needed dependencies match.Thank you. Here is the more information you asked for:
sessionInfo()
BiocManager::valid()
BiocManager::install()
Thank you!