{
  "_id": "6a102a1bacfb0bcc41c91c36",
  "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-05-22 10:00:50 UTC",
    "User": "root"
  },
  "Author": "Steven E. Pav [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-4197-6195>)",
  "MD5sum": "106471f57cb8535c417ab1de3adc4698",
  "_user": "shabbychef",
  "_type": "src",
  "_file": "mazealls_0.2.1.tar.gz",
  "_fileid": "24c9b35063d1641b534a521ee1937101af56f57fd6827edec22eb0b68681df95",
  "_filesize": 8232476,
  "_sha256": "24c9b35063d1641b534a521ee1937101af56f57fd6827edec22eb0b68681df95",
  "_created": "2026-05-22T10:00:50.000Z",
  "_published": "2026-05-22T10:04:11.547Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77358035812,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7157905091"
    },
    {
      "job": 77358035822,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157913146"
    },
    {
      "job": 77358035852,
      "time": 122,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7157902374"
    },
    {
      "job": 77358035844,
      "time": 123,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157903617"
    },
    {
      "job": 77357592579,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157862960"
    },
    {
      "job": 77358035946,
      "time": 93,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157893247"
    },
    {
      "job": 77358035905,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7157895072"
    },
    {
      "job": 77358036015,
      "time": 145,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7157909247"
    },
    {
      "job": 77358035892,
      "time": 109,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157898181"
    }
  ],
  "_buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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"
  },
  "_downloads": {
    "count": 189,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mazealls"
  },
  "_devurl": "https://github.com/shabbychef/mazealls",
  "_searchresults": 24,
  "_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.03342375548695,
  "_indexed": true,
  "_nocasepkg": "mazealls",
  "_universes": [
    "shabbychef"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:50.000Z",
      "distro": "noble",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "fd4c25e8663dde1b0bb62e9d30426ee50b538ead716332f3deb48bcce1dc41d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-22T10:03:14.000Z",
      "distro": "noble",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "c7cc256c262683a0112030027aef57733a005757986a2766f0e0d5d4c906a89d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:32.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "50c1095b4e5e34388f7b9b3ac193c5838d73c1194bda47e92b861b7b9ef7caed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:32.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "53633bdcec9a4f93a18011102268440b94b864efd2466a0e7f6fc2870d1f5ca6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:50.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "5d35f9f112c7b4ef57518889a9266ff296beb0a423143d9f67d19af230faf704",
      "status": "success",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:12.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "67c6ae38718ec7a48d1d2e05ba497f6ff855aca95952e51443ed8acdd645ce22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:37.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "1ba7b095319ef17c07b4efa7bb98006fbc9e6f77caa087427749fbd25ca73315",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-22T10:02:18.000Z",
      "commit": "1025a8248cf2dce78b5ae756754ad443fedcefb9",
      "fileid": "7b73e3edd4133d597cca27c03761a34d4b09a9bfad2375ed01db132c34d27225",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/shabbychef/actions/runs/26281205099"
    }
  ]
}