Package: mergeGridR Title: Grid-Based Number Merge Puzzle Simulation Date: 2026-06-10 Version: 0.2.0 Authors@R: c( person(given = "Frederic", family = "Bertrand", role = c("cre", "aut"), email = "frederic.bertrand@lecnam.net", comment = c(ORCID = "0000-0002-0837-8281"))) Author: Frederic Bertrand [cre, aut] () Maintainer: Frederic Bertrand Description: Provides tools to simulate, analyse, visualise, and benchmark grid-based number merge puzzles. The package implements generic grid mechanics, tile-spawning rules, merge rules, scoring functions, reproducible simulation utilities, and local 'Shiny' and 'WebGL' interfaces for interactive use. It is intended for teaching, algorithmic experimentation, and game-theoretic examples. The autoplay helpers use standard heuristic search and Monte Carlo simulation ideas described in Russell and Norvig (2021, ISBN:9780134610993) and Robert and Casella (2004, ISBN:9780387212395). License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: ggplot2, ggWebGL, parallel, Rcpp, shiny, tools LinkingTo: Rcpp Suggests: knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: pkgdown URL: https://github.com/fbertran/mergeGridR/, https://fbertran.github.io/mergeGridR/ BugReports: https://github.com/fbertran/mergeGridR/issues Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://fbertran.r-universe.dev Date/Publication: 2026-06-13 12:14:03 UTC RemoteUrl: https://github.com/fbertran/mergegridr RemoteRef: HEAD RemoteSha: 8911b7c7fbbbc9e9ef740e8f864f10823115c30c NeedsCompilation: yes Packaged: 2026-06-25 08:37:39 UTC; root