desc (version 1.2.0)

desc_add_me: Add the current user as an author to DESCRIPTION

Description

Uses the Authors@R field.

Usage

desc_add_me(role = "ctb", comment = NULL, file = ".", normalize = FALSE)

Arguments

role

Role to set for the user, defaults to contributor.

comment

Comment, empty by default.

file

DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used.

normalize

Whether to normalize the write when writing back the result. See desc_normalize.

See Also

Other Authors@R: desc_add_author, desc_add_role, desc_change_maintainer, desc_del_author, desc_del_role, desc_get_authors, desc_get_author, desc_get_maintainer, desc_set_authors