tidy-deprecate-function

Installation
SKILL.md

Deprecate functions and function arguments

Use this skill when deprecating functions or function parameters in this package.

Overview

This skill guides you through the complete process of deprecating a function or parameter, ensuring all necessary changes are made consistently:

  1. Add deprecation warning using lifecycle::deprecate_warn().
  2. Silence deprecation warnings in existing tests.
  3. Add lifecycle badge to documentation.
  4. Add bullet point to NEWS.md.
  5. Create test for deprecation warning.

Workflow

Step 1: Determine deprecation version

Read the current version from DESCRIPTION and calculate the deprecation version:

Installs
1
GitHub Stars
506
First Seen
May 16, 2026
tidy-deprecate-function — tidyverse/dbplyr