Produces a human-readable Markdown report describing the platform, selected backend, R packages checked, system packages needed, and a suggested install command.
See also
Other output:
as_install_plan(),
write_dockerfile_snippet(),
write_install_script(),
write_json()
Examples
plan <- check_packages("xml2", platform = "ubuntu-22.04")
write_report(plan, file.path(tempdir(), "SYSREQS.md"))
