{
  "_id": "6a105473acfb0bcc41ca2100",
  "Package": "geodist",
  "Title": "Fast, Dependency-Free Geodesic Distance Calculations",
  "Version": "0.1.1.015",
  "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://fastverse.r-universe.dev",
  "Date/Publication": "2026-04-09 10:20:16 UTC",
  "RemoteUrl": "https://github.com/hypertidy/geodist",
  "RemoteRef": "HEAD",
  "RemoteSha": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
  "Packaged": {
    "Date": "2026-05-09 08:28:02 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": "2773160a5e70448c0a97fa003986d22d",
  "_user": "fastverse",
  "_type": "src",
  "_file": "geodist_0.1.1.015.tar.gz",
  "_fileid": "c22da4c10cc8d776bbec1e85b5140d70683978a99480d54dfc7e84ded33be622",
  "_filesize": 282112,
  "_sha256": "c22da4c10cc8d776bbec1e85b5140d70683978a99480d54dfc7e84ded33be622",
  "_created": "2026-05-09T08:28:02.000Z",
  "_published": "2026-05-22T13:04:51.959Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77385227130,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894319806"
    },
    {
      "job": 77385227047,
      "time": 116,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894320077"
    },
    {
      "job": 77385227487,
      "time": 123,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894320608"
    },
    {
      "job": 77385226828,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894320344"
    },
    {
      "job": 77385227636,
      "time": 97,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894318443"
    },
    {
      "job": 77385227249,
      "time": 222,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894329877"
    },
    {
      "job": 77385226557,
      "time": 128,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894321142"
    },
    {
      "job": 77385226728,
      "time": 322,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894339162"
    },
    {
      "job": 77385225989,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894309660"
    },
    {
      "job": 77385225880,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161174790"
    },
    {
      "job": 77385226943,
      "time": 81,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6894317053"
    },
    {
      "job": 77385227316,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6894317024"
    },
    {
      "job": 77385226929,
      "time": 111,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6894319597"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hypertidy/geodist",
  "_commit": {
    "id": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
    "author": "mark padgham <mark.padgham@email.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #47 from hypertidy/gp\n\ngoodpractice checks",
    "time": 1775730016
  },
  "_maintainer": {
    "name": "Mark Padgham",
    "email": "mark.padgham@email.com",
    "login": "mpadge",
    "mastodon": "@mpadge@nerdculture.de",
    "uuid": 6697851
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": false,
  "_usedby": 36,
  "_updates": [
    {
      "week": "2025-26",
      "n": 2
    },
    {
      "week": "2026-15",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.1.1",
      "date": "2025-06-23"
    }
  ],
  "_stars": 95,
  "_contributors": [
    {
      "user": "mpadge",
      "count": 265,
      "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": 105517888,
    "type": "organization",
    "name": "fastverse",
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 2786,
    "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": 366,
  "_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",
    "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.195700817313835,
  "_indexed": false,
  "_nocasepkg": "geodist",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://hypertidy.r-universe.dev/geodist",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:29:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "6f0aea64014a047684a90323fd1974cb10f65e9febd1fc74126ceb16846a454f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:30:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "e5b569f9b3b9cac02ef4bed7ae934b235890a932bfe2afc803643990981a175d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:30:07.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "9e8575066878e8f86d1e3f105b7f2816d8404cfb0dd29891ad2e6c4f5ea7d24a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:30:02.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "4f42f774e24085cfb40218ccc09fc9199191d2fc8b3390c2ffddd3f6a487828e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:29:38.000Z",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "81a3bbb505a98fef13982345437ae134f48cfed2d3ded5c9b267006fd404b0c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:31:19.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "8ff84dad0e93bbc79aee10f084cf144c7efc633129c7c5fb51ad9388ea06854a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:30:05.000Z",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "2ad3e4b43d53515c3d97f7be26ad5bc3c4ce3143fe8d10c1700ab76cb26f9f21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:32:36.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "ef4559d141623f7f22c3cfe88dcc5b08567a291bac6744516732ce1addd16807",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:29:11.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "42c78469386a1e8c9fcf5056d1f8294a88e24223b697279f43b825e66019ba30",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:29:08.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "1f3357196fec33ef1aff1926b6fa769bf533b0105055a0f3a418658ba6855511",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1.015",
      "date": "2026-05-09T08:29:38.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "f519f138d53085746c4827287bd6d965ca8cd3742115c8e2d21877a037b3a76c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.015",
      "date": "2026-05-22T13:04:29.000Z",
      "arch": "emscripten",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "46042d66cfec86a3210fca9825a0307a8af6034fa221131dcb3361c02c89078b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/25596465717"
    }
  ]
}