check_yamls_consistent | R Documentation |
Checks that the staged dependency yamls are consistent with the dependencies listed in the DESCRIPTION files
check_yamls_consistent(dep_structure, skip_if_missing_yaml = FALSE)
dep_structure |
|
skip_if_missing_yaml |
|
This function explicitly checks that for all packages in the
dependency_structure
object: all upstream and downstream packages specified
in each yaml file are found in the appropriate package DESCRIPTION file
NULL if successful. An error is thrown if inconsistencies found
## Not run:
x <- dependency_table(project = ".")
check_yamls_consistent(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.