Skip to content

Commit

Permalink
fix roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Dec 25, 2023
1 parent e3a7b20 commit ffe2532
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#' `gpheats`.
#'
#' @format A data frame with >19000 rows and 11 variables:
#' \describe{
#' - `id` - event identifier
#' - `season` - year of Grand-Prix, 1995-now
#' - `date` - date of turnament
Expand All @@ -16,7 +15,6 @@
#' - `points` - paints gained, integer
#' - `position` - position at finish line, string
#' - `rank` - rank at finish line, integer
#' }
#' @source internal
#' @name gpheats
NULL
Expand All @@ -27,7 +25,6 @@ NULL
#' `gpsquads`
#'
#' @format A data frame with >4000 rows and 9 variables:
#' \describe{
#' - `id` - event identifier
#' - `season` - year of Grand-Prix, 1995-now
#' - `date` - date of turnament
Expand All @@ -37,7 +34,6 @@ NULL
#' - `rider` - rider names, 1-6
#' - `points` - points gained, integer
#' - `classification` - classification after an event
#' }
#' @source internal
#' @name gpsquads
NULL
2 changes: 1 addition & 1 deletion R/output.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NULL
#' - `formula` modeled formula.
#' - `method` type of algorithm used.
#' - `Overall Accuracy` named vector containing players ratings.
#' - `r` data.frame summarized players ratings and model winning probabilities.
#' - `r` a `data.frame` with summarized players ratings and model winning probabilities.
#'
#' Probabilities are returned only in models with one variable (ratings):
#' - `name` of a player
Expand Down
2 changes: 0 additions & 2 deletions man/gpheats.Rd

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

2 changes: 0 additions & 2 deletions man/gpsquads.Rd

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

2 changes: 1 addition & 1 deletion man/summary.rating.Rd

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

0 comments on commit ffe2532

Please sign in to comment.