From 37d592a6b27ac528e627424e38a6e937e4741dba Mon Sep 17 00:00:00 2001 From: Tan Ho Date: Mon, 12 Sep 2022 09:06:33 -0400 Subject: [PATCH] cleanup desc and news --- DESCRIPTION | 14 ++++++------- README.Rmd | 6 +++--- README.md | 57 +++++++++++++++++++++++++++-------------------------- 3 files changed, 39 insertions(+), 38 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 57471b1..7545d24 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ffopportunity Title: Models for Fantasy Football Expected Points -Version: 0.1.0.04 +Version: 0.1.0.05 Authors@R: c( person("Joe", "Sydlowski", , "syd235@gmail.com", role = c("aut", "cre", "cph")), person("Tan", "Ho", , "tan@tanho.ca", role = "aut", @@ -22,7 +22,7 @@ Imports: hardhat (>= 0.1.0), janitor (>= 1.0.0), magrittr (>= 1.0.0), - nflreadr (>= 1.1.2), + nflreadr (>= 1.1.3), purrr (>= 0.3.0), rappdirs (>= 0.3.0), recipes (>= 0.1.16), @@ -35,14 +35,14 @@ Imports: utils, xgboost (>= 1.1) Suggests: + arrow (>= 5.0.0), + covr, curl, + piggyback (>= 0.1.1), progressr (>= 0.8.0), roxygen2 (>= 7.1.0), - testthat (>= 3.0.0), - piggyback (>= 0.1.1), - arrow (>= 5.0.0), - covr + testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.1 diff --git a/README.Rmd b/README.Rmd index cb3d3c4..bd9fe3c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -35,9 +35,9 @@ ffopportunity builds a dataframe of Expected Fantasy Points by preprocessing and ## About -Expected Fantasy Points are a measure of player opportunities in fantasy football - essentially aiming to quantify how many points the average player would score given a specific situation and opportunity. It uses xgboost and tidymodels trained on public nflverse data from {SEASONS 2006-2020} to do this. +Expected Fantasy Points are a measure of player opportunities in fantasy football - essentially aiming to quantify how many points the average player would score given a specific situation and opportunity. It uses xgboost and tidymodels trained on public nflverse data from 2006-2020 to do this. -For more on the modeling details, see: {MODELLING VIGNETTES} +For more on the modeling details, see the articles posted to this website: ## Installation