-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
83 lines (83 loc) · 1.49 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
74
75
76
77
78
79
80
81
82
83
Type: Package
Package: Stat406
Title: Loads everything you need for Stat 406
Version: 2.3.1
Authors@R:
person("Daniel J.", "McDonald", , "[email protected]", role = c("aut", "cre"))
Description: This package is a one-stop installation for all R packages
and data used in UBC's Stat 406 course.
License: MIT + file LICENSE
URL:
https://ubc-stat.github.io/stat-406-rpackage/,
http://github.com/ubc-stat/stat-406-rpackage/
BugReports: https://github.com/UBC-STAT/stat-406-rpackage/issues/new
Depends:
R (>= 4.2)
Imports:
cli,
tibble,
tinytex
Suggests:
adabag,
bookdown,
bslib,
broom,
class,
cluster,
countrycode,
cowplot,
desc,
ElemStatLearn,
epidatr,
flexclust,
FNN,
fontawesome,
formatR,
gbm,
ggcorrplot,
ggforce,
ggradar,
gitcreds,
glmnet,
ISLR2,
kableExtra,
KernSmooth,
knitr,
lars,
leaps,
maniTools,
maps,
maptree,
mclust,
mvtnorm,
neuralnet,
nnet,
palmerpenguins,
randomForest,
RColorBrewer,
rmarkdown,
robustbase,
rpart,
SemiPar,
sessioninfo,
sf,
sig,
sloop,
splines,
testthat,
tidyverse,
tree,
tweetrmd,
usethis,
zoo
Remotes:
cmu-delphi/epidatr,
cran/ElemStatLearn,
dajmcdon/maniTools,
ricardo-bion/ggradar,
gadenbuie/tweetrmd
Encoding: UTF-8
LazyData: true
Config/rcmdcheck/ignore-inconsequential-notes: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3