Package: enum 0.0.1


Christopher T. Kenny
enum: Enumerate Partitions of Grid Graphs
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) <doi:10.5281/zenodo.3467675>.
Authors:
enum_0.0.1.tar.gz
enum_0.0.1.zip(r-4.7)enum_0.0.1.zip(r-4.6)enum_0.0.1.zip(r-4.5)
enum_0.0.1.tgz(r-4.6-x86_64)enum_0.0.1.tgz(r-4.6-arm64)enum_0.0.1.tgz(r-4.5-x86_64)enum_0.0.1.tgz(r-4.5-arm64)
enum_0.0.1.tar.gz(r-4.7-arm64)enum_0.0.1.tar.gz(r-4.7-x86_64)enum_0.0.1.tar.gz(r-4.6-arm64)enum_0.0.1.tar.gz(r-4.6-x86_64)
enum_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
enum/json (API)
NEWS
| # Install 'enum' in R: |
| install.packages('enum', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christopherkenny/enum/issues
Pkgdown/docs site:https://christophertkenny.com
Last updated from:ac1768987e. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 123 | ||
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 200 | ||
| linux-release-arm64 | OK | 124 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 95 | ||
| macos-release-x86_64 | OK | 166 | ||
| macos-oldrel-arm64 | OK | 92 | ||
| macos-oldrel-x86_64 | OK | 259 | ||
| windows-devel | OK | 425 | ||
| windows-release | OK | 213 | ||
| windows-oldrel | OK | 445 | ||
| wasm-release | OK | 109 |
Exports:enum_count_partitionsenum_count_partitions_graphenum_partitionsenum_partitions_graphenum_read_partitions
Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigrlangvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Count grid partitions | enum_count_partitions |
| Count partitions of a graph | enum_count_partitions_graph |
| Enumerate grid partitions | enum_partitions |
| Enumerate partitions of a graph | enum_partitions_graph |
| Read partitions from a binary file | enum_read_partitions |