-
Notifications
You must be signed in to change notification settings - Fork 177
/
DESCRIPTION
53 lines (53 loc) · 1.98 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
Package: openintro
Title: Datasets and Supplemental Functions from 'OpenIntro' Textbooks and Labs
Version: 2.5.0
Authors@R: c(
person("Mine", "\u00C7etinkaya-Rundel", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6452-2420")),
person("David", "Diez", email = "[email protected]", role = c("aut")),
person("Andrew", "Bray", email = "[email protected]", role = c("aut")),
person("Albert Y.", "Kim", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-7824-306X")),
person("Ben", "Baumer", email = "[email protected]", role = c("aut")),
person("Chester", "Ismay", email = "[email protected]", role = c("aut")),
person("Nick", "Paterno", email = "[email protected]", role = c("aut")),
person("Christopher", "Barr", role = c("aut"))
)
Description: Supplemental functions and data for 'OpenIntro' resources, which
includes open-source textbooks and resources for introductory statistics
(<https://www.openintro.org/>). The package contains datasets used in our
open-source textbooks along with custom plotting functions for reproducing
book figures. Note that many functions and examples include color
transparency; some plotting elements may not show up properly (or at all)
when run in some versions of Windows operating system.
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.2
Suggests:
broom,
dplyr,
forcats,
knitr,
lubridate,
scales,
testthat (>= 3.0.0),
tidyr,
tidytext,
stringr,
maps
Imports:
ggplot2 (>= 2.2.1),
graphics,
readr,
rmarkdown,
tibble
Depends:
R (>= 2.10),
airports,
cherryblossom,
usdata
URL: http://openintrostat.github.io/openintro/, https://github.com/OpenIntroStat/openintro/
BugReports: https://github.com/OpenIntroStat/openintro/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3