tests/testthat/helper-lawn.R

skip_on_fedora <- function() {
  sysname <- tolower(Sys.info()[["sysname"]])
  if (sysname == "linux") skip("skipping")
  invisible(TRUE)
}

Try the lawn package in your browser

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

lawn documentation built on Jan. 6, 2021, 5:07 p.m.