Make a package dependencies (deps.yaml) file
This 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 |
directory containing R code to parse |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.