edzer / geosphere

FORK of geosphere on r-forge:
http://r-forge.r-project.org/projects/geosphere/
2 stars 1 forks source link

distGeo small problem #4

Open helgasoft opened 6 years ago

helgasoft commented 6 years ago

Hope this could be the place to report issues for pkg geosphere ...(?) I had an error in distGeo and debugged in RStudio. Found this line of code which did not work: line 45: p[] <- as.numeric(p) My parameter p was a character vector. Line 45 could not convert to numeric, so I got an error right after that.

edzer commented 6 years ago

No, this is not the right place; the "active" geosphere source tree is at r-forge.r-project.org. I'm willing to contact the author, but you'll first need to provide a reproducible example, and tell in which file this happened.