powered by
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.
skip_if_no_aws.s3()
Invisibly returns TRUE if aws.s3 is available, otherwise skips the test with a message "Package aws.s3 not installed".