tests/testthat/test01_testing.R

context("Check that we can make it to tests")

test_that("We are testing", {
  tautology = TRUE
  expect_true(tautology)
})
diazrenata/scads documentation built on Nov. 4, 2019, 10:30 a.m.