-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
29 lines (29 loc) · 985 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
Package: oilabs
Type: Package
Title: R Package Companion to OpenIntro Labs
Version: 0.1.1.9004
Authors@R: as.person(c(
"Andrew Bray <[email protected]> [aut, cre]",
"Mine Cetinkaya-Rundel <[email protected]> [aut]",
"Albert Y. Kim <[email protected]> [aut]",
"Ben Baumer <[email protected]> [aut]",
"Chester Ismay <[email protected]> [aut]"
))
Description: This R package provides a companion to the OpenIntro labs (https://
www.openintro.org/stat/labs.php). It contains data sets and functions used in
these labs and is necessary for successful completion of them.
License: CC0
URL: http://openintrostat.github.io/oilabs/, https://github.com/OpenIntroOrg/oilabs-r-package
BugReports: https://github.com/tidyverse/OpenIntroOrg/oilabs-r-package/issues
LazyData: FALSE
Imports:
ggplot2,
dplyr,
rmarkdown,
broom,
gridExtra
Depends:
R (>= 2.10)
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE)
Encoding: UTF-8