Skip to contents

Skip unit test if not on windows

Usage

skip_if_not_windows()

Value

A message to console if skipping test

Examples

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