{
  "_id": "6a2671b4794753ddbc3eabf3",
  "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://hypertidy.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-06-08 07:34:50 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": "f15220cd261dd0a1a4f6aa5c6424d016",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "geodist_0.1.1.015.tar.gz",
  "_fileid": "daa66c49dc9bc648846bfa9388aec12c8b15aa3b10fec8435a726e776389d89a",
  "_filesize": 275745,
  "_sha256": "daa66c49dc9bc648846bfa9388aec12c8b15aa3b10fec8435a726e776389d89a",
  "_created": "2026-06-08T07:34:50.000Z",
  "_published": "2026-06-08T07:39:32.326Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80043805058,
      "time": 122,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474058879"
    },
    {
      "job": 80043805052,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474062566"
    },
    {
      "job": 80043805148,
      "time": 139,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474064064"
    },
    {
      "job": 80043805099,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474054612"
    },
    {
      "job": 80043805031,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474049622"
    },
    {
      "job": 80043805018,
      "time": 228,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474090304"
    },
    {
      "job": 80043805049,
      "time": 93,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474048831"
    },
    {
      "job": 80043805064,
      "time": 192,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474079260"
    },
    {
      "job": 80043299599,
      "time": 199,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474021555"
    },
    {
      "job": 80043805011,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474054162"
    },
    {
      "job": 80043805030,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474057797"
    },
    {
      "job": 80043805036,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474046853"
    },
    {
      "job": 80043805039,
      "time": 98,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474050260"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421",
  "_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",
    "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
    }
  ],
  "_tags": [
    {
      "name": "v0.1.1",
      "date": "2025-06-23"
    }
  ],
  "_stars": 96,
  "_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": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 2690,
    "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": 341,
  "_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.154292906577105,
  "_indexed": true,
  "_nocasepkg": "geodist",
  "_universes": [
    "hypertidy",
    "mpadge"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:37:20.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "19be31485aa509ef1b88cd34cecd4d8f7249fa58c627e415805624d5995cecae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:37:27.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "6e9e2bd0e3e7299bc337f69922375f6241f97d842910f429d04a1bc02a07f77b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:37:36.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "f001c007814cc98c31933a175ec1850ea7e53fe3f707dcf3f6fbc835ae95a1da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:37:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "8e2238b79258d72825ac02b8ee7cb6989e50a64e651a1e4dd0bda69093e6736c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:36:43.000Z",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "584737398a61beee8aab6ed46f2a7605e9b9d8d261f9e1bec969b48132750cf6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:38:41.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "726505783b75c6cfc25804af3cd540c81474506db60846a968323eacb270fdb7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:36:44.000Z",
      "arch": "aarch64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "311830ace15218f0658cf65b8c40bdd2ff243f96142f8131f29c4eaf873417fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:38:08.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "b6dac77b2ef3ecc55d337622ffa18bceb5ba9c87ebf30ad25d6225a6786ab5ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:37:12.000Z",
      "arch": "emscripten",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "78158b5d2ce0f27af2e777531fa6bb5a833c964bef5b6e4b927e7772bd51bdf5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:36:54.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "227e436d4169447a2c49b87525c7da98016a2c67680e46146db10e0160dce5ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:36:21.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "37a8d3144ac6b34b5d85ac69575eab3f11462bb7f1f4e436549c54fb11bf8a3f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1.015",
      "date": "2026-06-08T07:36:32.000Z",
      "arch": "x86_64",
      "commit": "88ce40a210e44e1c10221061dcf7f83b5d0d3495",
      "fileid": "87e01b94f4621f8fd182921dcd1e87ba4f4dd912942c21148b5c6077720a022b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27122652421"
    }
  ]
}