Skip to content

Commit 076a2a9

Browse files
committed
doc
1 parent b06560c commit 076a2a9

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

R/arithmetic.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Summary.date_xx <- function (
5959
#' # comparison with integers is ok
6060
#' date_yq(2015, 1) < 20152
6161
#'
62-
#' # but two different date_xx cannot be compared#'
62+
#' # but two different date_xx cannot be compared
6363
#' try(date_yq(2015, 1) < date_ym(2015, 2))
6464
#'
6565
Ops.date_xx <- function (
@@ -132,7 +132,7 @@ NULL
132132

133133

134134

135-
#' Disabled Date Arithmetic Operations
135+
#' Arithmetic Operations Disabled for date_xx
136136
#'
137137
#' This page lists operators that are disabled for `date_yq` and `date_ym`
138138
#' objects.

R/predicates.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Test for Period Bounds
1+
#' Useful Predicates for Dates
22
#'
33
#' `is_first_of_quarter()`, `is_last_of_quarter()`, `is_first_of_year()` and
44
#' `is_last_of_year()` check whether a `Date` is the first or respectively the

R/zoo-compat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#'
1313
#' @param x any \R object
1414
#'
15-
#' @return a [zoo::yearqtr] vector
15+
#' @return a [zoo::yearqtr], [zoo::yearmon] or `dint::yearweek` vector.
1616
#' @export
1717
#'
1818
#' @examples

man/Ops.date_xx.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/as_yearqtr.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/date_xx_arithmetic_disabled.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/period_bounds.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/dint.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ editor_options:
1717
knitr::opts_chunk$set(
1818
collapse = TRUE,
1919
fig.width = 3.4,
20+
fig.height = 2.4,
2021
comment = "#>"
2122
)
2223
```

0 commit comments

Comments
 (0)