trying to call the package RoAuth but getting an error no package called RCurl?

109 Views Asked by At

: library(ROAuth) after installing but receiving Error: package or namespace load failed for ‘ROAuth’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘RCurl’

1

There are 1 best solutions below

0
On

Just install the required package:

install.packages("RCurl")