R - 使用 R 访问 Google Bigquery。身份验证失败

R - Accesing Google Big Query with R. Authetication failed

我正在尝试使用 'assertthat' 和 'bigrquery' 包使用 R 访问 Google Big Query,遵循以下说明:

http://thinktostart.com/using-google-bigquery-with-r/#comment-22450

http://www.lunametrics.com/blog/2014/06/25/google-analytics-data-mining-bigquery-r/

问题出在身份验证步骤,我被定向到网络浏览器中的代码,当我将代码粘贴到终端时出现以下错误:

Enter authorization code: 
####CODE GOES HERE#####
Error en function (type, msg, asError = TRUE)  : 
  Could not resolve host: accounts.google.com

我认为一个可能的问题是我们在公司防火墙后面。虽然我们确实可以访问互联网并且我可以安装 R 包,但如果我从终端 ping google.com,我会收到错误消息。但是我想知道你们有没有找到解决这类问题的方法。

非常感谢您阅读本文post。感谢任何帮助。

我找到了解决问题的办法。它与公司代理有关。如果我为访客使用 wifi,我可以 运行 查询。