Retrieve the list of packages imported.

get_cran_imports(package_name)

Arguments

package_name

Name of the R package.

Examples

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