skip_if_no_aws.s3: Skip test if no aws.s3

View source: R/utils.R

skip_if_no_aws.s3R Documentation

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()

Value

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


adokter/birdRad documentation built on Nov. 5, 2024, 10:27 p.m.