Skip to content

Commit

Permalink
redoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Aug 13, 2023
1 parent 51600fe commit 59acebc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ LazyData: true
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion R/flea_rosters.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' }
#' @describeIn ff_rosters Fleaflicker: Returns roster data (minus age as of right now)
#' @export
ff_rosters.flea_conn <- function(conn, week = NULL, ...) {
ff_rosters.flea_conn <- function(conn, ..., week = NULL) {

df_rosters <- fleaflicker_getendpoint(
"FetchLeagueRosters",
Expand Down
2 changes: 1 addition & 1 deletion man/ff_rosters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions man/ffscrapr-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59acebc

Please sign in to comment.