Specify the package author and the copyright holder/funder.

pkg_authors(first = "Matthew", last = "Leonawicz",
  email = "mfleonawicz@alaska.edu", cph_fnd = pkg_cph())

Arguments

first

author first name.

last

author last name.

email

author email address

cph_fnd

copyright holder and funder.

Value

a list to be used by use_authors.

Details

This function is specific to the SNAPverse and is used as a default argument to use_authors.

Examples

# NOT RUN {
pkg_authors()
# }