{
  "_id": "6a535c719b92047c28d58736",
  "Package": "rvoronoi",
  "Type": "Package",
  "Title": "Fast Voronoi Tessellation and Delaunay Triangulation using\nFortune's Algorithm",
  "Version": "0.1.0.9005",
  "Authors@R": "c(\nperson(\"Mike\", \"Cheng\", role = c(\"aut\", \"cre\", 'cph'), email = \"mikefc@coolbutuseless.com\"),\nperson(\"Steven\", \"Fortune\", role = c(\"aut\"), comment = \"Author of included code for sweep algorithm\"),\nperson(\"AT&T Bell Laboratories\", role = c(\"cph\"), comment = \"Copyright holder of included code for Fortune's sweep algorithm\")\n)",
  "Maintainer": "Mike Cheng <mikefc@coolbutuseless.com>",
  "Description": "Fast voronoi tessellation and delaunay triangulation with\nFortune's algorithm.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "Copyright": "The included voronoi C code was written by Steven Fortune\nand is Copyright (c) 1994 by AT&T Bell Laboratories.",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://coolbutuseless.r-universe.dev",
  "Date/Publication": "2026-06-12 10:45:19 UTC",
  "RemoteUrl": "https://github.com/coolbutuseless/rvoronoi",
  "RemoteRef": "HEAD",
  "RemoteSha": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-12 09:16:20 UTC",
    "User": "root"
  },
  "Author": "Mike Cheng [aut, cre, cph],\nSteven Fortune [aut] (Author of included code for sweep algorithm),\nAT&T Bell Laboratories [cph] (Copyright holder of included code for\nFortune's sweep algorithm)",
  "_user": "coolbutuseless",
  "_type": "src",
  "_file": "rvoronoi_0.1.0.9005.tar.gz",
  "_fileid": "https://r2.ropensci.org/b54e132e8a395b500a8d58166147dda992b5fabd2af842f79453b055979bc730",
  "_filesize": 135056,
  "_sha256": "b54e132e8a395b500a8d58166147dda992b5fabd2af842f79453b055979bc730",
  "_expires": "2026-10-20T09:20:48.000Z",
  "_created": "2026-07-12T09:16:20.000Z",
  "_published": "2026-07-12T09:20:49.893Z",
  "_jobs": [
    {
      "job": 86635385303,
      "time": 119,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8258393345"
    },
    {
      "job": 86635385292,
      "time": 100,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8258390624"
    },
    {
      "job": 86635385347,
      "time": 119,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258393460"
    },
    {
      "job": 86635385284,
      "time": 102,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258390885"
    },
    {
      "job": 86635385297,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8258391551"
    },
    {
      "job": 86635385313,
      "time": 226,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8258406178"
    },
    {
      "job": 86635385306,
      "time": 71,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258386968"
    },
    {
      "job": 86635385318,
      "time": 193,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258402331"
    },
    {
      "job": 86635212467,
      "time": 138,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258377381"
    },
    {
      "job": 86635385255,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8258391209"
    },
    {
      "job": 86635385339,
      "time": 88,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8258389391"
    },
    {
      "job": 86635385294,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8258389506"
    },
    {
      "job": 86635385288,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8258388207"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936",
  "_status": "success",
  "_upstream": "https://github.com/coolbutuseless/rvoronoi",
  "_commit": {
    "id": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
    "author": "mike <mikefc@coolbutuseless.com>",
    "committer": "mike <mikefc@coolbutuseless.com>",
    "message": "fix a null error in readme\n",
    "time": 1781261119
  },
  "_maintainer": {
    "name": "Mike Cheng",
    "email": "mikefc@coolbutuseless.com",
    "login": "coolbutuseless",
    "description": "Cool, but useless.",
    "uuid": 181818
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "coolbutuseless",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-24",
      "n": 5
    }
  ],
  "_tags": [],
  "_stars": 10,
  "_contributors": [
    {
      "user": "coolbutuseless",
      "count": 91,
      "uuid": 181818
    }
  ],
  "_userbio": {
    "uuid": 181818,
    "type": "user",
    "name": "mikefc",
    "followers": 792,
    "description": "Cool, but useless."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rvoronoi"
  },
  "_devurl": "https://github.com/coolbutuseless/rvoronoi",
  "_searchresults": 3,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rvoronoi.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "delaunay",
    "voronoi"
  ],
  "_help": [
    {
      "page": "delaunay",
      "title": "Delaunay Triangulation",
      "topics": [
        "delaunay"
      ]
    },
    {
      "page": "plot.del",
      "title": "Simple plot of Delaunay triangulation",
      "topics": [
        "plot.del"
      ]
    },
    {
      "page": "plot.vor",
      "title": "Plot a Voronoi tessellation",
      "topics": [
        "plot.vor"
      ]
    },
    {
      "page": "voronoi",
      "title": "Voronoi Tessellation",
      "topics": [
        "voronoi"
      ]
    }
  ],
  "_readme": "https://github.com/coolbutuseless/rvoronoi/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rvoronoi",
  "_universes": [
    "coolbutuseless"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:18:27.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/9bf3fc49b849a44e990995376ffdf6c9b379b29a7218c122a3c5bffc428a4426",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:18:06.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/73b5e6180ef15f180fc938586589ad0b036aeb68ba6ab4c64de19be6db43370d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:18:28.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/e0c4742474c8211014f6bb738324ca1de58d714a2c91528eed8dac7d02f0a980",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:18:03.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/aae373e6d44a5c7b80626b22d15fdd135f2e51a476cfe25d1a6a10cc3c75b84c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:18:08.000Z",
      "arch": "aarch64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/2e1d16c63866d72b7539bced2a6801ecd44276c4613712c7c45eedb9729c7b85",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:19:21.000Z",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/9ba8c183922795d870f113160f6d248c1183e42057e18aa5c66c35188daca193",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:17:31.000Z",
      "arch": "aarch64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/57b9eb7c8da922232ba37e16260c4589aa28e79c46984ae50f3f053e8fc31a1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:19:21.000Z",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/f4671fb1167464857c14cfab08fb2481f7bf2b2171563eee1c62339f7475ecb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:18:15.000Z",
      "arch": "emscripten",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/230431b0ce6fa1e704a48020855646ec03b9405af2add9ba483fe468a3dba170",
      "status": "success",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:17:34.000Z",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/809e8ffa9c230f3ef33da42d7abb5bb87ac127e9914578c72c6d63b15f5b41c7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:17:33.000Z",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/d93da4e2a21540c5ac2d33cd26c15bec3900882affeaf9d02b5af08d5432d445",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0.9005",
      "date": "2026-07-12T09:17:22.000Z",
      "arch": "x86_64",
      "commit": "6965bc26ba953328c36ecfeefa69e8f38f1a85d2",
      "fileid": "https://r2.ropensci.org/c8690a83ba8467d4cbd9d6aa274ef6b5924fd09d23003da5e258c74fbf48bfba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/coolbutuseless/actions/runs/29187132936"
    }
  ]
}