Helper function to construct an author list for a DESCRIPTION file.
Returns a template when authors
is not provided (default).
A list of authors who contributed to your R package,
each provided as objects of class person.
By default, if an Authors
field already exists in the
DESCRIPTION file, the original values are kept.
Otherwise, a template person list is created using the
construct_authors.
Default value to return when authors=NULL
.
Named list in person format.
authors <- construct_authors()