{
  "_id": "6a3b30985cdecea1d680f093",
  "Package": "geodist",
  "Title": "Fast, Dependency-Free Geodesic Distance Calculations",
  "Version": "0.1.1.019",
  "Authors@R": "c(\nperson(\"Mark\", \"Padgham\", , \"mark.padgham@email.com\", role = c(\"aut\", \"cre\")),\nperson(\"Michael D.\", \"Sumner\", role = \"aut\"),\nperson(\"Charles F.F\", \"Karney\", role = \"cph\",\ncomment = \"Original author of included code for geodesic distances\")\n)",
  "Description": "Dependency-free, ultra fast calculation of geodesic\ndistances.  Includes the reference nanometre-accuracy geodesic\ndistances of Karney (2013) <doi:10.1007/s00190-012-0578-z>, as\nused by the 'sf' package, as well as Haversine and Vincenty\ndistances. Default distance measure is the \"Mapbox cheap ruler\"\nwhich is generally more accurate than Haversine or Vincenty for\ndistances out to a few hundred kilometres, and is considerably\nfaster. The main function accepts one or two inputs in almost\nany generic rectangular form, and returns either matrices of\npairwise distances, or vectors of sequential distances.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/hypertidy/geodist,\nhttps://hypertidy.github.io/geodist/",
  "BugReports": "https://github.com/hypertidy/geodist/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "NeedsCompilation": "yes",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "true",
  "Repository": "https://mpadge.r-universe.dev",
  "Date/Publication": "2026-06-19 07:00:51 UTC",
  "RemoteUrl": "https://github.com/hypertidy/geodist",
  "RemoteRef": "HEAD",
  "RemoteSha": "e567014f925965c618c11055bfb7c27193443c26",
  "Packaged": {
    "Date": "2026-06-24 01:15:28 UTC",
    "User": "root"
  },
  "Author": "Mark Padgham [aut, cre],\nMichael D. Sumner [aut],\nCharles F.F Karney [cph] (Original author of included code for geodesic\ndistances)",
  "Maintainer": "Mark Padgham <mark.padgham@email.com>",
  "MD5sum": "055124f6435dc4500ef66a1a4f2c496e",
  "_user": "mpadge",
  "_type": "src",
  "_file": "geodist_0.1.1.019.tar.gz",
  "_fileid": "86c35db2c147fdec1106b4ed189135439f2fa24d8c7e803c89ac93605d3e873b",
  "_filesize": 282048,
  "_sha256": "86c35db2c147fdec1106b4ed189135439f2fa24d8c7e803c89ac93605d3e873b",
  "_created": "2026-06-24T01:15:28.000Z",
  "_published": "2026-06-24T01:19:20.175Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83097508994,
      "time": 169,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837745196"
    },
    {
      "job": 83097509005,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837734561"
    },
    {
      "job": 83097509014,
      "time": 136,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837738085"
    },
    {
      "job": 83097509001,
      "time": 147,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837739901"
    },
    {
      "job": 83097509041,
      "time": 125,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837734604"
    },
    {
      "job": 83097509042,
      "time": 146,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837739982"
    },
    {
      "job": 83097509044,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837726072"
    },
    {
      "job": 83097509050,
      "time": 202,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837752559"
    },
    {
      "job": 83097188030,
      "time": 166,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837703223"
    },
    {
      "job": 83097508992,
      "time": 103,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837729358"
    },
    {
      "job": 83097509069,
      "time": 107,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7837730122"
    },
    {
      "job": 83097508986,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7837723576"
    },
    {
      "job": 83097508988,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7837721408"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hypertidy/geodist",
  "_commit": {
    "id": "e567014f925965c618c11055bfb7c27193443c26",
    "author": "mark padgham <mark.padgham@email.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #49 from hypertidy/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.8.0\n\nBump JamesIves/github-pages-deploy-action from 4.5.0 to 4.8.0",
    "time": 1781852451
  },
  "_maintainer": {
    "name": "Mark Padgham",
    "email": "mark.padgham@email.com",
    "login": "mpadge",
    "mastodon": "@mpadge@nerdculture.de",
    "description": "rOpenSci software review lead",
    "uuid": 6697851
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 36,
  "_updates": [
    {
      "week": "2025-26",
      "n": 2
    },
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-25",
      "n": 7
    }
  ],
  "_tags": [],
  "_stars": 96,
  "_contributors": [
    {
      "user": "mpadge",
      "count": 272,
      "uuid": 6697851
    },
    {
      "user": "jlacko",
      "count": 3,
      "uuid": 29260421
    },
    {
      "user": "mdsumner",
      "count": 2,
      "uuid": 4107631
    },
    {
      "user": "daniellemccool",
      "count": 1,
      "uuid": 5112209
    },
    {
      "user": "kadyb",
      "count": 1,
      "uuid": 35004826
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 6697851,
    "type": "user",
    "name": "mark padgham",
    "followers": 323,
    "description": "rOpenSci software review lead"
  },
  "_downloads": {
    "count": 3444,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/geodist"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/hypertidy/geodist",
  "_pkgdown": "https://hypertidy.github.io/geodist/",
  "_searchresults": 337,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/geodist.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hypertidy/geodist",
  "_realowner": "hypertidy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2018-07-13"
    },
    {
      "version": "0.0.2",
      "date": "2019-03-22"
    },
    {
      "version": "0.0.3",
      "date": "2019-04-17"
    },
    {
      "version": "0.0.4",
      "date": "2020-05-18"
    },
    {
      "version": "0.0.6",
      "date": "2020-10-15"
    },
    {
      "version": "0.0.7",
      "date": "2021-01-27"
    },
    {
      "version": "0.0.8",
      "date": "2022-10-19"
    },
    {
      "version": "0.1.0",
      "date": "2024-05-23"
    },
    {
      "version": "0.1.1",
      "date": "2025-03-24"
    }
  ],
  "_exports": [
    "geodist",
    "geodist_benchmark",
    "geodist_min",
    "geodist_vec",
    "georange"
  ],
  "_help": [
    {
      "page": "geodist",
      "title": "geodist.",
      "topics": [
        "geodist-package",
        "geodist"
      ]
    },
    {
      "page": "geodist_benchmark",
      "title": "geodist_benchmark",
      "topics": [
        "geodist_benchmark"
      ]
    },
    {
      "page": "geodist_min",
      "title": "Minimal pairwise distances between two input matrices",
      "topics": [
        "geodist_min"
      ]
    },
    {
      "page": "geodist_vec",
      "title": "geodist_vec",
      "topics": [
        "geodist_vec"
      ]
    },
    {
      "page": "georange",
      "title": "georange",
      "topics": [
        "georange"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/geodist/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "geodist.Rmd",
      "filename": "geodist.html",
      "title": "geodist",
      "author": "Mark Padgham",
      "engine": "knitr::rmarkdown",
      "headings": [
        "geodist",
        "Detailed Usage",
        "Benchmarks of geodesic accuracy",
        "Performance comparison"
      ],
      "created": "2018-07-01 18:06:48",
      "modified": "2026-04-09 10:20:16",
      "commits": 7
    }
  ],
  "_score": 11.432570550290837,
  "_indexed": false,
  "_nocasepkg": "geodist",
  "_universes": [
    "mpadge"
  ],
  "_indexurl": "https://hypertidy.r-universe.dev/geodist",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:18:25.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "d317da4e606cb55e27b447041d9fc718eeaf9823e702110f410dc40cc4fae23a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:37.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "b3835fbae7ef92ddc681487ab2aadf121deb9da0856ed0b98e02be1653a69a61",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:55.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "d2937875ad2c3572a977e391f3fedf1ae068812d3dbb2eb001897a9fbe97bed8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:56.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "d3ebaf6e1fa544d9f8b074fed8454661b613e0ab136329fb77ccf26ee508ce20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:32.000Z",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "6ae0571e3dffa32137fad5b5a4ed63cfa10baa337787c37b0e4eb6f80b83a752",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:49.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "88ffd062b70a600fa88273242d869604c466a9e546c74025d4cfc44c7a88754c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:01.000Z",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "59f2e0e1018ba4973c383ed7eb0aae58dc4c27198fe69140cd02dc27bd66c832",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:18:31.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "54a18d15c70e7859a5f7f2bef5968ce4b4cda9c5a42d29a25a2c47d911e18750",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:25.000Z",
      "arch": "emscripten",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "267a13983a7c72abecd4827a4871e1a53109f0031c0ebeaaa3e90ca65f4a71c5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:17:00.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "f7b3e68dde53f6e85123908bd94575ce3ae4cb6b2518381bfb156e0864534340",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:16:35.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "57bcb4ecf599bd2cb1512b72862d34d0b78733e2e15bb96529c8492debc5403b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1.019",
      "date": "2026-06-24T01:16:29.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "e645fcc09a27e2838a2ba334d8b4e76d021ecf0da83dd59f19b14f954d727b8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/28068243331"
    }
  ]
}