Get installation order to install packages such as no dependencies need to be installed
repro_installation_order.Rd
This function uses the function repro_dependency_tree to build the dependency tree between packages. Then, it retrieves the link to install the specific version of packages. The function returns a dataframe where packages are in the order to install. This dataframe contains link to download package version. build a dependency tree for a provided list of packages. If some packages are required by the provided list but are not in the list, they are added.
Usage
repro_installation_order(
wanted_packages = utils::installed.packages()[, "Package"],
verbose = TRUE
)