-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathDESCRIPTION
58 lines (57 loc) · 1.26 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
Package: primer.tutorials
Title: Tutorials for Preceptor's Primer for Bayesian Data Science
Version: 1.3.9007
Authors@R:
c(
person(given = "David",
family = "Kane",
role = c("aut", "cre"),
email = "dave.kane@gmail.com",
comment = c(ORCID = "0000-0002-6660-3934")))
Description: Collection of tutorials for use with Preceptor's Primer for
Bayesian Data Science. Makes extensive use of the tools in 'tutorial.helpers'
package.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
broom.helpers,
katex,
primer.data,
tutorial.helpers
Suggests:
brms,
broom,
dplyr,
equatiomatic,
ggthemes,
glue,
gt,
gtsummary,
learnr,
marginaleffects,
openintro,
patchwork,
quarto,
ranger,
rsconnect,
rvest,
scales,
testthat (>= 3.0.0),
tidybayes,
tidymodels,
tidytext,
tidyverse,
viridis,
MASS
VignetteBuilder:
quarto
Config/testthat/edition: 3
Remotes:
PPBDS/primer.data,
datalorax/equatiomatic,
vincentarelbundock/marginaleffects
BugReports: https://github.com/ppbds/primer.tutorials/issues
URL: https://ppbds.github.io/primer.tutorials/