tests/testthat/setup-data.R

test_entries <- data.frame(
  what = c("Award", "Award", "_&*!@#"),
  date = c(Sys.Date() - 10, Sys.Date() - 10, Sys.Date()),
  with = c("testthat", "testthat", "testthat"),
  at = c("Earth", "Earth", "Mars"),
  extra = c("first success", "second success", NA)
)
ropenscilabs/vitae documentation built on June 16, 2024, 10:59 p.m.