deps.yaml
) fileThis function parses R code for required packages using
parse_packages
and then queries the R package library to
determine the exact source and version of each package to install.
Currently, only CRAN and GitHub packages are supported.
Install packages from the `deps.yaml` file using
automagic{install_deps_file}
make_deps_file(directory = getwd())
directory containing R code to parse