From c3ad7ae76f884fb1727e5ce8a983883432593c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Fri, 4 Aug 2023 15:51:40 +0200 Subject: [PATCH] Prune --- tools/00-funs.R | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/tools/00-funs.R b/tools/00-funs.R index f187615d..2dd1738e 100644 --- a/tools/00-funs.R +++ b/tools/00-funs.R @@ -160,28 +160,17 @@ tests <- head(n = -1, list( NULL )) +# dplyr_only_tests -------------------------------------------------------------------- + dplyr_only_tests <- head(n = -1, list( - "test-colwise-select.R" = c( - "can select/rename with predicate", "can take list, but only containing single function", "can select/rename with vars()", - NULL - ), "test-count-tally.R" = c( "ouput preserves grouping", - "output preserves class & attributes where possible", NULL ), "test-deprec-do.R" = c( "ungrouped data frame with unnamed argument returns data frame", NULL ), - "test-generics.R" = c( - "dplyr_reconstruct() strips attributes before dispatch", - NULL - ), - "test-groups-with.R" = c( - "restores original class", - NULL - ), "test-join.R" = c( "joins preserve groups", NULL