tests/testthat/test_m_time_stamp.R

test_that("Time stamp", {
  x <- time_stamp()
  expect_that(is.list(x), equals(TRUE))
  expect_that(length(x), equals(4))
})

Try the ngstk package in your browser

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

ngstk documentation built on May 2, 2019, 9:19 a.m.