I want to upgrade to Bioconductor 3.6. I followed the instructions to upgrade R (I have 3.4.2), and source("https://bioconductor.org/biocLite.R"). However, it shows 3.5 still. Running biocLite() does not change this.
I tried removing the biocInstaller package as was suggested by some, but that did not get me to 3.6
sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 15063)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocInstaller_1.26.1
loaded via a namespace (and not attached):
[1] compiler_3.4.2 tools_3.4.2
>
It's still not working correctly.
Can you provide some more detail?
My mistake -- now fine.
Users of R-devel / bioc-devel will experience issues for the next hour or so; windows users of R-devel will need to install from source for the next day or so (at least some CRAN windows binaries seem to be built with R-3.4.2 instead of R-devel).