Learn R Programming

vol2birdR (version 1.0.9)

skip_if_no_temp_access: Skip test if tempdir() not accessible

Description

Some function tests require tempdir() to be writeable in package vol2birdR. This helper function allows to skip a test if tempdir() is not accessible Inspired by https://testthat.r-lib.org/articles/skipping.html#helpers.

Usage

skip_if_no_temp_access()

Arguments