{
  "_id": "6a4999684ae8ee07ee132aa2",
  "Package": "mazealls",
  "Maintainer": "Steven E. Pav <shabbychef@gmail.com>",
  "Authors@R": "c(person(c(\"Steven\", \"E.\"), \"Pav\", \nrole=c(\"aut\",\"cre\"),\nemail=\"shabbychef@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4197-6195\")))",
  "Version": "0.2.1",
  "Date": "2025-11-18",
  "License": "LGPL-3",
  "Title": "Generate Recursive Mazes",
  "BugReports": "https://github.com/shabbychef/mazealls/issues",
  "Description": "Supports the generation of parallelogram, equilateral\ntriangle, regular hexagon, isosceles trapezoid, Koch snowflake,\n'hexaflake', Sierpinski triangle, Sierpinski carpet and\nSierpinski trapezoid mazes via 'TurtleGraphics'. Mazes are\ngenerated by the recursive method: the domain is divided into\nsub-domains in which mazes are generated, then dividing lines\nwith holes are drawn between them, see J. Buck, Recursive\nDivision,\n<http://weblog.jamisbuck.org/2011/1/12/maze-generation-recursive-division-algorithm>.",
  "URL": "https://github.com/shabbychef/mazealls",
  "Collate": "'decagon_maze.r' 'dodecagon_maze.r' 'eq_triangle_maze.r'\n'hexaflake_maze.r' 'hexagon_maze.r' 'holey_line.r'\n'holey_path.r' 'iso_trapezoid_maze.r' 'koch_maze.r'\n'mazealls.r' 'octagon_maze.r' 'parallelogram_maze.r'\n'sierpinski_carpet_maze.r' 'sierpinski_hexagon_maze.r'\n'sierpinski_maze.r' 'sierpinski_trapezoid_maze.r' 'utils.r'",
  "RoxygenNote": "7.3.2",
  "Repository": "https://shabbychef.r-universe.dev",
  "Date/Publication": "2025-11-26 23:48:08 UTC",
  "RemoteUrl": "https://github.com/shabbychef/mazealls",
  "RemoteRef": "HEAD",
  "RemoteSha": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-21 09:25:43 UTC",
    "User": "root"
  },
  "Author": "Steven E. Pav [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4197-6195>)",
  "_user": "shabbychef",
  "_type": "src",
  "_file": "mazealls_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/37238e5bd8d103eff2c8ecb774e963f85c36f1e1f32cb2ecd2ac140868faa0bf",
  "_filesize": 8234628,
  "_sha256": "37238e5bd8d103eff2c8ecb774e963f85c36f1e1f32cb2ecd2ac140868faa0bf",
  "_expires": "2026-10-12T23:38:14.000Z",
  "_created": "2026-06-21T09:25:43.000Z",
  "_published": "2026-07-04T23:38:16.860Z",
  "_jobs": [
    {
      "job": 85176195418,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7773936861"
    },
    {
      "job": 85176195419,
      "time": 163,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773942620"
    },
    {
      "job": 85176195467,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7773937670"
    },
    {
      "job": 85176195411,
      "time": 123,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773937244"
    },
    {
      "job": 85176195410,
      "time": 172,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773919745"
    },
    {
      "job": 85176195422,
      "time": 91,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773933046"
    },
    {
      "job": 85176195416,
      "time": 123,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7773937371"
    },
    {
      "job": 85176195447,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7773933818"
    },
    {
      "job": 85176195420,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7773934255"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348",
  "_status": "success",
  "_upstream": "https://github.com/shabbychef/mazealls",
  "_commit": {
    "id": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
    "author": "Steven Pav <shabbychef@gmail.com>",
    "committer": "Steven Pav <shabbychef@gmail.com>",
    "message": "as submitted for 0.2.1\n",
    "time": 1764200888
  },
  "_maintainer": {
    "name": "Steven E. Pav",
    "email": "shabbychef@gmail.com",
    "login": "shabbychef",
    "description": "",
    "uuid": 1456159,
    "orcid": "0000-0002-4197-6195"
  },
  "_distro": "noble",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    },
    {
      "package": "TurtleGraphics",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "shabbychef",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-47",
      "n": 1
    },
    {
      "week": "2025-48",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "r0.2.1",
      "date": "2025-11-26"
    }
  ],
  "_stars": 45,
  "_contributors": [
    {
      "user": "shabbychef",
      "count": 128,
      "uuid": 1456159
    }
  ],
  "_userbio": {
    "uuid": 1456159,
    "type": "user",
    "name": "Steven Pav",
    "followers": 69
  },
  "_downloads": {
    "count": 223,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mazealls"
  },
  "_devurl": "https://github.com/shabbychef/mazealls",
  "_searchresults": 25,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mazealls.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/shabbychef/mazealls",
  "_realowner": "shabbychef",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-11-14"
    },
    {
      "version": "0.2.0",
      "date": "2017-12-12"
    },
    {
      "version": "0.2.1",
      "date": "2025-11-28"
    }
  ],
  "_exports": [
    "decagon_maze",
    "dodecagon_maze",
    "eq_triangle_maze",
    "hexaflake_maze",
    "hexagon_maze",
    "holey_line",
    "holey_path",
    "iso_trapezoid_maze",
    "koch_maze",
    "octagon_maze",
    "parallelogram_maze",
    "sierpinski_carpet_maze",
    "sierpinski_hexagon_maze",
    "sierpinski_maze",
    "sierpinski_trapezoid_maze"
  ],
  "_help": [
    {
      "page": "decagon_maze",
      "title": "decagon_maze .",
      "topics": [
        "decagon_maze"
      ]
    },
    {
      "page": "dodecagon_maze",
      "title": "dodecagon_maze .",
      "topics": [
        "dodecagon_maze"
      ]
    },
    {
      "page": "eq_triangle_maze",
      "title": "eq_triangle_maze .",
      "topics": [
        "eq_triangle_maze"
      ]
    },
    {
      "page": "hexaflake_maze",
      "title": "hexaflake_maze .",
      "topics": [
        "hexaflake_maze"
      ]
    },
    {
      "page": "hexagon_maze",
      "title": "hexagon_maze .",
      "topics": [
        "hexagon_maze"
      ]
    },
    {
      "page": "holey_line",
      "title": "holey_line .",
      "topics": [
        "holey_line"
      ]
    },
    {
      "page": "holey_path",
      "title": "holey_path .",
      "topics": [
        "holey_path"
      ]
    },
    {
      "page": "iso_trapezoid_maze",
      "title": "iso_trapezoid_maze .",
      "topics": [
        "iso_trapezoid_maze"
      ]
    },
    {
      "page": "koch_maze",
      "title": "koch_maze .",
      "topics": [
        "koch_maze"
      ]
    },
    {
      "page": "mazealls",
      "title": "generate recursive mazes",
      "topics": [
        "mazealls-package",
        "mazealls"
      ]
    },
    {
      "page": "NEWS",
      "title": "News for package 'mazealls':",
      "topics": [
        "mazealls-NEWS"
      ]
    },
    {
      "page": "octagon_maze",
      "title": "octagon_maze .",
      "topics": [
        "octagon_maze"
      ]
    },
    {
      "page": "parallelogram_maze",
      "title": "parallelogram_maze .",
      "topics": [
        "parallelogram_maze"
      ]
    },
    {
      "page": "sierpinski_carpet_maze",
      "title": "sierpinski_carpet_maze .",
      "topics": [
        "sierpinski_carpet_maze"
      ]
    },
    {
      "page": "sierpinski_hexagon_maze",
      "title": "sierpinski_hexagon_maze .",
      "topics": [
        "sierpinski_hexagon_maze"
      ]
    },
    {
      "page": "sierpinski_maze",
      "title": "sierpinski_maze .",
      "topics": [
        "sierpinski_maze"
      ]
    },
    {
      "page": "sierpinski_trapezoid_maze",
      "title": "sierpinski_trapezoid_maze .",
      "topics": [
        "sierpinski_trapezoid_maze"
      ]
    }
  ],
  "_readme": "https://github.com/shabbychef/mazealls/raw/HEAD/README.md",
  "_rundeps": [
    "TurtleGraphics"
  ],
  "_score": 5.051152522447381,
  "_indexed": true,
  "_nocasepkg": "mazealls",
  "_universes": [
    "shabbychef"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:39.000Z",
      "distro": "noble",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/6287a90538853e5424d308f66368d0742872540676d0e8ccc9f05cfe41b47cc9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-06-21T09:28:26.000Z",
      "distro": "noble",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/be4b4566a3a73b7707e940e7ab4787eb8dbc84def2761d5d2336c01508cd11ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:23.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/0c11a58aa252564ca297e858d5d724ff927407a6c3fd6b8687e4c0835e25973b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:19.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/ac68aa97da28ffe2f0e0b7a108eebd8be1699499a2b4f7b1eda3ab678be79ee5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:39.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/1cd9a6aa0188b74c47317df3c4df8aca5ff42c622dd4002f7d2042b125533174",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:15.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/19263fa18080cbede056f16df112d835f12215e5f9c7f3036682bd560f443a30",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:01.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/f3b0f2439575fab613e6f0de93233132a5f46cbdc6ad716b5e88f06ac2daa324",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-06-21T09:27:01.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "https://r2.ropensci.org/6ebdd0194fde90f3049fd53f8906a16673c5d61972445732f371cb2b5905f123",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/27899945348"
    }
  ]
}