Skip to content

Commit

Permalink
fixed spelling and syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Sep 5, 2020
1 parent 7557a3a commit a0640da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/ClassDTSg.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
#' useful data for the development of user defined functions (see the
#' respective help pages for further information). This can of course be a
#' problem for functions like \code{\link{cumsum}} which do not expect such a
#' thing. A solution is to set the `helpers` argument of the respective method
#' to `FALSE`.
#' thing. A solution is to set the \code{helpers} argument of the respective
#' method to \code{FALSE}.
#'
#' @seealso \code{\link[R6]{R6Class}}, \code{\link{data.frame}},
#' \code{\link[data.table]{data.table}}, \code{\link{POSIXct}},
Expand Down
2 changes: 1 addition & 1 deletion R/Swrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NULL
#' \item \emph{multiplier:} Same as \code{multiplier} argument.
#' }
#' Any additional element specified in the \code{funbyHelpers} argument is
#' appened to the end of the \code{\link{list}}. In case \code{funbyHelpers}
#' appended to the end of the \code{\link{list}}. In case \code{funbyHelpers}
#' contains a \emph{ignoreDST} or \emph{multiplier} element, it takes
#' precedence over the respective method argument. A \emph{timezone},
#' \emph{periodicity} or \emph{na.status} element is rejected.
Expand Down
4 changes: 2 additions & 2 deletions man/DTSg.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/aggregate.DTSg.Rd

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

0 comments on commit a0640da

Please sign in to comment.