generated from greta-dev/greta.template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 869 Bytes
/
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
Package: greta.checks
Title: Perform Checks on greta Models and Arrays
Version: 0.0.0.9001
Authors@R:
person(given = "Lionel",
family = "Hertzog",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package provide a set of functions to perform standard model checks on fitted greta models.
License: CC0
Encoding: UTF-8
LazyData: true
URL: https://github.com/lionel68/greta.checks
BugReports: https://github.com/lionel68/greta.checks/issues
Suggests:
testthat (>= 2.1.0),
covr,
abind,
knitr,
rmarkdown,
spelling
Imports:
stats,
tensorflow (>= 1.13.0),
bayesplot (>= 1.5.0),
ggplot2,
DHARMa
Depends:
greta (>= 0.4.2)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Language: en-GB
VignetteBuilder: knitr