-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.32 KB
/
Copy pathDESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
Package: BayesianLearningCode
Title: Accompanying Code to a Future Book
Version: 0.0.2
Authors@R:
c(person(given = "Sylvia",
family = "Frühwirth-Schnatter",
email = "sylvia.fruehwirth-schnatter@wu.ac.at",
role = "aut",
comment = c(ORCID = "0000-0003-0516-5552")),
person(given = "Bettina",
family = "Grün",
email = "bettina.gruen@wu.ac.at",
role = "aut",
comment = c(ORCID = "0000-0001-7265-4773")),
person(given = "Gregor",
family = "Kastner",
email = "gregor.kastner@aau.at",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8237-8271")),
person(given = "Helga",
family = "Wagner",
email = "helga.wagner@jku.at",
role = "aut",
comment = c(ORCID = "0000-0002-7003-9512")))
Description: R code replicating examples presented in a future book.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://gregorkastner.github.io/BayesianLearningCode/
Imports:
corrplot,
robustbase,
stochvol,
mvtnorm,
pgdraw,
coda,
numDeriv,
RColorBrewer,
gsl
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Depends:
R (>= 3.5)
LazyData: true