-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.52 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.52 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
Package: ffanalytics
Type: Package
Title: Scrape Data For Fantasy Football
Version: 3.1.15.0000
Authors@R: c(person("Andrew", "Tungate",
role = c("aut", "cre"),
email = "atungate@gmail.com"),
person("Dennis", "Andersen",
email = "andersen.dennis@outlook.com",
role = c("aut")),
person("Isaac", "Petersen",
role = c("aut")),
person("Jesse", "Kartes",
role = "ctb"),
person("Graham", "Seacat",
role = "ctb"))
Author: Dennis Andersen
Maintainer: Andrew Tungate <atungate@gmail.com>
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,
purrr,
tidyr,
dplyr,
rrapply,
readr
Depends:
R (>= 4.1.0)
RoxygenNote: 7.3.2
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,
nflfastR (>= 5.0.0),
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/FantasyFootballAnalytics/ffanalytics
BugReports: https://github.com/FantasyFootballAnalytics/ffanalytics/issues