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/jeksterslabRmedsimple documentation built on Oct. 16, 2020, 11:30 a.m.