Skip to content

Commit

Permalink
Prune
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 4, 2023
1 parent 08660d6 commit c3ad7ae
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions tools/00-funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3ad7ae

Please sign in to comment.