Entering edit mode
9.4 years ago
mfahim
▴
10
Hi There,
I am facing the following error while installing cummeRbund in Ubuntu 15 vivid..
Please help me out.. Thanks :)
installing to /home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/GenomicAlignments/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (GenomicAlignments)
ERROR: dependencies 'XML', 'RCurl' are not available for package 'rtracklayer'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/rtracklayer'
ERROR: dependencies 'rtracklayer', 'biomaRt', 'RCurl' are not available for package 'GenomicFeatures'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/GenomicFeatures'
ERROR: dependency 'rtracklayer' is not available for package 'BSgenome'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/BSgenome'
ERROR: dependencies 'BSgenome', 'rtracklayer', 'GenomicFeatures' are not available for package 'VariantAnnotation'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/VariantAnnotation'
ERROR: dependencies 'GenomicFeatures', 'VariantAnnotation' are not available for package 'biovizBase'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/biovizBase'
ERROR: dependencies 'rtracklayer', 'biomaRt', 'GenomicFeatures', 'BSgenome', 'biovizBase' are not available for package 'Gviz'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/Gviz'
ERROR: dependencies 'rtracklayer', 'Gviz' are not available for package 'cummeRbund'
* removing '/home/fahimish/R/x86_64-pc-linux-gnu-library/3.2/cummeRbund'
while there is some issue with library and using personal library is giving the following error.
Warning messages:
1: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'XML' had non-zero exit status
2: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'RCurl' had non-zero exit status
3: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'biomaRt' had non-zero exit status
4: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'rtracklayer' had non-zero exit status
5: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'GenomicFeatures' had non-zero exit status
6: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'BSgenome' had non-zero exit status
7: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'VariantAnnotation' had non-zero exit status
8: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'biovizBase' had non-zero exit status
9: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'Gviz' had non-zero exit status
10: In install.packages(pkgs = doing, lib = lib, ...) :
installation of package 'cummeRbund' had non-zero exit status
Thanks.. Will have a look at the thread.. the command
did not help.. :(
Cheers
Hi FMS
Gviz is not loaded.. that's the latest error I am getting.
here is my session info.. I am still unable to make it work.. In windows it is easy but here I am facing problem.. and I have removed windows..
But did the compiling worked ok? Another thread suggests one more linux library
sudo apt-get install libcurl4-openssl-dev
. Further than this, I can't help you sorry. Try to post on the bioconductor mailing-list.