Skip to content

Commit

Permalink
added caching for ADP & ECR, updated misc functions, added some rooki…
Browse files Browse the repository at this point in the history
…e id's
  • Loading branch information
atungate committed Jul 13, 2023
1 parent 86f3311 commit 9d11f12
Show file tree
Hide file tree
Showing 15 changed files with 499 additions and 106 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ffanalytics
Type: Package
Title: Scrape Data For Fantasy Football
Version: 3.0.0.0011
Version: 3.1.0.0000
Authors@R: c(person("Dennis", "Andersen",
email = "[email protected]",
role = c("aut")),
Expand Down Expand Up @@ -29,10 +29,11 @@ Imports:
dplyr,
rrapply
Depends:
R (>= 2.10)
R (>= 4.10)
RoxygenNote: 7.2.1
Collate:
'adp_functions.R'
'caching_helpers.R'
'calc_projections.R'
'custom_scoring.R'
'ffanalytics.R'
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ export(add_ecr)
export(add_player_info)
export(add_uncertainty)
export(cbs_draft)
export(clear_ffanalytics_cache)
export(custom_scoring)
export(ffc_draft)
export(get_adp)
export(list_ffanalytics_cache)
export(mfl_draft)
export(nfl_draft)
export(projections_table)
Expand All @@ -24,4 +26,5 @@ import(rrapply)
import(rvest)
import(tidyr)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(readxl,read_xlsx)
Loading

0 comments on commit 9d11f12

Please sign in to comment.