-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.58 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
Package: extras
Title: Helper Functions for Bayesian Analyses
Version: 0.8.0.9000
Authors@R: c(
person("Nicole", "Hill", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7623-2153")),
person("Joe", "Thorley", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Kirill", "Müller", role = "ctb",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Nadine", "Hussein", role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Functions to 'numericise' 'R' objects (coerce to numeric
objects), summarise 'MCMC' (Monte Carlo Markov Chain) samples and
calculate deviance residuals as well as 'R' translations of some
'BUGS' (Bayesian Using Gibbs Sampling), 'JAGS' (Just Another Gibbs
Sampler), 'STAN' and 'TMB' (Template Model Builder) functions.
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/extras/,
https://github.com/poissonconsulting/extras
BugReports: https://github.com/poissonconsulting/extras/issues
Depends:
R (>= 4.0.0)
Imports:
chk,
lifecycle,
stats
Suggests:
covr,
ggplot2,
hms,
knitr,
memoise,
rlang,
rmarkdown,
scales,
sn,
testthat (>= 3.0.0),
tibble,
tidyr,
viridis,
withr
VignetteBuilder:
knitr
Config/Needs/website: poissonconsulting/poissontemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000