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) 
    <doi:10.1038/s41467-021-24152-2>.
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
RoxygenNote: 7.2.2
NeedsCompilation: yes
Packaged: 2023-01-23 11:54:50 UTC; rcannood
Author: Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>),
  Wouter Saelens [aut] (<https://orcid.org/0000-0002-7114-6248>)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2023-01-23 19:20:02 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-07-11 23:52:54 UTC; unix
Archs: GillespieSSA2.so.dSYM
