diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 1c6e744..2c650d8 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -68,7 +68,7 @@

Bigger changesIf you want to make a bigger change, it’s a good idea to first file an issue and make sure someone from the team agrees that it’s needed. If you’ve found a bug, please file an issue that illustrates the bug with a minimal reprex (this will also help you write a unit test, if needed).

Pull request process

-

What happens next?

diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 2d5a264..c73be8f 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 67ccf05..111cb24 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index b4b08b9..638e025 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index f54c3c1..6f94abe 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index 7cf206d..b44a248 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index b4b08b9..638e025 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index 566285c..865add1 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index 9332ddd..acfa88b 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index c4f13a3..c608622 100644 --- a/index.html +++ b/index.html @@ -92,17 +92,17 @@

The fflr package is used to query the ESPN Fantasy Football API. Get data on fantasy football league members, teams, and individual athletes.

-

This package has been tested with a narrow subset of possible league settings. If a function doesn’t work as intended, please file an issue on GitHub.

+

This package has been tested with a narrow subset of possible league settings. If a function doesn’t work as intended, please file an issue on GitHub.

Installation

You can install the release version of fflr from CRAN:

-

The most recent development version can be installed from GitHub:

+

The most recent development version can be installed from GitHub:

 # install.packages("remotes")
-remotes::install_github("kiernann/fflr")
+remotes::install_github("k5cents/fflr")

Usage @@ -175,7 +175,7 @@

Usage #> 10 9 GB Green Bay Packers 14 NFC #> # ℹ 23 more rows


-

The fflr project is released with a Contributor Code of Conduct. By contributing, you agree to abide by its terms.

+

The fflr project is released with a Contributor Code of Conduct. By contributing, you agree to abide by its terms.

@@ -228,8 +228,8 @@

Dev status

diff --git a/pkgdown.yml b/pkgdown.yml index 9fe2f7f..c185f4f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: fantasy-football: fantasy-football.html -last_built: 2024-03-10T04:04Z +last_built: 2024-03-11T01:48Z diff --git a/reference/ffl_info.html b/reference/ffl_info.html index 3d7d999..53f20f3 100644 --- a/reference/ffl_info.html +++ b/reference/ffl_info.html @@ -104,7 +104,7 @@

Examples

#> $ startDate : POSIXct[1:1], format: "2023-03-21 07:00:00" #> $ endDate : POSIXct[1:1], format: "2025-03-21 07:00:00" Sys.time() -#> [1] "2024-03-10 04:04:42 UTC" +#> [1] "2024-03-11 01:48:28 UTC" ffl_year() #> [1] 2023 ffl_week(-1)