使用gmapsdistance包我试图运行一行简单的代码:
results=gmapsdistance("Chicago+IL","New+York+City+NY","walking","myapicode")
我收到以下错误:
Error: 1: Input is not proper UTF-8, indicate encoding !
Bytes: 0xC9 0x74 0x61 0x74
请告诉我我做错了什么,或指出我的方向来帮助解决我的问题。
答案 0 :(得分:7)
感谢您的帖子。我是gmapsdistance包的维护者。我收到了几封针对Windows用户的这个错误的电子邮件。我修好并再次将其提交给CRAN。如果它尚未在CRAN中启动,您可以从github网站安装最新版本:
# install.packages("devtools")
devtools::install_github("rodazuero/gmapsdistance")
如果问题仍然存在,请告诉我。