Problems loading latest Version of S4Vectors
0
0
Entering edit mode
@ianrector97-24017
Last seen 3.7 years ago

I need to install the latest version of S4Vectors in order for the affycoretools package to work. I tried to use the latest installation instructions on the Bioconductor website, but when I check the version of S4Vectors it still shows 0.26.1 rather than the latest version 0.27.12. I install and use the 'devel' package as per the instructions on the Bioconductor site. Any idea as to what could be going wrong?

affy • 1.0k views
ADD COMMENT
0
Entering edit mode

Please show the transcript of what you did to install S4Vectors (i.e. exact command + its complete output). Thanks!

ADD REPLY
0
Entering edit mode
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("S4Vectors")

I then checked packageVersion("S4Vectors") and still got version 0.26.1.

ADD REPLY
0
Entering edit mode

This code is just taken form this link https://bioconductor.org/packages/devel/bioc/html/S4Vectors.html which is the experimental version of the Bioconductor package.

ADD REPLY
0
Entering edit mode

Please also show the output of the command, and your sessionInfo()

ADD REPLY
0
Entering edit mode

Yep, we need the full transcript of what you did. As explained earlier, that means exact commands + their complete output. Thanks!

ADD REPLY

Login before adding your answer.

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