I am switching my work to a new computer. Today I installed Rstudio, R and Bioconductor. While trying to install GenomiFeatures I get this error:
BioC_mirror: http://bioconductor.org
Using Bioconductor version 3.1 (BiocInstaller 1.18.4), R version 3.2.1.
Installing package(s) ‘GenomiFeatures’
Warning message:
package ‘GenomiFeatures’ is not available (for R version 3.2.1)
# R session:
> sessionInfo()
R version 3.2.1 (2015-06-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 LC_MONETARY=German_Germany.1252
[4] LC_NUMERIC=C LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocInstaller_1.18.4
loaded via a namespace (and not attached):
[1] tools_3.2.1
# Bioconductor version
> biocVersion()
[1] ‘3.1’
I am following the instuctions from the bioconductor page: http://bioconductor.org/install/
"The current release of Bioconductor is version 3.1; it works with R version 3.2.1. "
I fail to find the problem (I have switch to older versions of R, up to 3.0.3) and retried install the package.
Thanks
FWIW none of the above is the correct spelling. Correct spelling is: GenomicFeatures
H.