fill_desc | R Documentation |
DESCRIPTION
fileGenerates a standard DESCRIPTION
file as used in R packages. Also sets
a series of global options inside golem-config.yml
that will be reused
inside {golem}
(see set_options
and set_golem_options()
for details).
fill_desc(
pkg_name,
pkg_title,
pkg_description,
authors = person(given = NULL, family = NULL, email = NULL, role = NULL, comment =
NULL),
repo_url = NULL,
pkg_version = "0.0.0.9000",
pkg = get_golem_wd(),
author_first_name = NULL,
author_last_name = NULL,
author_email = NULL,
author_orcid = NULL,
set_options = TRUE
)
pkg_name |
The name of the package |
pkg_title |
The title of the package |
pkg_description |
Description of the package |
authors |
a character string (or vector) of class person
(see |
repo_url |
URL (if needed) |
pkg_version |
The version of the package. Default is 0.0.0.9000 |
pkg |
Path to look for the DESCRIPTION. Default is |
author_first_name |
to be deprecated: use character for first name via
|
author_last_name |
to be deprecated: use character for last name via
|
author_email |
to be deprecated: use character for first name via
|
author_orcid |
to be deprecated |
set_options |
logical; the default |
The {desc}
object, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.