View source: R/get_pkgs_from_description.R
get_pkgs_from_description | R Documentation |
It looks for a DESCRIPTION file in the current project and returns all packages listed in Suggests, Imports, and Depends.
get_pkgs_from_description(path = NULL)
path |
Path to a DESCRIPTION file, If 'NULL' (default), the functions searches for a description file in the current active project |
character vector of package names
# Only works inside of a package developing project
## Not run:
get_pkgs_from_description()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.