Dear R Developers,
I have two doubts related to R
1. i try to install R package 3.0 in my linux system ./configure.
it gives Error as
configure: error: --with-readline=yes (default) and headers/libs are not
available
2. This is related to library
i am trying to install the library(cummeRbund) in differeent R version in
another system
it shows Error as
> source("http://bioconductor.org/biocLite.R")
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") : unable to resolve 'bioconductor.org'
> biocLite("cummeRbund")
Error: could not find function "biocLite"
Could anybody suggest on the same..
Thanks
Sridhar
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.