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/birdRad documentation built on Nov. 5, 2024, 10:27 p.m.