manifest_check_system: Check for system dependencies

View source: R/system.R

manifest_check_systemR Documentation

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")

Arguments

path

Path to the rproject.toml file.

Value

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

Examples

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

manifesto documentation built on May 6, 2026, 1:06 a.m.