-
Notifications
You must be signed in to change notification settings - Fork 101
/
DESCRIPTION
55 lines (55 loc) · 1.41 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
Package: ffanalytics
Type: Package
Title: Scrape Data For Fantasy Football
Version: 3.1.2.0006
Authors@R: c(person("Dennis", "Andersen",
email = "[email protected]",
role = c("aut")),
person("Isaac", "Petersen",
role = c("aut")),
person("Andrew", "Tungate",
role = "cre",
email = "[email protected]"),
person("Graham", "Seacat",
role = "ctb"))
Author: Dennis Andersen
Maintainer: Andrew Tungate <[email protected]>
Description: Scrapes data from multiple public sources of data and compiles into one dataset.
License: GPL
Encoding: UTF-8
LazyData: true
Imports:
data.table,
readxl,
httr2,
rvest,
stringr,
purrr,
tidyr,
dplyr,
rrapply
Depends:
R (>= 4.1.0)
RoxygenNote: 7.2.1
Collate:
'adp_functions.R'
'caching_helpers.R'
'calc_projections.R'
'custom_scoring.R'
'ffanalytics.R'
'get_league_info.R'
'helper_funcs.R'
'impute_funcs.R'
'recode_vars.R'
'schedule_data.R'
'scoring_rules.R'
'scrape_ecr.R'
'scrape_funcs.R'
'source_objects.R'
'source_scrapes.R'
'to_be_deprecated.R'
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/FantasyFootballAnalytics/ffanalytics
BugReports: https://github.com/FantasyFootballAnalytics/ffanalytics/issues