Retrieve the R version on which the package depends.

get_cran_r_dep(package_name)

Arguments

package_name

Name of the R package.

Examples

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