-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.91 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: greta.dynamics
Type: Package
Title: Modelling Structured Dynamical Systems in 'greta'
Version: 0.2.2
Authors@R: c(
person(
given = "Nick",
family = "Golding",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "https://orcid.org/0000-0001-8916-5570")
),
person(
given = "Nicholas",
family = "Tierney",
email = "[email protected]",
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 (>= 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
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/)
NeedsCompilation: no
Packaged: 2024-11-14 01:39:10 UTC; nick
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 <[email protected]>
Repository: CRAN
Date/Publication: 2024-11-14 04:50:02 UTC