Learn R Programming

automagic (version 0.5.1)

make_deps_file: Make a package dependencies (deps.yaml) file

Description

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}

Usage

make_deps_file(directory = getwd())

Arguments

directory

directory containing R code to parse

See Also

automagic