Skip to content

Commit 3e5368b

Browse files
Merge pull request #440 from MichaelChirico/patch-2
Fix S3 registration
2 parents cad9ec7 + 1706d52 commit 3e5368b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ S3method(Pr,default)
3232
S3method(Pr,logical)
3333
S3method(Pr,rvar)
3434
S3method(Summary,rvar)
35-
S3method(all,equal.rvar)
35+
S3method(all.equal,rvar)
3636
S3method(all,rvar)
3737
S3method(any,rvar)
3838
S3method(anyDuplicated,rvar)

R/rvar-.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ check_rvar_margin <- function(x, MARGIN) {
301301
MARGIN + 1
302302
}
303303

304+
#' @method all.equal rvar
304305
#' @export
305306
all.equal.rvar <- function(target, current, ...) {
306307
result <- NULL

0 commit comments

Comments
 (0)