Skip to contents

Produces a human-readable Markdown report describing the platform, selected backend, R packages checked, system packages needed, and a suggested install command.

Usage

write_report(plan, path = "SYSREQS.md")

Arguments

plan

A sysreqr_plan.

path

Output path.

Value

path, invisibly.

Examples

plan <- check_packages("xml2", platform = "ubuntu-22.04")
write_report(plan, file.path(tempdir(), "SYSREQS.md"))