私は初めてRパッケージBerkeleyEarthを使用して作業し、その便利な機能を使用してBESTデータにアクセスしようとしています。おそらくそれは彼らのサーバーの問題だと思いますが(私がパッケージのメンテナに個別に対処した問題です)、それが代わりに私がしている愚かなことであるかどうかを知りたいと思いました。
私のせいを再現するには
library(BerkeleyEarth)
downloadBerkeley()
次のエラーメッセージが表示されます
trying URL 'http://download.berkeleyearth.org/downloads/TAVG/LATEST%20-%20Non-seasonal%20_%20Quality%20Controlled.zip'
Error in download.file(urls$Url[thisUrl], destfile = file.path(destDir, :
cannot open URL 'http://download.berkeleyearth.org/downloads/TAVG/LATEST%20-%20Non-seasonal%20_%20Quality%20Controlled.zip'
In addition: Warning message:
In download.file(urls$Url[thisUrl], destfile = file.path(destDir, :
InternetOpenUrl failed: 'A connection with the server could not be established'
誰かがこのパッケージを使用してより良い経験をしましたか?