Skip to contents

Check package dependencies against a list of predefined packages. This is useful in locked environments where package versions are restricted.

Usage

check_dependencies(r_version = NULL, locked_deps = NULL)

Arguments

r_version

R version supported by your IT.

locked_deps

List of packages supported by your IT. For instance you can pass a dataframe like available.packages(repos = "https://cran.microsoft.com/snapshot/2017-01-19/"), or read a csv file with the same structure.

Value

An HTML tag