Retrieve the details of the maintainer of the package.

get_cran_maintainer(package_name)

Arguments

package_name

Name of the R package.

Examples

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