Hi untrueaxioms
i am facing the same issue as well, could you explain me what have you done?
i also calling library twitteR it fail as shown here
have you solve the issue?
i did change the code to
i am facing the same issue as well, could you explain me what have you done?
i also calling library twitteR it fail as shown here
have you solve the issue?
i did change the code to
engine.Evaluate("library(package = twitteR, verbose = TRUE, lib.loc = path) \n");
instead of engine.Evaluate("library(twitteR) \n");