Package: chouca 0.2.99

Alexandre Genin
chouca: A Stochastic Cellular Automaton Engine
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) <doi:10.1101/2023.11.08.566206>).
Authors:
chouca_0.2.99.tar.gz
chouca_0.2.99.zip(r-4.6)chouca_0.2.99.zip(r-4.5)
chouca_0.2.99.tgz(r-4.6-x86_64)chouca_0.2.99.tgz(r-4.6-arm64)chouca_0.2.99.tgz(r-4.5-x86_64)chouca_0.2.99.tgz(r-4.5-arm64)
chouca_0.2.99.tar.gz(r-4.7-arm64)chouca_0.2.99.tar.gz(r-4.7-x86_64)chouca_0.2.99.tar.gz(r-4.6-arm64)chouca_0.2.99.tar.gz(r-4.6-x86_64)
chouca_0.2.99.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
chouca/json (API)
NEWS
| # Install 'chouca' in R: |
| install.packages('chouca', repos = c('https://alexgenin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/alexgenin/chouca/issues
Last updated from:bec60d1836. Checks:9 ERROR, 4 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | ERROR | 151 | ||
| linux-devel-x86_64 | ERROR | 151 | ||
| source / vignettes | ERROR | 227 | ||
| linux-release-arm64 | ERROR | 154 | ||
| linux-release-x86_64 | ERROR | 152 | ||
| macos-release-arm64 | ERROR | 166 | ||
| macos-release-x86_64 | ERROR | 245 | ||
| macos-oldrel-arm64 | ERROR | 160 | ||
| macos-oldrel-x86_64 | ERROR | 252 | ||
| windows-devel | FAIL | 77 | ||
| windows-release | FAIL | 61 | ||
| windows-oldrel | FAIL | 58 | ||
| wasm-release | FAIL | 114 |
Exports:as.camodel_initmatca_librarycamodelcamodel_matgenerate_initmatlandscape_plotternb_kernelrun_camodelrun_meanfieldtrace_plottertransition
Dependencies:digestplyrRcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert a matrix to a CA model landscape | as.camodel_initmat |
| Library of stochastic cellular automata | ca_library |
| Definition of a stochastic cellular automaton | camodel transition |
| Definition of a stochastic cellular automaton based on numerical arrays | camodel_mat |
| chouca: a package for stochastic cellular automata | chouca |
| Generate an initial matrix for a 'chouca' model | generate_initmat |
| Plot simulation landscapes | landscape_plotter |
| Define the neighborhood used in a stochastic cellular automaton | nb_kernel |
| Run a cellular automata | run_camodel |
| Mean field model | run_meanfield |
| Plot simulation covers | trace_plotter |
| Update a cellular automaton | update.ca_model |