I'm trying to install the package cummeRbund in R as shown below but I keep getting the error shown below.
Does anyone know what could be going wrong? Or is there a way I can install it from source without using that biocLite.R command? (I'm pretty new to R)
(I also get the exact same results when I launch R with the --vanilla option)
[root@f01u01 bin]# ./R
R version 2.9.1 (2009-06-26)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
source('http://www.bioconductor.org/biocLite.R')
biocLite('cummeRbund')
Using R version 2.9.1, biocinstall version 2.4.13.
Installing Bioconductor version 2.4 packages:
[1] "cummeRbund"
Please wait...
Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
package 'cummeRbund' is not available
Update your
R
, it will solve the problem, its quite old.