Closed beginner984 closed 2 years ago
Hi,
BiocManager::install()
which is the only safe way to install Bioconductor packages. In particular you should never install Bioconductor packages from GitHub.H.
And also:
sessionInfo()
.Thanks, H.
Thank you
I failed to install that
> sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.6 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.2.20.so
locale:
[1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C LC_TIME=en_GB.UTF-8
[4] LC_COLLATE=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=en_GB.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=en_GB.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocManager_1.30.16
loaded via a namespace (and not attached):
[1] ps_1.6.0 prettyunits_1.1.1 crayon_1.4.2 withr_2.4.2 rprojroot_2.0.2
[6] R6_2.5.1 cli_3.1.0 curl_4.3.2 remotes_2.4.1 rstudioapi_0.13
[11] callr_3.7.0 tools_4.1.2 compiler_4.1.2 processx_3.5.2 pkgbuild_1.2.0
>
I failed to install that
It's not clear to me what "that" is. Can you clarify what you failed to install, how you tried to install it, and what error message you got?
You've apparently managed to switch to the current version of R (4.1.2) and to install BiocManager but have you tried to install GenomeInfoDb again with BiocManager::install("GenomeInfoDb")
?
Please don't assume that people will spend time trying to guess what you've been doing.
Hello
I am not able to install GenomeInfoDb
Can you help me please?