Functions
get_dep_all_packages()now returns a list of two data frames (instead of a data frame), namely$packagesand$dependencies. In this way the "orphan" packages i.e. those that have no dependencies (forward or reverse) of any type are included in$packageseven though they aren't in$dependencies.