Skip to content
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

revgeo examples not working #15

Closed
verajosemanuel opened this issue Jan 12, 2021 · 4 comments
Closed

revgeo examples not working #15

verajosemanuel opened this issue Jan 12, 2021 · 4 comments

Comments

@verajosemanuel
Copy link

Just installed and tested with the most simple example from documentation:

revgeo(-77.016472, 38.785026)
[1] "Getting geocode data from Photon: http://photon.komoot.de/reverse?lon=-77.016472&lat=38.785026"
Warning in seq.default(along = url) :
   argumentos parcialmente correctos de 'along' a 'along.with'
Warning in rep(as.integer(len), length = length(str)) :
   argumentos parcialmente correctos de 'length' a 'length.out'
[[1]]
[1] "House Number Not Found Street Not Found, City Not Found, State Not Found, Postcode Not Found, Country Not Found"
@emily-noble
Copy link

I'm having the same issue.

@emily-noble
Copy link

@verajosemanuel If I use the installed R package from my mirror, it installs version 0.15, which was published in 2017 and doesn't work properly for me.

However, if I download and compile the source directly from github, it does work properly. To install from github I had to:

install.packages('devtools') # Install the devtools package
detach("package:revgeo", unload = TRUE) # Detach the package I had already installed; otherwise installing from github won't work
library(devtools)
install_github('mhudecheck/revgeo')

@joelmlevin
Copy link

Updating the package as described by @emily-noble fixed my problem! Thank you.

@mhudecheck
Copy link
Owner

This issue was fixed in code at the last update. I haven't gotten around to pushing it to CRAN yet.

I'm going to mark this as closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants