Updated to R 4.02 and now "bioMart" package doesn't work

Hi all,

I've Updated to R 4.02 and now "bioMart" package doesn't work.
When trying to load the package using: library("bioMart")
I get the following error message:

Error: package or namespace load failed for ‘biomaRt’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘stringi’

Help me please
All the best

Looks like you need to install stringi:

install.packages("stringi")
2 Likes

Thank you. It worked!

All the best

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.