{
  "_id": "6a379dfa3efcd9bda441f5fc",
  "Package": "donut",
  "Title": "Nearest Neighbour Search with Variables on a Torus",
  "Version": "1.0.3",
  "Date": "2023-09-02",
  "Authors@R": "person(c(\"Paul\", \"J.\"), \"Northrop\", email = \"p.northrop@ucl.ac.uk\",\nrole = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Finds the k nearest neighbours in a dataset of specified\npoints, adding the option to wrap certain variables on a torus.\nThe user chooses the algorithm to use to find the nearest\nneighbours. Two such algorithms, provided by the packages\n'RANN' <https://cran.r-project.org/package=RANN>, and 'nabor'\n<https://cran.r-project.org/package=nabor>, are suggested.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/paulnorthrop/donut,\nhttps://paulnorthrop.github.io/donut/",
  "BugReports": "https://github.com/paulnorthrop/donut/issues",
  "Config/testthat/edition": "3",
  "Repository": "https://paulnorthrop.r-universe.dev",
  "Date/Publication": "2023-09-02 21:57:23 UTC",
  "RemoteUrl": "https://github.com/paulnorthrop/donut",
  "RemoteRef": "HEAD",
  "RemoteSha": "068e72d6917b8d40459f70fc96c85511cc6366c3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-21 08:14:12 UTC",
    "User": "root"
  },
  "Author": "Paul J. Northrop [aut, cre, cph]",
  "Maintainer": "Paul J. Northrop <p.northrop@ucl.ac.uk>",
  "MD5sum": "b3ff8c027ce86db577491bf461cdbd3f",
  "_user": "paulnorthrop",
  "_type": "src",
  "_file": "donut_1.0.3.tar.gz",
  "_fileid": "fb314fb87e72115a713b038734178e2b9e7ac4b60b2075701a707df9506deded",
  "_filesize": 335431,
  "_sha256": "fb314fb87e72115a713b038734178e2b9e7ac4b60b2075701a707df9506deded",
  "_created": "2026-06-21T08:14:12.000Z",
  "_published": "2026-06-21T08:16:58.754Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82553968047,
      "time": 127,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7773366521"
    },
    {
      "job": 82553968037,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773366892"
    },
    {
      "job": 82553968042,
      "time": 88,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7773361423"
    },
    {
      "job": 82553968040,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773359293"
    },
    {
      "job": 82553740342,
      "time": 200,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773349921"
    },
    {
      "job": 82553968033,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773364559"
    },
    {
      "job": 82553968055,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7773363215"
    },
    {
      "job": 82553968065,
      "time": 136,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7773367673"
    },
    {
      "job": 82553968044,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773362204"
    }
  ],
  "_buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/paulnorthrop/donut",
  "_commit": {
    "id": "068e72d6917b8d40459f70fc96c85511cc6366c3",
    "author": "Paul Northrop <p.northrop@ucl.ac.uk>",
    "committer": "Paul Northrop <p.northrop@ucl.ac.uk>",
    "message": "Ignore\n",
    "time": 1693691843
  },
  "_maintainer": {
    "name": "Paul J. Northrop",
    "email": "p.northrop@ucl.ac.uk",
    "login": "paulnorthrop",
    "description": "",
    "uuid": 22778905
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "nabor",
      "role": "Suggests"
    },
    {
      "package": "RANN",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    }
  ],
  "_owner": "paulnorthrop",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "degrees",
    "donut",
    "edges",
    "knn-algorithm",
    "knn-search",
    "nabor",
    "nearest",
    "nearest-neighbor",
    "nearest-neighbor-search",
    "nearest-neighbors",
    "nearest-neighbour-algorithm",
    "nearest-neighbours",
    "neighbors",
    "periodicity",
    "rann",
    "torus",
    "wrap"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "paulnorthrop",
      "count": 146,
      "uuid": 22778905
    }
  ],
  "_userbio": {
    "uuid": 22778905,
    "type": "user",
    "name": "Paul Northrop",
    "followers": 42
  },
  "_downloads": {
    "count": 420,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/donut"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/paulnorthrop/donut",
  "_pkgdown": "https://paulnorthrop.github.io/donut/",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/donut.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/paulnorthrop/donut",
  "_realowner": "paulnorthrop",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2019-10-06"
    },
    {
      "version": "1.0.1",
      "date": "2020-02-18"
    },
    {
      "version": "1.0.2",
      "date": "2021-11-10"
    },
    {
      "version": "1.0.3",
      "date": "2023-09-03"
    }
  ],
  "_exports": [
    "nnt"
  ],
  "_help": [
    {
      "page": "donut-package",
      "title": "donut: Nearest Neighbour Search with Variables on a Torus",
      "topics": [
        "donut-package",
        "donut"
      ]
    },
    {
      "page": "nnt",
      "title": "Nearest Neighbour Search with Variables on a Torus",
      "topics": [
        "nnt"
      ]
    },
    {
      "page": "plot.nnt",
      "title": "Plot diagnostics for an nnt object",
      "topics": [
        "plot.nnt"
      ]
    }
  ],
  "_readme": "https://github.com/paulnorthrop/donut/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "donut-vignette.Rmd",
      "filename": "donut-vignette.html",
      "title": "An overview of donut",
      "author": "Paul Northrop",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Nearest Neighbour Search with Variables on a Torus",
        "An example",
        "References"
      ],
      "created": "2019-10-02 22:46:41",
      "modified": "2021-11-10 16:48:51",
      "commits": 7
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "donut",
  "_universes": [
    "paulnorthrop"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-21T08:16:25.000Z",
      "distro": "noble",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "22ca1d359340bb6006a13fe6a5cc5d66439d05ca6467754e3b50547c0f0237f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-06-21T08:16:26.000Z",
      "distro": "noble",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "f6ce3f5eede2ee6e30374c78794b3648809d6f796813747da87dff7f3bec365b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-21T08:15:49.000Z",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "f37dd35811c9c5329f3fd046d961c6d83374c3afc6a5285aba103a2e49469c43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-06-21T08:15:34.000Z",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "f3d2e578c01489ed5f648adff996cea024da22a115ce21e1efcea1adb5787206",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-21T08:16:20.000Z",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "7ece9777203d1b9f99aaab7d88b176633a95b18953fe184cb524a912d9888fc3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-21T08:15:55.000Z",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "09f30c08e04a20cbd23f4474a9f5ee113e87cf27a05fefda8ec4d6eb783deecc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-21T08:16:30.000Z",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "a473952e9fbba7e3e15efb1cced1c651d44186a74428d2e1b01711391df806a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-06-21T08:15:48.000Z",
      "commit": "068e72d6917b8d40459f70fc96c85511cc6366c3",
      "fileid": "4e5d2e7746cb7e0c629fe379cdc283342929377af2553621d7b9abe6f7c83f7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/paulnorthrop/actions/runs/27898258253"
    }
  ]
}