Skip to content

Commit a184c79

Browse files
committed
Add aliases for undocumented functions
These were triggered via _R_CHECK_UNDOC_USE_ALL_NAMES_=true
1 parent 1ea13d4 commit a184c79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

man/index.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
\alias{.indexwday}
1616
\alias{.indexweek}
1717
\alias{.indexmon}
18+
\alias{.indexisdst}
1819
\alias{convertIndex}
1920
\title{ Get and Replace the Class of an xts Index }
2021
\description{
@@ -44,6 +45,7 @@ convertIndex(x, value)
4445
.indexyear(x)
4546
.indexyday(x)
4647

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

8892
Changes in timezone, index class, and index format internal structure,

man/subset.xts.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\alias{[.xts}
44
\alias{subset.xts}
55
\alias{.subset.xts}
6-
%- Also NEED an '\alias' for EACH other topic documented here.
6+
\alias{.subset_xts}
77
\title{
88
Extract Subsets of xts Objects
99
}

0 commit comments

Comments
 (0)