powered by
Return all package dependencies from current package
get_dependencies(path = "DESCRIPTION", dput = FALSE, field = c("Imports"))
path to the DESCRIPTION file
if TRUE return a dput output instead of character vector
DESCRIPTION fields to parse. Default is Import
# NOT RUN { get_dependencies() # }
Run the code above in your browser using DataLab