ghroute - Direct Interface to the GraphHopper Routing Engine from R
RForge.net

ghroute

About ghroute
GIT access
Download/Files
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/ghroute.git ghroute
see also ghroute GitHub repository.

To install the latest development snapshot of this package, use

install.packages("ghroute",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("ghroute",,"http://rforge.net/")

Most recent GIT commits


803346f4| Simon Urbanek | Thu Nov 30 12:12:47 2023 +1300
add note on memory usage and java.parameters option (closes #1)
 M       man/router.Rd

6106bc3a| Simon Urbanek | Wed May 11 11:31:16 2022 +1200
router: check validity of profiles= and allow "naked" gh.profile() object
 M       R/router.R

c7c64936| Simon Urbanek | Wed May 11 11:30:04 2022 +1200
bump version to 0.2-1
 M       DESCRIPTION

4820868e| Simon Urbanek | Fri Apr 1 09:44:09 2022 +1300
use binary mode for download to fix Windows issues
 M       man/router.Rd

a57c446c| Simon Urbanek | Fri Apr 1 09:42:44 2022 +1300
update compiled Java classes
 M       inst/java/ghtools.jar