Package: RandomWalker Title: Generate Random Walks Compatible with the 'tidyverse' Version: 1.0.0.9000 Authors@R: c( person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"), comment = c(ORCID = "0009-0006-7661-8247") ), person("Antti", "Rask", email = "anttilennartrask@gmail.com", role = c("aut", "cph") ) ) Description: Generates random walks of various types by providing a set of functions that are compatible with the 'tidyverse'. The functions provided in the package make it simple to create random walks with a variety of properties, such as how many simulations to run, how many steps to take, and the distribution of random walk itself. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://www.spsanderson.com/RandomWalker/, https://github.com/spsanderson/RandomWalker BugReports: https://github.com/spsanderson/RandomWalker/issues Language: en Depends: R (>= 4.1.0) Imports: dplyr, tidyr, purrr, rlang, patchwork, NNS, ggiraph Suggests: knitr, rmarkdown, stats, ggplot2, tidyselect VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libglu1-mesa-dev make texlive libicu-dev libpng-dev libuv1-dev libgl1-mesa-dev zlib1g-dev Repository: https://spsanderson.r-universe.dev Date/Publication: 2026-06-08 16:25:28 UTC RemoteUrl: https://github.com/spsanderson/RandomWalker RemoteRef: HEAD RemoteSha: 3449885071d2f93ddb1d54fc700abfaf5d75188b NeedsCompilation: no Packaged: 2026-06-08 20:29:50 UTC; root Author: Steven Sanderson [aut, cre, cph] (ORCID: ), Antti Rask [aut, cph] Maintainer: Steven Sanderson