Skip to content

Commit

Permalink
update cross references ahead of CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
braverock committed Dec 5, 2024
1 parent 740e953 commit 4a692ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/chart.RollingCorrelation.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' @param \dots any other passthru parameters
#' @param fill a three-component vector or list (recycled otherwise) providing
#' filling values at the left/within/to the right of the data range. See the
#' fill argument of \code{\link{zoo::na.fill}} for details.
#' fill argument of \code{\link[zoo]{na.fill}} for details.
#' @details The previous parameter \code{na.pad} has been replaced with \code{fill}; use \code{fill = NA} instead of
#' \code{na.pad = TRUE}, or \code{fill = NULL} instead of \code{na.pad = FALSE}.
#' @author Peter Carl
Expand Down
2 changes: 1 addition & 1 deletion R/chart.RollingMean.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @param \dots any other passthru parameters
#' @param fill a three-component vector or list (recycled otherwise) providing
#' filling values at the left/within/to the right of the data range. See the
#' fill argument of \code{\link{zoo::na.fill}} for details.
#' fill argument of \code{\link[zoo]{na.fill}} for details.
#' @details The previous parameter \code{na.pad} has been replaced with \code{fill}; use \code{fill = NA} instead of
#' \code{na.pad = TRUE}, or \code{fill = NULL} instead of \code{na.pad = FALSE}.
#' @author Peter Carl
Expand Down
2 changes: 1 addition & 1 deletion R/chart.RollingPerformance.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' \code{\link{Return.annualized}} will)
#' @param fill a three-component vector or list (recycled otherwise) providing
#' filling values at the left/within/to the right of the data range. See the
#' fill argument of \code{\link{zoo::na.fill}} for details.
#' fill argument of \code{\link[zoo]{na.fill}} for details.
#' @param main set the chart title, same as in \code{\link{plot}}
#' @param ylim set the y-axis limit, same as in \code{\link{plot}}
#' @param \dots any other passthru parameters to \code{\link{plot}} or the
Expand Down
2 changes: 1 addition & 1 deletion man/chart.RollingCorrelation.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/chart.RollingMean.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/chart.RollingPerformance.Rd

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

0 comments on commit 4a692ee

Please sign in to comment.