{
  "_id": "6a2bbd46578398594319bb83",
  "Package": "valh",
  "Type": "Package",
  "Title": "Interface Between R and the OpenStreetMap-Based Routing Service\n'Valhalla'",
  "Version": "0.2.0",
  "Authors@R": "c(person(\"Timothée\", \"Giraud\", email = \"timothee.giraud@cnrs.fr\",\nrole = c(\"cre\",\"aut\"),  comment = c(ORCID = \"0000-0002-1932-3323\")),\nperson(\"Matthieu\", \"Viry\", role = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-0693-8556\")))",
  "Description": "An interface between R and the 'Valhalla' API. 'Valhalla'\nis a routing service based on 'OpenStreetMap' data. See\n<https://valhalla.github.io/valhalla/> for more information.\nThis package enables the computation of routes, trips,\nisochrones and travel distances matrices (travel time and\nkilometer distance).",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/riatelab/valh",
  "BugReports": "https://github.com/riatelab/valh/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibssl-dev libproj-dev libsqlite3-dev libudunits2-dev",
  "Repository": "https://riatelab.r-universe.dev",
  "Date/Publication": "2026-02-12 10:52:28 UTC",
  "RemoteUrl": "https://github.com/riatelab/valh",
  "RemoteRef": "HEAD",
  "RemoteSha": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-12 07:46:08 UTC",
    "User": "root"
  },
  "Author": "Timothée Giraud [cre, aut] (ORCID:\n<https://orcid.org/0000-0002-1932-3323>),\nMatthieu Viry [aut] (ORCID: <https://orcid.org/0000-0002-0693-8556>)",
  "Maintainer": "Timothée Giraud <timothee.giraud@cnrs.fr>",
  "MD5sum": "f1d63d45130132bb2d3f3ed8f0ecf03c",
  "_user": "riatelab",
  "_type": "src",
  "_file": "valh_0.2.0.tar.gz",
  "_fileid": "7613b747b0bdcc3f62137438d9e60421515701b2e5ec0c7caa702ab952ba5ff8",
  "_filesize": 994746,
  "_sha256": "7613b747b0bdcc3f62137438d9e60421515701b2e5ec0c7caa702ab952ba5ff8",
  "_created": "2026-06-12T07:46:08.000Z",
  "_published": "2026-06-12T08:03:18.968Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80982735098,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585960333"
    },
    {
      "job": 80982735110,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585973349"
    },
    {
      "job": 80982735054,
      "time": 113,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7586172314"
    },
    {
      "job": 80982735069,
      "time": 129,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7586236051"
    },
    {
      "job": 80982282809,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585921499"
    },
    {
      "job": 80982735051,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585957579"
    },
    {
      "job": 80982735099,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7585950088"
    },
    {
      "job": 80982735076,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7585946365"
    },
    {
      "job": 80982735088,
      "time": 111,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7585957149"
    }
  ],
  "_buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/riatelab/valh",
  "_commit": {
    "id": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
    "author": "rCarto <timothee.giraud@cnrs.fr>",
    "committer": "rCarto <timothee.giraud@cnrs.fr>",
    "message": "chore: increase version number, update NEWS, codemeta and CFF\n\nSubmit to CRAN\n",
    "time": 1770893548
  },
  "_maintainer": {
    "name": "Timothée Giraud",
    "email": "timothee.giraud@cnrs.fr",
    "login": "rcarto",
    "mastodon": "@rcarto@fosstodon.org",
    "orcid": "0000-0002-1932-3323",
    "description": "R packages",
    "uuid": 3041254
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "googlePolylines",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "riatelab",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2026-02-12"
    }
  ],
  "_topics": [
    "openstreetmap",
    "routing",
    "valhalla"
  ],
  "_stars": 25,
  "_contributors": [
    {
      "user": "rcarto",
      "count": 62,
      "uuid": 3041254
    },
    {
      "user": "mthh",
      "count": 34,
      "uuid": 12172162
    }
  ],
  "_userbio": {
    "uuid": 17590565,
    "type": "organization",
    "name": "riatelab",
    "description": "Spatial analysis and mapping software packages created by the Center for Spatial Analysis and Geovisualization - RIATE"
  },
  "_downloads": {
    "count": 153,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/valh"
  },
  "_devurl": "https://github.com/riatelab/valh",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/valh.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/riatelab/valh",
  "_realowner": "riatelab",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-09"
    },
    {
      "version": "0.2.0",
      "date": "2026-02-16"
    }
  ],
  "_exports": [
    "vl_elevation",
    "vl_isochrone",
    "vl_locate",
    "vl_matrix",
    "vl_optimized_route",
    "vl_route",
    "vl_status"
  ],
  "_help": [
    {
      "page": "valh",
      "title": "Shortest Paths and Travel Time with the OpenStreetMap-Based Routing Service Valhalla",
      "topics": [
        "valh-package",
        "valh"
      ]
    },
    {
      "page": "vl_elevation",
      "title": "Get elevation along a route",
      "topics": [
        "vl_elevation"
      ]
    },
    {
      "page": "vl_isochrone",
      "title": "Get isochrones and isodistances from a point",
      "topics": [
        "vl_isochrone"
      ]
    },
    {
      "page": "vl_locate",
      "title": "Get the nearest point on the road network",
      "topics": [
        "vl_locate"
      ]
    },
    {
      "page": "vl_matrix",
      "title": "Get Travel Time Matrices Between Points",
      "topics": [
        "vl_matrix"
      ]
    },
    {
      "page": "vl_optimized_route",
      "title": "Get the Optimized Route Between Multiple Points",
      "topics": [
        "vl_optimized_route"
      ]
    },
    {
      "page": "vl_route",
      "title": "Get the Shortest Path Between Two Points",
      "topics": [
        "vl_route"
      ]
    },
    {
      "page": "vl_status",
      "title": "Get Valhalla Service Status",
      "topics": [
        "vl_status"
      ]
    }
  ],
  "_pkglogo": "https://github.com/riatelab/valh/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/riatelab/valh/raw/HEAD/README.md",
  "_rundeps": [
    "class",
    "classInt",
    "curl",
    "DBI",
    "e1071",
    "googlePolylines",
    "jsonlite",
    "KernSmooth",
    "MASS",
    "proxy",
    "Rcpp",
    "s2",
    "sf",
    "units",
    "wk"
  ],
  "_vignettes": [
    {
      "source": "install-valhalla.Rmd",
      "filename": "install-valhalla.html",
      "title": "Installing Valhalla with Docker",
      "author": "Matthieu Viry and Timothée Giraud",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Prerequisites",
        "Valhalla installation",
        "Downloading an OSM extract",
        "Running the Docker container",
        "Interacting with the container",
        "Using Valhalla with R"
      ],
      "created": "2025-04-04 07:57:28",
      "modified": "2026-02-04 15:06:45",
      "commits": 4
    }
  ],
  "_score": 5.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "valh",
  "_universes": [
    "riatelab",
    "rcarto"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-12T07:48:15.000Z",
      "distro": "noble",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "83d28d0fb5be3bf7b1c2bc7caf7648d76b25931a7ba686021bc4147ba9ca5a5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-12T07:48:53.000Z",
      "distro": "noble",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "a275ec5989483511deab5effaa4e24e573b6bc65a6061e41b881c423292f364b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-12T07:59:22.000Z",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "d0a8c5a54f93822e81ed14c227790c442b58b3611365f6d19602c1d5447f810a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-12T08:02:39.000Z",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "59fd66ef4c81832ef54cc9dbff44dcf17b86f5b7718fd5fe9735071aa65c2885",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-12T07:48:18.000Z",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "a403df11aa5810d2437195f843cc315aa2e7c54d91cbe97a8e52a801f5bdf4fd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-12T07:47:33.000Z",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "0c5265c3760214317691ffd46986eaf16659be5bfdf4692cdfa86beb284771fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-12T07:47:26.000Z",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "4c5dbc6fd8adaf64812d1bdffb9e3179d07e4c3047e3d8676eebb55281c57ac1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-12T07:47:59.000Z",
      "commit": "0f650b3d2bdcc8ca8acbd0aef7edb9c3d1d6916d",
      "fileid": "82971e231d9b0e1d4282a64fd14237bb5abd09fd36957291409b7331e4096379",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/riatelab/actions/runs/27402070312"
    }
  ]
}