-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
54 lines (54 loc) · 1.5 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: cricketdata
Version: 0.2.3
Title: International Cricket Data
Description: Data on international and other major cricket matches from
ESPNCricinfo <https://www.espncricinfo.com> and Cricsheet <https://cricsheet.org>.
This package provides some functions to download the data into tibbles ready
for analysis.
Authors@R: c(
person("Rob", "Hyndman", email="[email protected]", role=c("aut", "cre")),
person("Charles", "Gray", email="[email protected]", role="aut"),
person("Sayani", "Gupta", email="[email protected]", role="aut"),
person("Timothy", "Hyndman", email="[email protected]", role="aut"),
person("Hassan","Rafique", email="[email protected]", role="aut"),
person("Jacquie","Tran", email="[email protected]", role="aut"),
person("Puwasala", "Gamakumara", email="[email protected]", role="ctb"),
person("Alex", "Whan", email="[email protected]", role="ctb")
)
Depends: R (>= 4.1.0)
Imports:
cli,
dplyr (>= 1.1.0),
janitor,
lubridate,
readr,
rvest,
stringr,
tibble,
tidyr,
xml2
Suggests:
codetools,
gghighlight,
ggplot2,
ggtext,
glue,
here,
knitr,
paletteer,
patchwork,
rmarkdown,
R.rsp,
showtext
License: GPL-3
Encoding: UTF-8
ByteCompile: true
URL: https://pkg.robjhyndman.com/cricketdata/,
https://github.com/robjhyndman/cricketdata
LazyData: true
VignetteBuilder:
knitr,
R.rsp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
BugReports: https://github.com/robjhyndman/cricketdata/issues