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