-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.17 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
Package: squashinformr
Title: Politely Web Scrape Data from SquashInfo
Version: 0.2.6
Authors@R: c(person("Hayden", "MacDonald", role = c("aut", "cre"),
email = "hayden.macdonald.8778@gmail.com"))
Author: Hayden MacDonald [aut, cre]
Maintainer: Hayden MacDonald <hayden.macdonald.8778@gmail.com>
Description: Scrape SquashInfo <http://www.squashinfo.com/> for data on the Professional Squash Association World Tour and other squash events. 'squashinformr' functions scrape, parse, and clean data associated with players, tournaments, and rankings.
Depends: R (>= 4.0)
Imports: dplyr (>= 1.0.2),
plyr (>= 1.8.6),
tibble (>= 3.0.4),
lubridate (>= 1.7.4),
stringr (>= 1.4.0),
tidyr (>= 1.1.2),
rvest (>= 0.3.6),
polite (>= 0.1.1),
naniar (>= 0.5.0),
janitor (>= 2.1.0),
Hmisc (>= 4.4.2),
rlang (>= 0.4.10)
Suggests: testthat,
covr,
knitr,
rmarkdown
License: GPL-3
Encoding: UTF-8
URL: https://github.com/HaydenMacDonald/squashinformr
BugReports: https://github.com/HaydenMacDonald/squashinformr/issues
RoxygenNote: 7.1.1