-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 1.79 KB
/
DESCRIPTION
File metadata and controls
75 lines (75 loc) · 1.79 KB
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
Package: FastBreakR
Type: Package
Title: NBA Data Fetching and Processing
Version: 0.1.5
Authors@R: c(
person("Jesse", "Kartes", email = "jesse.kartes@gmail.com",
role = c("aut", "cre")),
person("Darryl", "Blackport", role = "ctb")
)
Maintainer: Jesse Kartes <jesse.kartes@gmail.com>
Description: FastBreakR provides a seamless interface for fetching and processing
NBA data from the official NBA API. The package includes functions for
scraping team and player statistics, cleaning and transforming the data into
a tidy format and preparing it for analysis. Whether you're building
advanced models, visualizations, or simply exploring NBA stats, FastBreakR
makes it easy to access and work with up-to-date NBA data.
License: MIT + file LICENSE
URL:
https://github.com/jessekartes/FastBreakR,
https://jessekartes.github.io/FastBreakR,
https://api.pbpstats.com/docs
BugReports: https://github.com/jessekartes/FastBreakR/issues
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
tidyr,
purrr,
ggplot2,
stringr,
lubridate,
tibble,
janitor,
furrr,
future,
glue,
httr,
httr2,
jsonlite,
rvest,
zoo,
plotly
Collate:
utils.R
parameters.R
globals.R
measure_types.R
nba_dictionary.R
nba_schedule.R
nba_scores.R
nba_team_stats.R
nba_player_stats.R
nba_shots.R
nba_play_by_play.R
nba_win_probability.R
nba_fanduel.R
nba_standings.R
nba_box_scores.R
nba_player_profiles.R
nba_player_news.R
pbpstats.R
Suggests:
testthat,
knitr,
rmarkdown,
pkgdown,
goodpractice,
lintr,
styler
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 3.5)