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.

tools-only 833ccb2 3 files · 12.3 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_1a9af13a commit 833ccb2884

Frequently asked questions

npx skillmds add tools-only/lifecycle