Skip to contents

Utility function to determine whether the package dependencies are available.

Usage

check_dependencies(dependencies)

Arguments

dependencies

character vector with the package names to check.

Value

TRUE if all the required packages are available and have been loaded using the base::requireNamespace() function.