Learn R Programming

manifesto (version 0.0.2)

manifest_check_system: Check for system dependencies

Description

This function checks for the presence of system dependencies listed in the [system-dependencies] section of the manifest file.

Usage

manifest_check_system(path = "rproject.toml")

Value

A data.frame reporting the system dependency, and its status.

Arguments

path

Path to the rproject.toml file.

Examples

Run this code
path <- manifest_create(`system-dependencies` = list(git = '*'))
manifest_check_system(path)

Run the code above in your browser using DataLab