-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 872 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
35
Package: INLAcomp
Type: Package
Title: Logistic-normal Dirichlet Model for Compositional Data
Version: 0.2.0
Authors@R: c(
person("Joaquín Martínez-Minaya", email = "[email protected]",
role = c("aut", "cre", "ctb"),
comment = c(ORCID = "0000-0002-1016-8734"))
)
Description: This package has the necessary functions to compute the DIC and WAIC for LNDMs using R-INLA.
License: MIT + file LICENSE
Additional_repositories: https://inla.r-inla-download.org/R/testing
Imports:
dplyr,
Matrix,
stringr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
INLA,
compositions,
tidyr,
ggplot2,
sn,
viridis,
raster,
inlabru,
parallel,
gridExtra,
xtable
URL: https://jmartinez-minaya.github.io/INLAcomp/
VignetteBuilder: knitr