Add author and MIT license to DESCRIPTION and add license files to R package. The defaults for this function cater to the SNAPverse.

use_authors(authors = pkg_authors(), cph = pkg_cph())

Arguments

authors

list as returned by pkg_authors.

cph

copyright holder as returned by pkg_cph.

Value

side effect of updating DESCRIPTION and adding MIT license.

Examples

# NOT RUN {
use_authors()
# }