desc_has_dep: Check for a dependency
Description
Check for a dependency
Usage
desc_has_dep(package, type = c("any", desc::dep_types), file = ".")Arguments
type
A dependency type or ‘any’.
file
DESCRIPTION file to use. By default the DESCRIPTION
file of the current package (i.e. the package the working directory
is part of) is used.