-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
61 lines (61 loc) · 1.53 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Package: mcmcr
Title: Manipulate MCMC Samples
Version: 0.6.1.9002
Authors@R:
c(person(given = "Joe",
family = "Thorley",
role = c("aut", "cre"),
email = "joe@poissonconsulting.ca",
comment = c(ORCID = "0000-0002-7683-4592")),
person(given = "Kirill",
family = "Müller",
role = "ctb",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Nadine",
family = "Hussein",
role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361")),
person(given = "Ayla",
family = "Pearson",
role = "ctb",
comment = c(ORCID = "0000-0001-7388-1222")),
person(given = "Poisson Consulting",
role = c("cph", "fnd")))
Description: Functions and classes to store, manipulate and summarise
Monte Carlo Markov Chain (MCMC) samples. For more information see
Brooks et al. (2011) <isbn:978-1-4200-7941-8>.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/mcmcr
BugReports: https://github.com/poissonconsulting/mcmcr/issues
Depends:
R (>= 4.3)
Imports:
abind,
chk,
coda,
extras,
generics,
lifecycle,
nlist,
purrr,
stats,
term,
universals,
utils
Suggests:
covr,
dplyr,
graphics,
readr,
rlang,
testthat,
tibble,
withr
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3