Package: randomwalk Type: Package Title: Asynchronous Pixel Walking Simulation with Parallel Processing Version: 2.1.2 Authors@R: person("John", "Gavin", email = "john@example.com", role = c("aut", "cre")) Description: Implements parallel random walk simulations that create fractal graphs through asynchronous pixel walking on a grid. Features include parallel processing with crew workers (chunked mode recommended), comprehensive statistics tracking, and an optional Shiny interface for interactive visualization. Core simulation functions can be used programmatically without the GUI. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: logger, ggplot2, RColorBrewer, viridisLite, rlang Suggests: nanonext, crew, mirai, munsell, dplyr, shiny, shinylive, shinytest2, targets, tarchetypes, visNetwork, testthat (>= 3.0.0), devtools, usethis, pkgdown, covr, bench, knitr, rmarkdown, quarto Config/testthat/edition: 3 VignetteBuilder: knitr, quarto Repository: https://johngavin.r-universe.dev Date/Publication: 2026-07-12 12:54:53 UTC RemoteUrl: https://github.com/JohnGavin/randomwalk RemoteRef: HEAD RemoteSha: c0b359df6473124d081963bb4b935f465647cba3 NeedsCompilation: no Packaged: 2026-07-12 14:17:08 UTC; root Author: John Gavin [aut, cre] Maintainer: John Gavin