-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.26 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
Package: airball
Title: Schedule & Travel Related Metrics in Basketball
Version: 1.0
Authors@R: person(given = "Jose", family = "Fernandez", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Jose Fernandez <[email protected]>
Description: Quick calculations of common travel and schedule related information for Basketball teams (currently only NBA teams) and various different seasons (since 1947). The retrieved data includes distance travelled between games, time zone for each game, time shifts betwen games, number of rest days between games, estimated flight duration, etc. Plotting options enable users to visualize maps of flight paths between games. This package uses the game_logs() function from the really useful nbastatR package written by Bresler. A (2020) <https://github.com/abresler/nbastatR> to query seasonn schedule and player stats from publicly available sources.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
ggplot2,
lubridate,
tidyr,
magrittr,
nbastatR,
lutz,
geosphere,
maps,
zoo,
ggthemes,
rvest,
xml2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/josedv82/airball
BugReports: https://github.com/josedv82/airball/issues