-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
55 lines (55 loc) · 1.05 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
Package: learnSTATS
Type: Package
Title: Introduction to Statistics (ANLY 500)
Version: 0.1.0
Authors@R:
person(given = "Erin M.",
family = "Buchanan",
role = "cre",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9689-4189"))
Maintainer: Erin M. Buchanan <[email protected]>
Description: This package will allow you to take ANLY 500. The package
installs all the necessary materials for the entire semester,
includes tutorials, and lectures to help you complete the course.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
learnr,
shiny,
knitr,
faux
VignetteBuilder: knitr
Suggests:
rmarkdown,
palmerpenguins,
rio,
psych,
car,
utils,
Hmisc,
GGally,
MOTE,
MeMoBootR,
QuantPsyc,
VIM,
cocor,
corrplot,
emmeans,
ez,
ggplot2,
mice,
moments,
papaja,
pastecs,
ppcor,
quantmod,
pwr,
reshape
Remotes:
doomlab/MeMoBootR,
crsh/papaja
Depends:
R (>= 2.10)