Skip to content

Commit

Permalink
Update test-correlation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 14, 2023
1 parent d5eccba commit c06c25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-correlation.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test_that("format checks", {

# Grouped
skip_if_not_or_load_if_installed("poorman")
library(poorman)
library(poorman) # loading the library is necessary to use the pipe operator

out <- iris %>%
group_by(Species) %>%
Expand Down

0 comments on commit c06c25f

Please sign in to comment.