-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.68 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: baseballr
Title: Acquiring and Analyzing Baseball Data
Version: 1.6.0.9001
Authors@R: c(
person("Bill", "Petti", , "billpetti@gmail.com", role = "aut"),
person("Saiem", "Gilani", , "saiem.gilani@gmail.com", role = c("aut", "cre")),
person("Ben", "Baumer", , "ben.baumer@gmail.com", role = "ctb"),
person("Ben", "Dilday", , "ben.dilday.phd@gmail.com", role = "ctb"),
person("Robert", "Frey", , "rfrey22@gmail.com", role = "ctb"),
person("Camden", "Kay", , "camden.kay23@gmail.com", role = "ctb")
)
Description: Provides numerous utilities for acquiring and analyzing
baseball data from online sources such as 'Baseball Reference' <https://www.baseball-reference.com/>,
'FanGraphs' <https://www.fangraphs.com/>, and the 'MLB Stats' API <https://www.mlb.com/>.
License: MIT + file LICENSE
URL: https://billpetti.github.io/baseballr/,
https://github.com/BillPetti/baseballr
BugReports: https://github.com/BillPetti/baseballr/issues
Depends:
R (>= 4.0.0)
Imports:
cli (>= 3.4.1),
data.table (>= 1.14.0),
dplyr (>= 1.0.10),
ggplot2,
glue,
httr (>= 0.5),
janitor,
jsonlite,
lubridate,
magrittr,
purrr (>= 1.0.0),
Rcpp,
RcppParallel,
rlang (>= 1.0.4),
rvest (>= 1.0.0),
stringr (>= 1.3.0),
tibble (>= 3.0),
tidyr (>= 1.0.0)
Suggests:
crayon (>= 1.3.4),
curl,
DBI,
furrr,
future,
ggrepel,
knitr,
pacman,
progressr (>= 0.6.0),
qs (>= 0.25.1),
reshape2,
rmarkdown,
RSQLite,
scales,
stringi,
stats,
testthat,
usethis (>= 1.6.0),
xml2 (>= 1.3),
zoo
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2