powered by
This function checks for the presence of system dependencies listed in the [system-dependencies] section of the manifest file.
[system-dependencies]
manifest_check_system(path = "rproject.toml")
A data.frame reporting the system dependency, and its status.
data.frame
Path to the rproject.toml file.
rproject.toml
path <- manifest_create(`system-dependencies` = list(git = '*')) manifest_check_system(path)
Run the code above in your browser using DataLab