current_r_version       Get the current R version
manifest_all_groups     Return all defined optional dependency groups
                        in a manifest file
manifest_check          Check if the installed packages match the
                        manifest requirements
manifest_check_system   Check for system dependencies
manifest_create         Create a minimal TOML manifest file
manifest_from_description
                        Generate a TOML manifest from a DESCRIPTION
                        file
manifest_from_installed
                        Generate a TOML manifest from installed
                        packages
manifest_from_loaded    Generate a TOML manifest from currently loaded
                        packages
manifest_from_pak       Generate a TOML manifest from a 'pak' lockfile
manifest_from_renv      Generate a TOML manifest from a renv lockfile
manifest_install        Install packages from a manifesto manifest
manifest_parse          Parse a manifesto manifest file
manifest_peek           Peek into a manifest file
manifest_to_description
                        Convert a TOML manifest to a DESCRIPTION file
manifest_validate       Validate a manifesto manifest file
manifest_version        Return the current version of the manifesto
                        package
