-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.67 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
50
51
52
53
54
55
56
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 = "[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
LazyData: true
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/)