Type: Package Package: GillespieSSA2 Title: Gillespie's Stochastic Simulation Algorithm for Impatient People Version: 0.3.0 Authors@R: c(person(given = "Robrecht", family = "Cannoodt", role = c("aut", "cre"), email = "rcannood@gmail.com", comment = c(ORCID = "0000-0003-3641-729X")), person(given = "Wouter", family = "Saelens", role = "aut", email = "wouter.saelens@gmail.com", comment = c(ORCID = "0000-0002-7114-6248"))) Description: A fast, scalable, and versatile framework for simulating large systems with Gillespie's Stochastic Simulation Algorithm ('SSA'). This package is the spiritual successor to the 'GillespieSSA' package originally written by Mario Pineda-Krch. Benefits of this package include major speed improvements (>100x), easier to understand documentation, and many unit tests that try to ensure the package works as intended. Cannoodt and Saelens et al. (2021) . License: GPL (>= 3) URL: https://rcannood.github.io/GillespieSSA2/, https://github.com/rcannood/GillespieSSA2 BugReports: https://github.com/rcannood/GillespieSSA2/issues Depends: R (>= 3.3) Imports: assertthat, dplyr, dynutils, Matrix, methods, purrr, Rcpp (>= 0.12.3), RcppXPtrUtils, readr, rlang, stringr, tidyr Suggests: covr, ggplot2, GillespieSSA, knitr, rmarkdown, testthat (>= 2.1.0) LinkingTo: Rcpp VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.2 Config/pak/sysreqs: git libicu-dev libx11-dev Repository: https://rcannood.r-universe.dev Date/Publication: 2023-01-23 11:25:32 UTC RemoteUrl: https://github.com/rcannood/gillespiessa2 RemoteRef: HEAD RemoteSha: adb5454390658a834f926c3ef259631421009c92 NeedsCompilation: yes Packaged: 2026-06-12 10:59:09 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: ), Wouter Saelens [aut] (ORCID: ) Maintainer: Robrecht Cannoodt