From d738451f2eeb69646c6d716b928849ac22b48465 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 13 Oct 2024 13:37:41 -0700 Subject: [PATCH] Fix roxygen2 issue with all/all.equal ambiguity --- R/all.equal.instrument.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/all.equal.instrument.R b/R/all.equal.instrument.R index 574ef7a..0ce8d08 100644 --- a/R/all.equal.instrument.R +++ b/R/all.equal.instrument.R @@ -43,7 +43,8 @@ #' #' all.equal(getInstrument("DIA"), getInstrument("USD")) #' } -#' @export +#' @method all.equal instrument +#' @exportS3Method all.equal instrument all.equal.instrument <- function (target, current, char.n=2, collapse=";", ...) { stopifnot(is.instrument(target)) if (char.n < 0) char.n <- Inf