-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every call fails... #27
Comments
Not sure why are you getting the error. I just ran the basic example and it seems is working fine.
I would suggest to re-install it from CRAN and then from github if it is not running. |
I tried both installations; also upgraded R.
…On Mon, Sep 18, 2017 at 6:36 PM, Rodrigo Azuero ***@***.***> wrote:
Not sure why are you getting the error. I just ran the basic example and
it seems is working fine.
results = gmapsdistance(origin = "Washington+DC", destination = "New+York+City+NY", mode = "driving")
> results
$Time
[1] 13811
$Distance
[1] 361720
$Status
[1] "OK"
I would suggest to re-install it from CRAN and then from github if it is
not running.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAM8xvZUwAQ9rGPNfUkcS8okH9IZKqlTks5sjo36gaJpZM4Pa4dp>
.
|
I turns out that this was the result of the proxy password being wrong in the environment variables. Sorry about that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any of the examples on the readme end up with the following errors:
Opening and ending tag mismatch: META line 2 and HEAD
Specification mandate value for attribute noshade
attributes construct error
Couldn't find end of Start Tag HR line 9
Opening and ending tag mismatch: LI line 16 and UL
Opening and ending tag mismatch: UL line 15 and P
Opening and ending tag mismatch: A line 31 and a
Opening and ending tag mismatch: A line 33 and a
Specification mandate value for attribute noshade
attributes construct error
Couldn't find end of Start Tag HR line 37
Opening and ending tag mismatch: BR line 36 and BODY
Opening and ending tag mismatch: P line 13 and HTML
Premature end of data in tag P line 10
Premature end of data in tag BODY line 6
Premature end of data in tag HEAD line 2
Premature end of data in tag HTML line 2
The text was updated successfully, but these errors were encountered: