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 observer package in your browser

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

observer documentation built on May 1, 2019, 8:04 p.m.