-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.24 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
Package: ncaavolleyballr
Type: Package
Title: Extract Data from NCAA Women's and Men's Volleyball Website
Version: 0.4.1
Authors@R:
person("Jeffrey R.", "Stevens", , "jeffrey.r.stevens@protonmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2375-1360"))
Maintainer: Jeffrey R. Stevens <jeffrey.r.stevens@protonmail.com>
Description: Extracts team records/schedules and player statistics for the
2020-2024 National Collegiate Athletic Association (NCAA) women's and men's
divisions I, II, and III volleyball teams from <https://stats.ncaa.org>.
Functions can aggregate statistics for teams, conferences, divisions, or
custom groups of teams.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
curl,
dplyr,
httr2,
lifecycle,
purrr,
rlang,
rvest,
stringr,
tibble,
tidyr,
xml2
Suggests:
knitr,
quarto,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/JeffreyRStevens/ncaavolleyballr, https://jeffreyrstevens.github.io/ncaavolleyballr/
BugReports: https://github.com/JeffreyRStevens/ncaavolleyballr/issues
VignetteBuilder:
quarto