-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.59 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
Package: cmu202
Title: Necessary Packages and Data for 36-202 at Carnegie Mellon University
Version: 0.3.2.4
date: 2019-1-29
Authors@R: c(
person(given="Francis", family="Kovacs",
role=c("aut", "cre", "own", "prg"), email="fkovacs@andrew.cmu.edu"),
person(given="Rebecca", family="Nugent",
role=c("dtc", "exp", "ths"), email="rnugent@stat.cmu.edu"),
person(given="Gordon", family="Weinberg",
role=c("dtc", "tch"), email="gordonw@andrew.cmu.edu"),
person(given="Kayla", family="Frisoli",
role=c("wat"), email="kfrisoli@andrew.cmu.edu"),
person(given="Brian", family="Junker",
role=c("aqt"), email="brian@stat.cmu.edu",
comment="Wrote the qqn function with Howard Seltman"),
person(given="Howard", family="Seltman",
role=c("aqt"), email="howard@stat.cmu.edu",
comment="Wrote the qqn function with Brian Junker. Wrote the crossMeans function.")
)
Maintainer: Francis R. Kovacs <fkovacs@andrew.cmu.edu>
Description: This package provides all necessary pacakges and data for 36-202.
Imports:
car (>= 3.0-0),
dplyr (>= 0.7.6),
foreign (>= 0.8-70),
ggplot2 (>= 3.0.0),
GGally (>= 1.4.0),
gridExtra (>= 2.3),
gtable (>= 0.2.0),
kableExtra (>= 0.9.0),
knitr (>= 1.20),
leaps (>= 3.0),
magrittr (>= 1.5.0),
MASS,
multcomp (>= 1.4-8),
nlme (>= 3.1-137),
nnet (>= 7.3-12),
pander (>= 0.6.1),
readr (>= 1.1.1),
ResourceSelection (>= 0.3-2),
rjson (>= 0.2.20),
tidyverse (>= 1.2.1),
utils
Depends: R (>= 3.5.0)
License: GPL-2
Encoding: UTF-8
LazyData: false
RoxygenNote: 6.1.1
Suggests: covr,
htmltools,
rmarkdown,
testthat
VignetteBuilder: knitr