Hello,
I want to install biomaRt to add genes annotation after using DESeq2
I use Ubuntu 18.04 & R 3.5
I try
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biomaRt", version = "3.8")
but it returns different errors:
installation path not writeable, unable to update packages: Matrix
Warning messages:
1: In install.packages(pkgs = doing, lib = lib, repos = repos, ...) :
installation of package ‘openssl’ had non-zero exit status
2: In install.packages(pkgs = doing, lib = lib, repos = repos, ...) :
installation of package ‘httr’ had non-zero exit status
3: In install.packages(pkgs = doing, lib = lib, repos = repos, ...) :
installation of package ‘biomaRt’ had non-zero exit status
Thank you.
I removed DESeq2 tag because it is not relevant.