Lifecycle

Guidance for managing R package lifecycle according to tidyverse principles using the lifecycle package. Use when: (1) Setting up lifecycle infrastructure in a package, (2) Deprecating functions or arguments, (3) Renaming functions or arguments, (4) Superseding functions, (5) Marking functions as experimental, (6) Understanding lifecycle stages (stable, experimental, deprecated, superseded), or (7) Writing deprecation helpers for complex scenarios.

posit-dev a4eef4d 2 files · 8.2 KB Updated

File contents

posit-dev/skills/tree/main/r-lib/lifecycle commit a4eef4daa6

Frequently asked questions

npx skillmds add posit-dev/lifecycle