Package: greta.dynamics
Type: Package
Title: Modelling Structured Dynamical Systems in 'greta'
Version: 0.2.0
Authors@R: c(
    person(
      given = "Nick", 
      family = "Golding", 
      email = "nick.golding.research@gmail.com", 
      role = c("aut", "cph"),
      comment = c(ORCID = "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) <doi:10.21105/joss.01601>.
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, glue, tensorflow (>= 1.14.0)
Depends: greta (>= 0.4.2), R (>= 3.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
RoxygenNote: 7.2.0
SystemRequirements: Python (>= 2.7.0) with header files and shared
        library; TensorFlow (v1.14; https://www.tensorflow.org/);
        TensorFlow Probability (v0.7.0;
        https://www.tensorflow.org/probability/)
NeedsCompilation: no
Packaged: 2022-09-02 07:00:39 UTC; njtierney
Author: Nick Golding [aut, cph] (<https://orcid.org/0000-0001-8916-5570>),
  Nicholas Tierney [aut, cre] (<https://orcid.org/0000-0003-1460-8722>)
Maintainer: Nicholas Tierney <nicholas.tierney@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-05 08:00:05 UTC
Built: R 4.1.2; ; 2022-09-06 11:15:17 UTC; unix
