{
  "_id": "6a630882d3420cf5dfdb63ff",
  "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-07-24 06:06:45 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>",
  "_user": "mpadge",
  "_type": "src",
  "_file": "geodist_0.1.1.019.tar.gz",
  "_fileid": "https://r2.ropensci.org/092dc11bc9e844af023b9566f9d68996bdbab52025530694413d8b56da130370",
  "_filesize": 279492,
  "_sha256": "092dc11bc9e844af023b9566f9d68996bdbab52025530694413d8b56da130370",
  "_expires": "2026-11-01T06:38:56.000Z",
  "_created": "2026-07-24T06:06:45.000Z",
  "_published": "2026-07-24T06:38:58.602Z",
  "_jobs": [
    {
      "job": 89412646429,
      "time": 114,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588151195"
    },
    {
      "job": 89412646438,
      "time": 120,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588153113"
    },
    {
      "job": 89412646478,
      "time": 156,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588163780"
    },
    {
      "job": 89412646474,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588153302"
    },
    {
      "job": 89412646447,
      "time": 108,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8588520784"
    },
    {
      "job": 89412646557,
      "time": 231,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8588674335"
    },
    {
      "job": 89412646525,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588514673"
    },
    {
      "job": 89412646482,
      "time": 214,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588590489"
    },
    {
      "job": 89412227488,
      "time": 161,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588116624"
    },
    {
      "job": 89412646369,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8588150996"
    },
    {
      "job": 89412646419,
      "time": 92,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8588144573"
    },
    {
      "job": 89412646488,
      "time": 94,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8588145526"
    },
    {
      "job": 89412646451,
      "time": 95,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8588146020"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 37,
  "_updates": [
    {
      "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": 325,
    "description": "rOpenSci software review lead"
  },
  "_downloads": {
    "count": 3119,
    "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.1",
  "_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.22533074651039,
  "_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-07-24T06:08:43.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/90d4a0f6d6a333bf51f02846af3788213c333a266f8356c74133d589d8a4b69d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:08:48.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/21659827ef15c8b47404acc0a55b6cd8f4f78ea51fe63dba84f98577e1d24e7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:09:26.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/5fb394135cf49ac8b4b39576d06fd374dfa025615bc885c0fa2cc10ce9bed1d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:08:48.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/da9f90096ebb248f3b795a6ec0d98063871fc627dda21903a995889e2a2fbb54",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:29:36.000Z",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/7cdddc80d6e39db0dbeb59caccc240ccb34ae7b575e79285ffef0c1624611b35",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:37:55.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/464c0062ae5eb6507a302ea13dc8d375614df7435384771dbe7006d902400992",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:29:18.000Z",
      "arch": "aarch64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/ac5d6f2980815dd37acfd7853d813436f6ef2b70c81891b5dffda6a002e19ffd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:33:12.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/49de51ecfff76686787de0db166741df922725c038019b9c1e6cb5ef09889936",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:08:50.000Z",
      "arch": "emscripten",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/4db789bb55539d860fba499019eaf325b2d43a4914d95f58e1ce3252bb60d033",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:08:02.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/cdaab9bc27c8c3a541aa0dad858482038be8f4c0e34b8c465f83273f52a59542",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:08:05.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/ae9a792faf675427193e056bb0703a3edc53d343042b7ec5be7e047c99584b20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1.019",
      "date": "2026-07-24T06:08:06.000Z",
      "arch": "x86_64",
      "commit": "e567014f925965c618c11055bfb7c27193443c26",
      "fileid": "https://r2.ropensci.org/caeea46a40a6610d8f274f776cfb2d02862cf110bea59a723c85bbda34571cd7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mpadge/actions/runs/30071166726"
    }
  ]
}