Package: chouca Title: A Stochastic Cellular Automaton Engine Version: 0.2.99 Authors@R: c(person("Alexandre", "Genin", , "alexandre.genin@sete.cnrs.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3333-1338")), person("Guillaume", "Dupont", , "", role = c("aut")), person("Daniel", "Valencia", , "", role = c("aut")), person("Mauro", "Zucconi", , "", role = c("aut")), person("M. Isidora", "Ávila-Thieme", , "", role = c("aut")), person("Sergio A.", "Navarrete", , "", role = c("aut")), person("Evie A.", "Wieters", , "", role = c("aut")) ) Description: An engine for stochastic cellular automata. It provides a high-level interface to declare a model, which can then be simulated by various backends (Genin et al. (2023) ). License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = FALSE) RoxygenNote: 7.3.2.9000 Depends: R (>= 4.0.0) LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp, plyr, digest, stats, graphics, grDevices Suggests: covr, testthat (>= 3.0.0), deSolve, igraph, knitr, rmarkdown, ggplot2, spatialwarnings Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/alexgenin/chouca BugReports: https://github.com/alexgenin/chouca/issues Repository: https://alexgenin.r-universe.dev Date/Publication: 2026-03-27 15:28:08 UTC RemoteUrl: https://github.com/alexgenin/chouca RemoteRef: HEAD RemoteSha: bec60d1836f7d0f395eaba48381c5415da138fd2 NeedsCompilation: yes Packaged: 2026-07-07 05:41:48 UTC; root Author: Alexandre Genin [aut, cre] (ORCID: ), Guillaume Dupont [aut], Daniel Valencia [aut], Mauro Zucconi [aut], M. Isidora Ávila-Thieme [aut], Sergio A. Navarrete [aut], Evie A. Wieters [aut] Maintainer: Alexandre Genin