This function is a wrapper around tools::package_dependencies("LEEF", which = "all", recursive = TRUE) which returns only the packages which contain .LEEF or LEEF. and the package LEEF itself.

list_LEEF_packages(recursive = TRUE, versions = FALSE)

Arguments

recursive

logical: should (reverse) dependencies of (reverse) dependencies (and so on) be included? defaults to TRUE

versions

logical: should versions be returned as well.

Value

list of all packages which are installed which contain .LEEF or LEEF. and the package LEEF itself

Examples

if (FALSE) { list_LEEF_packages() }