forked from bayesplay/bayesplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 860 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
Package: bayesplay
Type: Package
Title: The Bayes Factor Playground
Version: 0.9.2
Description: A lightweight modelling syntax for defining likelihoods and priors
and for computing Bayes factors for simple one parameter models. It includes
functionality for computing and plotting priors, likelihoods, and model
predictions. Additional functionality is included for computing and plotting
posteriors.
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
covr,
knitr,
rmarkdown,
markdown,
vdiffr,
ggplot2
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Imports:
methods,
gginnards
Authors@R:
person(given = c("Lincoln", "J"),
family = "Colling",
comment = c(ORCID = "0000-0002-3572-7758"),
email = "[email protected]",
role = c("aut","cre"))