Error: 'biocValid' is not an exported object from 'namespace:BiocManager'
1
0
Entering edit mode
mariatuffy • 0
@mariatuffy-18585
Last seen 5.5 years ago

Hello

Could you please let me know whether biocValid package has been replaced by something else? When I try to install (R version 3.5.1) I get this error:

BiocManager::biocValid()
Error: 'biocValid' is not an exported object from 'namespace:BiocManager'

When I look for biocValid using the command below it does not return any results indicating that is not available. 

BiocManager::available("biocValid")
character(0)

Many thanks for your help.

 

biocmanager • 2.0k views
ADD COMMENT
2
Entering edit mode
shepherl 3.9k
@lshep
Last seen 2 days ago
United States

BiocManager::valid() will be the same as BiocInstaller::BiocValid()

ADD COMMENT
0
Entering edit mode

Hello

Thanks for your reply.

BiocInstaller::biocValid() returns [1] TRUE which means that it is available but when I try to install it using:

BiocManager::install("biocValid") I get: 

Bioconductor version 3.8 (BiocManager 1.30.4), R 3.5.1 (2018-07-02)
Installing package(s) 'biocValid'
Warning message:
package ‘biocValid’ is not available (for R version 3.5.1) 

ADD REPLY
1
Entering edit mode

biocValid() was a function in BiocInstaller which is deprecated. BiocManager has the function valid() to use. Please run BiocManager::valid() in place of running BiocInstaller::biocValid()

ADD REPLY
0
Entering edit mode

Hello  - Thanks very much  - that worked !

 

 

ADD REPLY

Login before adding your answer.

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