-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.36 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
Package: ncaavolleyballr
Type: Package
Title: Extract Data from NCAA Women's and Men's Volleyball Website
Version: 0.4.2
Authors@R:
person("Jeffrey R.", "Stevens", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2375-1360"))
Maintainer: Jeffrey R. Stevens <[email protected]>
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.2)
RoxygenNote: 7.3.2
Imports: cli, curl, dplyr, httr2, lifecycle, purrr, rlang, rvest,
stringr, tibble, tidyr, xml2
Suggests: knitr, rmarkdown, 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: knitr
NeedsCompilation: no
Packaged: 2025-03-30 21:28:59 UTC; jstevens
Author: Jeffrey R. Stevens [aut, cre, cph]
(<https://orcid.org/0000-0003-2375-1360>)
Repository: CRAN
Date/Publication: 2025-03-30 23:20:02 UTC