Skip to contents

[Maturing]

update_pkg_year() updates the year in system files of a package.

Usage

update_pkg_year(
  file = c(here::here("LICENSE"), here::here("LICENSE.md"), here::here("inst",
    "CITATION"))
)

Arguments

file

(Optional) A character vector indicating the path of the files that must be updated. Default to LICENSE, LICENSE.md, and inst/CITATION.

Value

An invisible NULL. This function is used for its side effect.

See also

Other R package functions: raw_data_1(), raw_data_2(), update_pkg_versions()