Package: greta.dynamics Type: Package Title: Modelling Structured Dynamical Systems in 'greta' Version: 0.2.2.9000 Authors@R: c( person( given = "Nick", family = "Golding", email = "nick.golding.research@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "https://orcid.org/0000-0001-8916-5570") ), person( given = "Nicholas", family = "Tierney", email = "nicholas.tierney@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722") ) ) Description: A 'greta' extension for analysing transition matrices and ordinary differential equations representing dynamical systems. Provides functions for analysing transition matrices by iteration, and solving ordinary differential equations. This is an extension to the 'greta' software, Golding (2019) . License: Apache License (>= 2) URL: https://github.com/greta-dev/greta.dynamics, https://greta-dev.github.io/greta.dynamics/ BugReports: https://github.com/greta-dev/greta.dynamics/issues Imports: cli (>= 3.6.3), glue, rlang (>= 1.1.4), tensorflow (>= 1.14.0) Depends: greta (>= 0.5.0), R (>= 4.1.0) Suggests: covr, knitr, rmarkdown, spelling, testthat (>= 3.1.0), deSolve, abind VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: Python (>= 3.7.0) with header files and shared library; TensorFlow (>= v2.0.0; https://www.tensorflow.org/); TensorFlow Probability (v0.8.0; https://www.tensorflow.org/probability/) Config/pak/sysreqs: libpng-dev python3 Repository: https://greta-dev.r-universe.dev Date/Publication: 2024-11-14 04:51:09 UTC RemoteUrl: https://github.com/greta-dev/greta.dynamics RemoteRef: HEAD RemoteSha: b1aa78f0e6dd5b35dd908a595ae4d50bf36ba301 NeedsCompilation: no Packaged: 2026-06-08 07:52:43 UTC; root Author: Nick Golding [aut, cph] (ORCID: ), Nicholas Tierney [aut, cre] (ORCID: ) Maintainer: Nicholas Tierney