Description Usage Arguments Value Note
List package dependencies based on the reports and scripts within the report_sources and scripts directories respectively.
1 2 3 4 5 6 7 |
factory |
The path to the report factory or a folder within the desired factory. Defaults to the current directory. |
missing |
A logical indicating if only missing dependencies should be
listed ( |
check_r |
If true, R scripts contained within the factory will also be checked. Note that this will error if the script cannot be parsed. |
exclude_readme |
If TRUE (default) README files will not be checked for dependencies. |
parse_first |
If |
A character vector of package dependencies.
This function requires that any R scripts present in the factory are valid syntax else the function will error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.