こんにちは、私は Windows で RJSONIO を使用しています。次の操作を実行すると、正常に動作します。
library(RJSONIO)
fromJSON("https://issues.apache.org/jira/rest/api/2/project")
JSON を返しますが、Linux で同じことを行うと、次のエラーが発生します。
Error in file(con, "r") : cannot open the connection
Google で検索した後、"file=" fromJSON(file="https://issues.apache.org/jira/rest/api/2/project") に言及する必要があることに気付きました。
だから今、私はエラーが発生します:
unable to find an inherited method for function âfromJSONâ for signature â"missing", "missing"â
何か提案はありますか?