As our packages evolve, expectations about package structures
as well as templates might also change.
This function updates files for packages setup with setup_package()
.
Usage
update_package(package = NULL, name = NULL, path = getwd())
Arguments
- package
The name of the package to be updated, optional. When not declared package name is extracted from description.
- name
A list of vectors giving the package author(s)' name(s). Optional. Authors(s)last name(s) and first name(s) are separated by a comma.
- path
The file path, optional. If not specified, function gets the current working directory.