-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.3 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
Package: weird
Title: Functions and Data Sets for "That's Weird: Anomaly Detection Using R" by Rob J Hyndman
Version: 1.0.2.9000
Authors@R:
c(person(given = "Rob",
family = "Hyndman",
role = c("aut", "cre", "cph"),
email = "Rob.Hyndman@monash.edu",
comment = c(ORCID = "0000-0002-2140-5352")),
person(given = "RStudio",
role = c("cph")))
Description: All functions and data sets required for the examples in the book
Hyndman (2024) "That's Weird: Anomaly Detection Using R" <https://OTexts.com/weird/>.
All packages needed to run the examples are also loaded.
Imports:
aplpack,
broom,
cli (>= 1.0.0),
crayon (>= 1.3.4),
dbscan,
distributional,
dplyr (>= 0.7.4),
evd,
ggplot2 (>= 3.1.1),
grDevices,
interpolation,
ks,
lookout,
mvtnorm,
purrr (>= 0.2.4),
rlang,
robustbase,
rstudioapi (>= 0.7),
stray,
tibble (>= 1.4.2),
vctrs
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Suggests:
mgcv,
outliers,
testthat (>= 3.0.0),
tidyr
Config/testthat/edition: 3
URL: https://pkg.robjhyndman.com/weird-package/, https://github.com/robjhyndman/weird-package
BugReports: https://github.com/robjhyndman/weird-package/issues