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)
})

Try the tidyLPA package in your browser

Any scripts or data that you put into this service are public.

tidyLPA documentation built on Nov. 17, 2021, 5:07 p.m.