Runs the configureHomer.pl script to get list of installed and available packages, parsing the output into a tidy tibble.

list_homer_packages(installed_only = TRUE)

Arguments

installed_only

only show installed packages (default: TRUE)

Value

tibble with status of installed (+) or not (-), the package, version, and description.