inst/tests/test_string.R

test_that("string equals string", {
  
  a = "that"
  b = "that"
  
  expect_that(a, equals(b))
  
  
})

Try the streamFPM package in your browser

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

streamFPM documentation built on May 2, 2019, 4:45 p.m.