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)
)

Try the vitae package in your browser

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

vitae documentation built on June 22, 2024, 12:21 p.m.