-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 826 Bytes
/
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
Package: cbbdata
Type: Package
Title: API for College Basketball Data
Version: 0.3.0.9000
Authors@R: person("Andrew", "Weatherman", email = "[email protected]",
role = c("aut", "cre"))
Description: Provides direct access to clean and tidy college basketball data using the
CBBData API.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
arrow,
cli,
curl,
data.table,
dplyr,
fasttime,
glue,
gt,
httr,
httr2,
janitor,
jsonlite,
lubridate,
magrittr,
purrr,
readr,
rlang,
rvest,
stringr,
tidyr,
usethis,
withr
Roxygen: list(markdown = TRUE)
URL: https://cbbdata.aweatherman.com/
BugReports: https://github.com/andreweatherman/cbbdata
Config/Needs/website: rmarkdown
Depends:
R (>= 2.10)