{
  "_id": "6a101675acfb0bcc41c8463c",
  "Package": "valhallr",
  "Type": "Package",
  "Title": "A Tidy Interface to the 'Valhalla' Routing Engine",
  "Version": "0.1.9000",
  "Author": "Christopher Belanger",
  "Maintainer": "Christopher Belanger <christopher.a.belanger@gmail.com>",
  "Description": "An interface to the 'Valhalla' routing engine’s\napplication programming interfaces (APIs) for turn-by-turn\nrouting, isochrones, and origin-destination analyses. Also\nincludes several user-friendly functions for plotting outputs,\nand strives to follow \"tidy\" design principles. Please note\nthat this package requires access to a running instance of\n'Valhalla', which is open source and can be downloaded from\n<https://github.com/valhalla/valhalla>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/chris31415926535/valhallr",
  "BugReports": "https://github.com/chris31415926535/valhallr/issues",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 08:54:38 UTC",
    "User": "root"
  },
  "Config/pak/sysreqs": "libabsl-dev libcairo2-dev cmake libgdal-dev\ngdal-bin libgeos-dev make libicu-dev libjpeg-dev libjq-dev\nlibpng-dev libprotobuf-dev libuv1-dev libssl-dev libproj-dev\nprotobuf-compiler libprotoc-dev libsqlite3-dev libudunits2-dev\nlibnode-dev libx11-dev",
  "Repository": "https://chris31415926535.r-universe.dev",
  "Date/Publication": "2022-01-25 15:54:23 UTC",
  "RemoteUrl": "https://github.com/chris31415926535/valhallr",
  "RemoteRef": "HEAD",
  "RemoteSha": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
  "MD5sum": "ed75cbdeb893a9723c058e6ee7f9594b",
  "_user": "chris31415926535",
  "_type": "src",
  "_file": "valhallr_0.1.9000.tar.gz",
  "_fileid": "f28d81718983e17125860ea6ea1b0b13666b2c79875a20630c569cfcfa7a638b",
  "_filesize": 659980,
  "_sha256": "f28d81718983e17125860ea6ea1b0b13666b2c79875a20630c569cfcfa7a638b",
  "_created": "2026-05-14T08:54:38.000Z",
  "_published": "2026-05-22T08:40:21.307Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77345372718,
      "time": 151,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6990790641"
    },
    {
      "job": 77345372857,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6990785345"
    },
    {
      "job": 77345372965,
      "time": 163,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7010906270"
    },
    {
      "job": 77345372840,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6990770427"
    },
    {
      "job": 77345372026,
      "time": 191,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6990746694"
    },
    {
      "job": 77345372209,
      "time": 150,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156361018"
    },
    {
      "job": 77345372930,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6990775240"
    },
    {
      "job": 77345372893,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6990770777"
    },
    {
      "job": 77345372964,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6990774464"
    }
  ],
  "_buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/chris31415926535/valhallr",
  "_commit": {
    "id": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
    "author": "Christopher Belanger <christopher.a.belanger@gmail.com>",
    "committer": "Christopher Belanger <christopher.a.belanger@gmail.com>",
    "message": "Code cleanup for documentation and clean R CMD CHECK\n",
    "time": 1643126063
  },
  "_maintainer": {
    "name": "Christopher Belanger",
    "email": "christopher.a.belanger@gmail.com",
    "login": "chris31415926535",
    "uuid": 60512542
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "sf",
      "role": "Imports"
    },
    {
      "package": "leaflet",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "ggspatial",
      "role": "Imports"
    },
    {
      "package": "geojsonio",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "Cairo",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "chris31415926535",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 15,
  "_contributors": [
    {
      "user": "chris31415926535",
      "count": 24,
      "uuid": 60512542
    }
  ],
  "_userbio": {
    "uuid": 60512542,
    "type": "user",
    "name": "Christopher Belanger"
  },
  "_downloads": {
    "count": 260,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/valhallr"
  },
  "_devurl": "https://github.com/chris31415926535/valhallr",
  "_searchresults": 27,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/valhallr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/chris31415926535/valhallr",
  "_realowner": "chris31415926535",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-03-09"
    }
  ],
  "_exports": [
    "%>%",
    "decode",
    "isochrone",
    "map_isochrone",
    "map_trip",
    "od_table",
    "print_trip",
    "route",
    "sf_to_latlon",
    "sources_to_targets",
    "test_data"
  ],
  "_help": [
    {
      "page": "decode",
      "title": "Decode Valhalla Route Shape",
      "topics": [
        "decode"
      ]
    },
    {
      "page": "isochrone",
      "title": "Generate Isochrones",
      "topics": [
        "isochrone"
      ]
    },
    {
      "page": "map_isochrone",
      "title": "Generate maps of isochrones",
      "topics": [
        "map_isochrone"
      ]
    },
    {
      "page": "map_trip",
      "title": "Make a Map from a Trip",
      "topics": [
        "map_trip"
      ]
    },
    {
      "page": "od_table",
      "title": "Generate Tidy Origin-Destination Data using Valhalla",
      "topics": [
        "od_table"
      ]
    },
    {
      "page": "print_trip",
      "title": "Print Trip Summary and Turn-By-Turn Directions",
      "topics": [
        "print_trip"
      ]
    },
    {
      "page": "route",
      "title": "Point-to-Point Routing with Valhalla",
      "topics": [
        "route"
      ]
    },
    {
      "page": "sf_to_latlon",
      "title": "Convert 'sf' objects to *valhallr*-friendly tibbles",
      "topics": [
        "sf_to_latlon"
      ]
    },
    {
      "page": "sources_to_targets",
      "title": "Source-to-Targets Origin/Destination Matrices with Valhalla",
      "topics": [
        "sources_to_targets"
      ]
    },
    {
      "page": "test_data",
      "title": "Get Lat/Lon Coordinates for Testing",
      "topics": [
        "test_data"
      ]
    }
  ],
  "_readme": "https://github.com/chris31415926535/valhallr/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "base64enc",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "Cairo",
    "class",
    "classInt",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "crosstalk",
    "crul",
    "curl",
    "DBI",
    "digest",
    "dplyr",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "geojson",
    "geojsonio",
    "geojsonsf",
    "geometries",
    "ggplot2",
    "ggspatial",
    "glue",
    "gtable",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httpcode",
    "httr",
    "isoband",
    "jpeg",
    "jqr",
    "jquerylib",
    "jsonify",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lazyeval",
    "leaflet",
    "leaflet.providers",
    "lifecycle",
    "magrittr",
    "MASS",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "png",
    "prettyunits",
    "progress",
    "protolite",
    "proxy",
    "purrr",
    "R6",
    "rapidjsonr",
    "rappdirs",
    "raster",
    "RColorBrewer",
    "Rcpp",
    "readr",
    "rlang",
    "rmarkdown",
    "rosm",
    "s2",
    "S7",
    "sass",
    "scales",
    "sf",
    "sfheaders",
    "sp",
    "stringi",
    "stringr",
    "sys",
    "terra",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "triebeard",
    "tzdb",
    "units",
    "urltools",
    "utf8",
    "V8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "wk",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "valhallr.Rmd",
      "filename": "valhallr.html",
      "title": "valhallr: A Tidy R Interface to the Valhalla Routing Engine",
      "author": "Christopher Belanger",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Step 0: Install and run Valhalla",
        "Load the package and point it to Valhalla",
        "Turn-by-turn routing",
        "Origin-destination analyses",
        "Isochrones"
      ],
      "created": "2021-03-02 19:11:36",
      "modified": "2021-03-04 15:01:09",
      "commits": 2
    }
  ],
  "_score": 5.306425027550688,
  "_indexed": true,
  "_nocasepkg": "valhallr",
  "_universes": [
    "chris31415926535"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.9000",
      "date": "2026-05-14T08:57:10.000Z",
      "distro": "noble",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "855194454cca5101fb6d987020fb7b70c09fa30d7477daab48a012a34931b91f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.9000",
      "date": "2026-05-14T08:56:54.000Z",
      "distro": "noble",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "434526c6d34f9d817127ed4f0d933f2af100b9369fce0201c26d7e939128ffec",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.9000",
      "date": "2026-05-15T05:47:33.000Z",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "4d5930d5796bedf9155d3e19bcafa83f200d883d75d236717590b9bb408d1742",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.9000",
      "date": "2026-05-14T08:56:04.000Z",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "2a51b14c4b1462ebdd1677beea890efbd53f05bb1cc66833a1b9227ee3b03afc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.9000",
      "date": "2026-05-14T08:56:14.000Z",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "19f361f21434152c796add39992107c2ab9166c4d2f576a4f4ad95f9204683bf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.9000",
      "date": "2026-05-14T08:55:56.000Z",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "baa47b9d7b91a4aa02de650c91cadcd70f74ffb1954242c359c9198f6f5f02b1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.9000",
      "date": "2026-05-14T08:56:11.000Z",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "16e82d2e03e225411a9a3f44ccb22b0db9ada701a1047f748c60db64662f11b2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.9000",
      "date": "2026-05-22T08:40:00.000Z",
      "commit": "8b93576be15f3314b6b10d62c1e4f0f2d10526c1",
      "fileid": "1304fdfeeb2f669a9f91d7d38f58496f3da8784d1e6a39545080dddfefd8e80d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/chris31415926535/actions/runs/25851041896"
    }
  ]
}