Skip to content

Commit

Permalink
update documentation to prevent 'lost braces in \\itemize' note
Browse files Browse the repository at this point in the history
  • Loading branch information
colindouglas committed Feb 20, 2024
1 parent b5574ae commit 0226c41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: retrosheet
Type: Package
Title: Import Professional Baseball Data from 'Retrosheet'
Version: 1.1.5
Version: 1.1.6
Authors@R:
c(person(given = "Colin",
family = "Douglas",
Expand Down
6 changes: 2 additions & 4 deletions R/getPartialGamelog.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
#'
#' @return
#' \itemize{
#' \item{\code{getPartialGamelog}}{ - A data table with dimensions \code{length(date)} x \code{length(glFields)} if
#' \code{date} is not NULL, otherwise the row dimension is the number of games for the given year.}
#' \item{\code{gamelogFields}}{ - A character vector of possible values to choose from for the
#' \code{glFlields} argument in \code{getPartialGamelog}.}
#' \item \code{getPartialGamelog} - A data table with dimensions \code{length(date)} x \code{length(glFields)} if \code{date} is not NULL, otherwise the row dimension is the number of games for the given year.
#' \item \code{gamelogFields} - A character vector of possible values to choose from for the \code{glFlields} argument in \code{getPartialGamelog}.
#' }
#'
#' @examples ## Get Homerun and RBI info for the 2012 season, with park ID
Expand Down
6 changes: 2 additions & 4 deletions man/getPartialGamelog.Rd

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

0 comments on commit 0226c41

Please sign in to comment.