environment variable or system variable for BioC version
3
0
Entering edit mode
@denrique-escobar-espinoza-1303
Last seen 9.6 years ago
is there a way to find wich bioconductor version I m using in my server like: R.Version() or R.version.string or getRversion() ? thanks
• 759 views
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
"D.Enrique ESCOBAR ESPINOZA" <escobarebio at="" yahoo.com=""> writes: > is there a way to find wich bioconductor version I m using in my > server like: > R.Version() > or > R.version.string > or > getRversion() > ? At present, no. Bioconductor releases are matched to R releases: R BioC 2.2.x 1.7 2.3.x 1.8 2.4.x 1.9 But that relies upon the user installing BioC packages in the recommended fashion. It is possible to have a mix (it is not recommended and packages may not work). You can determine the versions of BioC packages you have by loading the packages in an R session using library() and then calling sessionInfo(). You can compare the version numbers to those posted in the BioC release repositories (there are code-based ways to retrieve this same info, see available.packages): http://www.bioconductor.org/packages/1.8/bioc/ http://www.bioconductor.org/packages/1.9/bioc/ (current release) Best Wishes, + seth
ADD COMMENT
0
Entering edit mode
lidaof ▴ 450
@lidaof-1917
Last seen 9.4 years ago
United States
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20061122/ 21c5b8a4/attachment.pl
ADD COMMENT
0
Entering edit mode
lidaof ▴ 450
@lidaof-1917
Last seen 9.4 years ago
United States
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20061122/ c2f4f763/attachment.pl
ADD COMMENT

Login before adding your answer.

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