csaw not up to date
1
0
Entering edit mode
@jeromeeeckhoute-9099
Last seen 8.5 years ago
France

Hello

I have installed csaw using

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("csaw")

However, I noticed that I got csaw 1.0.7 which is not the latest version for this package.

Any way I can get the latest csaw update ?

Thank you !

csaw • 678 views
ADD COMMENT
2
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 20 hours ago
The city by the bay

The output of the source command should show something like this:

> source("https://bioconductor.org/biocLite.R")
Bioconductor version 3.2 (BiocInstaller 1.20.0), ?biocLite for help

If you're not seeing that, then you're not using the latest version of Bioconductor. You should make sure you're running the latest version of R (3.2.2), before running the source command again. If that still doesn't work, try running remove.packages("BiocInstaller") and then re-running the source command.

ADD COMMENT

Login before adding your answer.

Traffic: 544 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6