-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.18 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
Package: inlatools
Title: Diagnostic Tools for INLA Models
Version: 0.0.3
Authors@R: c(
person("Thierry", "Onkelinx", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "[email protected]", role = c("cph", "fnd"))
)
Description: Several functions which can be useful to choose sensible
priors and diagnose the fitted model.
License: GPL-3
URL: https://inbo.github.io/inlatools/, https://github.com/inbo/inlatools
BugReports: https://github.com/inbo/inlatools/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
dplyr,
ggplot2,
INLA (>= 19.09.03),
methods,
purrr,
rlang,
scales,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
sn,
testthat
VignetteBuilder:
knitr
Additional_repositories: https://inla.r-inla-download.org/R/stable
Config/checklist/communities: inbo
Config/checklist/keywords: INLA; dispersion; distribution; prior; anomaly;
residuals
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2