Learn R Programming

usethis (version 1.6.1)

use_lifecycle: Use lifecycle badges

Description

Call this to import the lifecycle badges and Rd macro into your package.

  • The SVG badges are imported in man/figures.

  • The RdMacros field of the DESCRIPTION file is updated so you can use the \\lifecycle{} macro in your documentation.

See the getting started vignette of the lifecycle package.

Usage

use_lifecycle()

Arguments

See Also

use_lifecycle_badge() to signal the global lifecycle stage of your package.