R/dev_utils.R

Defines functions release_bullets test.file

test.file <- function(...) {
  system.file("testdata", ..., package = "lightr")
}

release_bullets <- function() {
  c(
    '`rhub::check(platform = "debian-gcc-devel-nold")`',
    NULL
  )
}

Try the lightr package in your browser

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

lightr documentation built on May 14, 2022, 5:05 p.m.