Retrieve the list of authors of the package.

get_cran_authors(package_name)

Arguments

package_name

Name of the R package.

Examples

# NOT RUN {
get_cran_authors("dplyr")
# }