tests/testthat/test-test.R

context("Just a test of test")

test_that("test", {
  x = 1L
  y = 2L
  expect_identical(x, y-x)
})

Try the lplyr package in your browser

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

lplyr documentation built on May 2, 2019, 11:58 a.m.