Fill your description
fill_desc(
pkg_name,
pkg_title,
pkg_description,
author_first_name,
author_last_name,
author_email,
author_orcid = NULL,
repo_url = NULL,
pkg_version = "0.0.0.9000",
pkg = get_golem_wd()
)
The name of the package
The title of the package
Description of the package
First Name of the author
Last Name of the author
Email of the author
ORCID of the author
URL (if needed)
The version of the package. Default is 0.0.0.9000
Path to look for the DESCRIPTION. Default is get_golem_wd()
.
The desc object, invisibly.