Package: enum Title: Enumerate Partitions of Grid Graphs Version: 0.0.1 Authors@R: c( person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre", "cph"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")), person("Zachary", "Schutzman", role = "cph", comment = "Author of the original Julia enumerator") ) Description: Enumerates polyomino tilings of grid graphs. Partitions an m by n grid into k connected pieces where each piece has a size within given bounds, under rook or queen contiguity rules. A translation of the Julia 'enumerator' package by Schutzman (2019) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate LinkingTo: cli Imports: cli, igraph Depends: R (>= 4.2.0) Language: en-US URL: http://christophertkenny.com/enum/ Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:02 UTC RemoteUrl: https://github.com/christopherkenny/enum RemoteRef: HEAD RemoteSha: ac1768987e10ed118f8060ac3a497c8e9a1f8433 NeedsCompilation: yes Packaged: 2026-05-31 06:18:31 UTC; root Author: Christopher T. Kenny [aut, cre, cph] (ORCID: ), Zachary Schutzman [cph] (Author of the original Julia enumerator) Maintainer: Christopher T. Kenny