Update a package in a older relase
1
0
Entering edit mode
@gobbiandrea-7881
Last seen 8.0 years ago
Italy

Hello!

How can I update my package also in a older (3.0) version of Bioconductor?

Thanks

Andrea

package • 847 views
ADD COMMENT
0
Entering edit mode

Hi Andrea,

By "my package", you mean a package that you maintain? If so then the short answer is: you can't. For a longer answer, please ask on the bioc-devel mailing list (where this type of questions belongs).

Thanks,

H.

ADD REPLY
0
Entering edit mode
@james-w-macdonald-5106
Last seen 8 hours ago
United States

Assuming that you mean 'Install a newer version of package X in my old version of R/Bioc', you can do this by manually downloading the correct file from the 3.0 page, then using

install.packages(<package name goes here>, repos = NULL)

But if you do this, and things don't work correctly, then it is up to you to figure out why and how to fix it. The recommended approach is to install the current versions of R and Bioconductor, which are guaranteed to work together (or if not, you will get help and usually a quick bug fix).

So long story short, don't do that. Just update.

ADD COMMENT

Login before adding your answer.

Traffic: 698 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