-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.25 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
Package: ffpros
Title: Retrieves Data from FantasyPros
Version: 0.1.5
Authors@R:
person(given = "Tan",
family = "Ho",
role = c("aut", "cre","cph"),
email = "tan@tanho.ca")
Description: Helps gather data from FantasyPros.com with
rate-limiting/caching, forming appropriate calls, and returning tidy
dataframes which can be easily connected to other data sources.
License: MIT + file LICENSE
URL: https://ffpros.ffverse.com,
https://github.com/ffverse/ffpros
BugReports: https://github.com/ffverse/ffpros/issues
Depends:
R (>= 3.6.0)
Imports:
cachem (>= 1.0.0),
checkmate (>= 2.0.0),
dplyr (>= 1.0.0),
glue (>= 1.4.0),
httr (>= 1.4.0),
janitor (>= 2.0.0),
magrittr (>= 2.0.0),
memoise (>= 2.0.0),
purrr (>= 0.3.0),
ratelimitr (>= 0.4.0),
rlang (>= 0.4.0),
rvest (>= 1.0.0),
stringr (>= 1.4.0),
tibble (>= 3.1.0),
tidyr (>= 1.1.0),
V8 (>= 3.4.0),
xml2 (>= 1.3.0)
Suggests:
curl (>= 4.0.0),
ffscrapr (>= 1.4.0),
httptest (>= 4.0.0),
knitr (>= 1.0),
rmarkdown (>= 2.8),
testthat (>= 3.0.0),
withr (>= 2.4.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1