Learn R Programming

bioRad (version 0.9.1)

skip_if_no_aws.s3: Skip test if no aws.s3

Description

Some functions require package aws.s3 This helper function allows to skip a test if aws.s3 is not available Inspired by https://testthat.r-lib.org/articles/skipping.html#helpers.

Usage

skip_if_no_aws.s3()

Arguments

Value

Invisibly returns TRUE if aws.s3 is available, otherwise skips the test with a message "Package aws.s3 not installed".