-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.21 KB
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
Package: statsr
Type: Package
Title: Companion Software for the Coursera Statistics with R Specialization
Version: 0.3.0
Date: 2021-01-21
Authors@R: c(person("Colin", "Rundel", role=c("aut"), email="rundel@gmail.com"),
person("Mine", "Cetinkaya-Rundel", role=c("aut"), email="mine@stat.duke.edu"),
person("Merlise", "Clyde", role=c("aut", "cre"), email="clyde@duke.edu"),
person("David", "Banks", role=c("aut"), email="banks@stat.duke.edu"))
Maintainer: Merlise Clyde <clyde@duke.edu>
Description: Data and functions to support Bayesian and frequentist inference and decision making
for the Coursera Specialization "Statistics with R".
See <https://github.com/StatsWithR/statsr> for more information.
LazyData: true
License: MIT + file LICENSE
RoxygenNote: 7.1.1
Encoding: UTF-8
Depends:
R (>= 3.3.0),
BayesFactor
Imports:
dplyr,
rmarkdown,
knitr,
ggplot2,
broom,
gridExtra,
shiny,
cubature,
tidyr,
tibble,
utils
Suggests:
spelling,
HistData,
testthat (>= 3.0.0)
URL: https://github.com/StatsWithR/statsr
BugReports: https://github.com/StatsWithR/statsr/issues
Language: en-US
Config/testthat/edition: 3