I have the following error while trying to install DESeq2 from bioconductor. How do you fixeed this?
source('http://bioconductor.org/biocLite.R')
Bioconductor version 3.3 (BiocInstaller 1.22.3), ?biocLite for help
> biocLite('DESeq2')
BioC_mirror: https://bioconductor.org
Using Bioconductor 3.3 (BiocInstaller 1.22.3), R 3.3.1 (2016-06-21).
Installing package(s) ‘DESeq2’
trying URL 'https://bioconductor.org/packages/3.3/bioc/bin/windows/contrib/3.3/DESeq2_1.12.4.zip'
Content type 'application/zip' length 3937521 bytes (3.8 MB)
downloaded 3.8 MB
package ‘DESeq2’ successfully unpacked and MD5 sums checked
Warning: cannot remove prior installation of package ‘DESeq2’
The downloaded binary packages are in
C:\Users\DiaCarta-3125\AppData\Local\Temp\RtmpOYTTFv\downloaded_packages
> library(DESeq2)
Error in library(DESeq2) : there is no package called ‘DESeq2’