-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathDESCRIPTION
73 lines (73 loc) · 1.8 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: mosaic
Type: Package
Title: Project MOSAIC Statistics and Mathematics Teaching Utilities
Version: 1.9.1
Description: Data sets and utilities from Project MOSAIC (<http://www.mosaic-web.org>) used
to teach mathematics, statistics, computation and modeling. Funded by the
NSF, Project MOSAIC is a community of educators working to tie together
aspects of quantitative work that students in science, technology,
engineering and mathematics will need in their professional lives, but
which are usually taught in isolation, if at all.
Authors@R: c(
person(given = "Randall", family = "Pruim", email = "[email protected]", role = c("aut", "cre")),
person(given = "Daniel T.", family = "Kaplan", email = "[email protected]", role = "aut"),
person(given = "Nicholas J.", family = "Horton", email = "[email protected]", role = "aut")
)
Depends:
R (>= 4.1),
Imports:
dplyr,
tibble,
lattice (>= 0.20-21),
ggformula,
mosaicData,
Matrix,
mosaicCore (>= 0.7.0),
ggplot2,
rlang (>= 0.4.7),
purrr,
MASS,
grid,
tidyr,
methods,
utils
Suggests:
ggstance,
ggridges,
vdiffr,
lubridate,
magrittr,
NHANES,
RCurl,
sp,
vcd,
testthat (>= 3.0.0),
knitr,
tools,
parallel,
mapproj,
rgl,
rmarkdown,
covr,
formatR,
palmerpenguins,
ggrepel,
readr,
ggdendro,
gridExtra,
splines,
latticeExtra,
glue,
broom,
leaflet
Enhances: manipulate
VignetteBuilder: knitr
License: GPL (>=2)
LazyLoad: yes
LazyData: yes
URL: https://github.com/ProjectMOSAIC/mosaic, https://www.mosaic-web.org/mosaic/
BugReports: https://github.com/ProjectMOSAIC/mosaic/issues
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Config/testthat/edition: 3