-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 995 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: aistats2020smi
Type: Package
Title: Semi-Modular Inference
Description: Code for the AISTATS 2020 article: Semi-Modular Inference by Carmona & Nicholls (2020).
Version: 0.2.0
Date: 2021-02-23
Authors@R:
person(given = "Christian",
family = "Carmona",
role = c("aut", "cre", "cph"),
email = "carmona@stats.ox.ac.uk",
comment = c(ORCID = "0000-0003-0224-4968"))
URL: https://github.com/christianu7/aistats2020smi/
BugReports: https://github.com/christianu7/aistats2020smi/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
abind,
coda,
cowplot,
doRNG,
dplyr,
foreach,
ggcorrplot,
ggmcmc,
ggplot2,
ggridges,
GPfit,
loo,
magrittr,
nlme,
ordinal,
Rcpp,
RcppArmadillo,
rlang,
rstan,
stringr,
tibble,
tidyr
Roxygen:
list(markdown = TRUE)
RoxygenNote:
7.1.1