Skip to content

Commit

Permalink
docs: a few small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed Dec 26, 2023
1 parent 3011886 commit 8a52420
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions R/Swrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ NULL
#' * _funbyApproach:_ Same as the `funbyApproach` argument.
#'
#' Any additional element specified in the `funbyHelpers` argument is appended
#' to the end of the helper data [`list`]. In case `funbyHelpers` contains an
#' to the end of the default [`list`]. In case `funbyHelpers` contains an
#' _ignoreDST, multiplier_ or _funbyApproach_ element, it takes precedence over
#' the respective method argument. _timezone, periodicity_ and _na.status_
#' elements are rejected, as they are always taken directly from the object.
Expand Down Expand Up @@ -163,8 +163,8 @@ NULL
#' are preserved by all means and all intervals are of the \dQuote{correct}
#' length, however, a possible limitation might be that the day saving time
#' shift is invariably assumed to be one hour long. This feature requires that
#' the periodicity of the time series was recognised and is supported by the
#' following [`TALFs`] of the package:
#' the periodicity of the time series has been recognised and is supported by
#' the following [`TALFs`] of the package:
#' * \code{\link{byY_____}}
#' * \code{\link{byYQ____}}
#' * \code{\link{byYm____}}
Expand Down
6 changes: 3 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#' [`colapply`] method of [`DTSg`] objects. Other uses are possible, but not
#' recommended.
#'
#' This [`function`] also serves as an example for writing user defined
#' [`function`]s utilising one of the [`list`]s with helper data as handed over
#' by some of the methods of [`DTSg`] objects.
#' This [`function`] mainly serves as an example for writing user defined
#' [`function`]s utilising one of the [`list`]s with helper data handed over by
#' some of the methods of [`DTSg`] objects.
#'
#' @param .col A numeric vector.
#' @param roll A positive numeric specifying the maximum size of gaps whose
Expand Down
6 changes: 3 additions & 3 deletions man/aggregate.DTSg.Rd

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

6 changes: 3 additions & 3 deletions man/colapply.DTSg.Rd

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

6 changes: 3 additions & 3 deletions man/interpolateLinear.Rd

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

6 changes: 3 additions & 3 deletions man/subset.DTSg.Rd

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

0 comments on commit 8a52420

Please sign in to comment.