Learn R Programming

bioRad (version 0.6.2)

skip_if_no_docker: Skip test if no docker

Description

Some functions require Docker. This helper function allows to skip a test if the Docker container is not available, e.g. when running in CI. Inspired by https://testthat.r-lib.org/articles/skipping.html#helpers.

Usage

skip_if_no_docker()

Arguments