From 9286f45383be0e59a27e382106f95e24ef02be1a Mon Sep 17 00:00:00 2001 From: Antonio Piccolboni Date: Tue, 18 Aug 2015 13:07:06 -0700 Subject: [PATCH] reason why entry is so skinny --- pkg/man/setops.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/man/setops.Rd b/pkg/man/setops.Rd index 143ffd6..d43860d 100644 --- a/pkg/man/setops.Rd +++ b/pkg/man/setops.Rd @@ -20,6 +20,6 @@ union(x, y, ...) \item{...}{other arguments passed on to methods} } \description{ -Support for these operations is experimental and limited to \code{intersect} and \code{union}. For the generic function documentationSee \code{\link[dplyr]{setops}} +Support for these operations is experimental and limited to \code{intersect} and \code{union}. For the generic function documentation see \code{\link[dplyr]{setops}. This entry exists primarily to appease R CMD check.} }