Skip to content

Commit 3351b5d

Browse files
committed
doc
1 parent 971de95 commit 3351b5d

6 files changed

Lines changed: 89 additions & 5 deletions

File tree

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ S3method("[[<-",date_ym)
2525
S3method("[[<-",date_yq)
2626
S3method("[[<-",date_yw)
2727
S3method("^",date_xx)
28+
S3method(Ops,date_xx)
29+
S3method(Summary,date_xx)
2830
S3method(as.Date,date_y)
2931
S3method(as.Date,date_ym)
3032
S3method(as.Date,date_yq)
@@ -46,6 +48,7 @@ S3method(as_date_yw,Date)
4648
S3method(as_date_yw,date_yw)
4749
S3method(as_date_yw,default)
4850
S3method(as_date_yw,numeric)
51+
S3method(c,date_xx)
4952
S3method(first_of_isoweek,default)
5053
S3method(first_of_isoyear,date_yw)
5154
S3method(first_of_isoyear,default)

R/arithmetic.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
#' Maxima and Minima for date_xx
44
#'
5-
#' @param ... date_xx vectors. It is up to the user to ensure that they are
5+
#' @param ... `date_xx` vectors. It is up to the user to ensure that they are
66
#' of the same subclass.
77
#' @param na.rm
88
#'
99
#' @return
10-
#' @export
10+
#' for `min()` and `max()` a scalar of the same `date_xx` subclass as it's
11+
#' input, for range a vector of length 2
1112
#'
12-
#' @examples
13+
#' @export
1314
Summary.date_xx <- function (
1415
...,
1516
na.rm

man/Ops.date_xx.Rd

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/Summary.date_xx.Rd

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/as.Date.date_xx.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/c.date_xx.Rd

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)