R/copy_lifecycle_badges.R
copy_lifecycle_figures.Rdcopy_lifecycle_figures(new_path = here::here("man", "figures"))
| new_path | Destination path of the copied figures. |
|---|
Invisible new_path.
To support lifecycle badges you need to first run
use_template("compat-lifecycle.R", package = "fgeo.template"). See also
https://github.com/r-lib/rlang/blob/master/R/compat-lifecycle.R.
if (FALSE) { # This creates a file in the root of your package. Move it to R/ use_template("compat-lifecycle.R", package = "fgeo.template") # This adds the images for the badges into man/figures copy_lifecycle_figures() }