Skip to content

Commit

Permalink
Add aliases for undocumented functions
Browse files Browse the repository at this point in the history
These were triggered via _R_CHECK_UNDOC_USE_ALL_NAMES_=true
  • Loading branch information
joshuaulrich committed Feb 20, 2023
1 parent 1ea13d4 commit a184c79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions man/index.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
\alias{.indexwday}
\alias{.indexweek}
\alias{.indexmon}
\alias{.indexisdst}
\alias{convertIndex}
\title{ Get and Replace the Class of an xts Index }
\description{
Expand Down Expand Up @@ -44,6 +45,7 @@ convertIndex(x, value)
.indexyear(x)
.indexyday(x)

.indexisdst(x)
}
\arguments{
\item{x}{ an \code{xts} object }
Expand Down Expand Up @@ -83,6 +85,8 @@ The \code{.indexXXX} functions extract time components (similar to
\item{\code{.indexmon}}{0 - 11: month of the year (local time)}
\item{\code{.indexyear}}{years since 1900 (local time)}
\item{\code{.indexyday}}{0 - 365: day of the year (local time, 365 only in leap years)}
\item{\code{.indexisdst}}{1, 0, -1: Daylight Saving Time flag. Positive if Daylight
Saving Time is in effect, zero if not, negative if unknown.}
}

Changes in timezone, index class, and index format internal structure,
Expand Down
2 changes: 1 addition & 1 deletion man/subset.xts.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\alias{[.xts}
\alias{subset.xts}
\alias{.subset.xts}
%- Also NEED an '\alias' for EACH other topic documented here.
\alias{.subset_xts}
\title{
Extract Subsets of xts Objects
}
Expand Down

0 comments on commit a184c79

Please sign in to comment.