not clear that this is needed provide a list of packages for which dependencies are not installed

local_gits_with_uninstalled_dependencies(
  gitspath,
  dependencies = c("Depends", "Imports", "LinkingTo")
)

Arguments

gitspath

character(1) path to cloned repos

dependencies

character vector of dependency types, probably don't need "Suggests"