私はcronジョブでRscriptを実行しようとしています。 RGAパッケージを使用しています。私は、端末に取得 エラーは次のとおりです。BASHのエラー:oauth_listener()に対話環境が必要です
Access token will be stored in the './ga-token.rds' file.
Error: oauth_listener() needs an interactive environment.Execution halted
私のコードは次のとおりです。あなたが
install.packagesは( "httpuv")httpuvをダウンロードしてインストールする必要があり
library(RGA)
authorize(client.id = ".......", client.secret = ".......", cache = "./ga-token.rds")