biomaRt package not working in R version3.6
1
0
Entering edit mode
Diaz.335 • 0
@diaz335-22897
Last seen 4.7 years ago

while trying to use the biomaRt package I keep getting an error as displayed below.

> library("biomaRt")
Error: package or namespace load failed for ‘biomaRt’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘bit’
> listMarts()
Error in listMarts() : could not find function "listMarts"
software error • 742 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 5 hours ago
United States

Any time you get an error that says, for example

there is no package called ‘bit’

what it really means is 'in order to load biomaRt, you first need a package named bit, which has not been installed yet', and the obvious fix for that is to install bit.

ADD COMMENT

Login before adding your answer.

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