0

: 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 Answers1

0

Just install the required package:

install.packages("RCurl")
danlooo
  • 10,067
  • 2
  • 8
  • 22