tests/testthat/test-pipe.R

context("test-pipe.R")

test_that("pipe is loaded and works", {
  expect_equal({
      c(1,2,3,4,5) %>%
          mean()}, 3)
})
data-edu/tidyLPA documentation built on Feb. 24, 2024, 10:04 p.m.