Package: BrownianMotion Type: Package Title: Brownian Motion Simulations Version: 0.3.0 Authors@R: c(person("Louis", "Aslett", role = c("aut", "cre"), email = "louis.aslett@durham.ac.uk"), person("Murray", "Pollock", role = "aut", email = "murray.pollock@gmail.com")) Description: An implementation of algorithms for simulation of (multivariate) Brownian motion trajectories, including simple unconditional simulation, Brownian bridges, as well as layered and localised Brownian motion simulators. License: GPL-2 Depends: R (>= 4.1.0), Imports: checkmate, dplyr, ggplot2, glue, graphics, grDevices, patchwork, rlang, Rmpfr, statmod, stats, tibble, utils Encoding: UTF-8 RoxygenNote: 7.3.1 Suggests: knitr, rmarkdown, sf VignetteBuilder: knitr Config/pak/sysreqs: libgmp3-dev libmpfr-dev Repository: https://louisaslett.r-universe.dev Date/Publication: 2024-07-08 09:02:25 UTC RemoteUrl: https://github.com/louisaslett/BrownianMotion RemoteRef: HEAD RemoteSha: 75fe105b4e01da33bcfb73e6bffe484f704c8f5a NeedsCompilation: no Packaged: 2026-07-20 06:56:26 UTC; root Author: Louis Aslett [aut, cre], Murray Pollock [aut] Maintainer: Louis Aslett