forked from jimmyday12/fitzRoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.28 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
Package: fitzRoy
Title: Easily Scrape and Process AFL Data
Version: 1.6.0.9000
Authors@R:
c(person(given = "James",
family = "Day",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Robert",
family = "Nguyen",
role = "aut",
email = "[email protected]"),
person(given = "Matthew",
family = "Erbs",
role = "ctb",
email = "[email protected]"),
person(given = "Oscar",
family = "Lane",
role = "aut",
email = "[email protected]"),
person(given = "Jason",
family = "Zivkovic",
role = "ctb",
email = "[email protected]"),
person(given = "Jacob",
family = "Holden",
role = "ctb",
email = "[email protected]"))
Description: An easy package for scraping and processing Australia Rules Football (AFL)
data. 'fitzRoy' provides a range of functions for accessing publicly available data
from 'AFL Tables' <https://afltables.com/afl/afl_index.html>, 'Footy Wire' <https://www.footywire.com> and
'The Squiggle' <https://squiggle.com.au>. Further functions allow for easy processing,
cleaning and transformation of this data into formats that can be used for analysis.
License: MIT + file LICENSE
URL: https://jimmyday12.github.io/fitzRoy/, https://github.com/jimmyday12/fitzRoy, https://github.com/jimmyday12/fitzroy
BugReports: https://github.com/jimmyday12/fitzRoy/issues
Depends:
R (>= 4.1)
Imports:
dplyr,
httr,
jsonlite,
lubridate,
magrittr,
purrr,
readr,
rlang (>= 0.1.2),
rvest,
stringr (>= 1.3.0),
tidyr (>= 1.0.0),
tidyselect,
xml2,
tibble,
glue,
cli,
lifecycle,
httr2,
janitor
Suggests:
covr,
elo,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
roxygen2,
spelling,
curl
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: fetch-player-stats, fetch-results, fetch-lineup, fetch-fixture, fetch*, helpers-footywire
LazyData: true