Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.22 KB

greta.dynamics: Dynamical models in greta

R-CMD-check CRAN status codecov.io

greta.dynamics provides functions for modelling dynamical systems in greta. It currently provides functions for analysing transition matrices by iteration, and solving ordinary differential equations.

Installation

You can install the current release version of greta.dynamics from CRAN:

install.packages("greta.dynamics")

Or install the development version of greta.dynamics from r-universe:

install.packages("greta.dynamics", repos = c("https://greta-dev.r-universe.dev", "https://cran.r-project.org"))

You can also install the development version of greta.dynamics via GitHub:

remotes::install_github("greta-dev/greta.dynamics")