Skip to content

Commit 2088415

Browse files
committed
document ...
1 parent 0080425 commit 2088415

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

R/utils.R

+2
Original file line numberDiff line numberDiff line change
@@ -679,11 +679,13 @@ gcd_num <- function(dividends, ..., rrtol = 1e-6, pqlim = 1e6, irtol = 1e-6) {
679679
#' @param time_values_arg Optional, string; name to give `time_values` in error
680680
#' messages. Defaults to quoting the expression the caller fed into the
681681
#' `time_values` argument.
682+
#' @param ... Should be empty, there to satisfy the S3 generic.
682683
#' @return length-1 vector; `r lifecycle::badge("experimental")` class will
683684
#' either be the same class as [`base::diff()`] on such time values, an
684685
#' integer, or a double, such that all `time_values` can be exactly obtained
685686
#' by adding `k * result` for an integer k, and such that there is no smaller
686687
#' `result` that can achieve this.
688+
#'
687689
#' @export
688690
guess_period <- function(time_values, time_values_arg = rlang::caller_arg(time_values), ...) {
689691
UseMethod("guess_period")

man/guess_period.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)