Hi All, I am trying to install the 'gwscat' package on R 4.0.3 however I am getting errors when trying to load it in (using ubuntu 18.04). I am using Bioconductor 3.12, I type in the following command and it proceeds to install, however midway during the installation errors appear and the package is then removed.
Code should be placed in three backticks as shown below
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("gwascat")
#Console output
Installation path not writeable, unable to update packages: foreign, spatial
Warning messages:
1: In install.packages(...) :
installation of package ‘XML’ had non-zero exit status
2: In install.packages(...) :
installation of package ‘xml2’ had non-zero exit status
3: In install.packages(...) :
installation of package ‘biomaRt’ had non-zero exit status
4: In install.packages(...) :
installation of package ‘rtracklayer’ had non-zero exit status
5: In install.packages(...) :
installation of package ‘BSgenome’ had non-zero exit status
6: In install.packages(...) :
installation of package ‘GenomicFeatures’ had non-zero exit status
7: In install.packages(...) :
installation of package ‘VariantAnnotation’ had non-zero exit status
8: In install.packages(...) :
installation of package ‘gwascat’ had non-zero exit status
#sessionInfo( ) there is no output to the console
Please can you update you post to include the error message and the output of running
sessionInfo()
Sorry about that, this is my first post.
Hi -- if you cannot get sessionInfo() to respond, the question about it should go to an r-help mailing list. Clearly there are installation difficulties for your system. They can relate to system capabilities, permissions, or a full disk. Apropos gwascat, here is my current result for a slightly out-of-date linux system. You should report the results of the install call and the sessionInfo call and then perhaps we can provide more assistance.