Skip to contents

Skip unit test if not on linux

Usage

skip_if_not_linux()

Value

A message to console if skipping test

Examples

if (FALSE) { # \dontrun{
skip_if_not_dph()
} # }