From a58012a31d8026b3c3f6a67fd3168be147dfd1bf Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 9 Mar 2026 23:32:09 -0700 Subject: [PATCH 1/2] Fix S3 registration --- NAMESPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NAMESPACE b/NAMESPACE index d799ab3..65c1449 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -36,7 +36,7 @@ S3method(add,Container) S3method(add,Dict) S3method(add,dict.table) S3method(addleft,Deque) -S3method(all,equal.Container) +S3method(all.equal,Container) S3method(as.dict.table,data.table) S3method(as.dict.table,default) S3method(as.list,Container) From 14ab086ca5dc41d5ae6f1f82532af327f9244df9 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 9 Mar 2026 23:33:19 -0700 Subject: [PATCH 2/2] roxygen2 markup for posterity --- R/all.equal.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/all.equal.R b/R/all.equal.R index 0a666af..3d42167 100644 --- a/R/all.equal.R +++ b/R/all.equal.R @@ -25,7 +25,7 @@ TRUE } - +#' @method all.equal Container #' @export all.equal.Container = function(target, current, ...) {