Retrieve the description of the package from CRAN.

get_cran_desc(package_name)

Arguments

package_name

Name of the R package.

Examples

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