Error: package or namespace load failed for ‘rio’

205 Views Asked by At

I'm unable to load the rio package. I already have it installed.

library(rio)

Here's the full error below:

Error: package or namespace load failed for ‘rio’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘foreign’

0

There are 0 best solutions below