skip_if_no_tidyselect: Skip test if no tidyselect

View source: R/utils.R

skip_if_no_tidyselectR Documentation

Skip test if no tidyselect

Description

dplyr select method require package tidyselect This helper function allows to skip a test if tidyselect is not available Inspired by https://testthat.r-lib.org/articles/skipping.html#helpers.

Usage

skip_if_no_tidyselect()

Value

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


adokter/bioRad documentation built on Jan. 12, 2025, 7:05 a.m.