knitr::opts_chunk$set(
  error = TRUE,
  collapse = TRUE,
  comment = "#>",
  out.width = "100%"
)
library(testthat)
context("Test test_2_plus_2.")
test_that("2 + 2 = 4", {
  expect_equivalent(
    2 + 2,
    4
  )
})


jeksterslabds/jeksterslabRpkg documentation built on Jan. 22, 2021, 11:43 p.m.