-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·36 lines (36 loc) · 960 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
Package: tidybayes.rethinking
Title: Tidy Data for Rethinking
Version: 3.0.0
Date: 2020-06-01
Authors@R: c(person("Matthew", "Kay", role = c("aut", "cre"),
email = "mjskay@northwestern.edu"))
Maintainer: Matthew Kay <mjskay@northwestern.edu>
Description: Extends tidybayes to support composing data for and gathering draws from
models fit using Richard McElreath's rethinking package in a tidy data format.
Depends:
R (>= 2.10)
Imports:
dplyr,
tibble,
rlang,
MASS,
tidybayes (>= 3.0.0),
rethinking,
rstan
Suggests:
ggplot2,
magrittr,
tidyr,
knitr,
testthat,
rmarkdown
Remotes:
rmcelreath/rethinking
License: GPL (>= 3)
BugReports: https://github.com/mjskay/tidybayes.rethinking/issues/new
URL: http://mjskay.github.io/tidybayes.rethinking, https://github.com/mjskay/tidybayes.rethinking
VignetteBuilder: knitr
RoxygenNote: 7.3.1
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)