This function checks for the presence of system dependencies listed in the
[system-dependencies] section of the manifest file.
Examples
path <- manifest_create(`system-dependencies` = list(git = '*'))
manifest_check_system(path)
#> dependency status
#> git git OK
