我正在使用包{taRfix.geo}中的 geroute 功能 ,它从Bing地图API中提取数据,这是一个简单的例子
x <- georoute( c("3817 Spruce St, Philadelphia, PA 19104",
"9000 Rockville Pike, Bethesda, Maryland 20892"),
verbose=TRUE, returntype="time",
service="bing" )
我得到的输出是
Failed to connect to dev.virtualearth.net port 80: Timed out
我确实检查了微软文档, georoute 功能使用了API列出的链接
http://dev.virtualearth.net/REST/v1/Routes
我尝试过的其他一件事是 setInternet2()和 Setinternet2 = TRUE 无济于事......