Package: manifesto 0.0.2


Christopher T. Kenny
manifesto: Create Project Manifest Files
Provides 'TOML' representations of packages needed that must be installed to run a project. Includes functions to specify detailed installation functions, validate files, and to use a given file as the requirements for a project. Handles package installations, when necessary, via 'pak'.
Authors:
manifesto_0.0.2.tar.gz
manifesto_0.0.2.zip(r-4.7)manifesto_0.0.2.zip(r-4.6)manifesto_0.0.2.zip(r-4.5)
manifesto_0.0.2.tgz(r-4.6-any)manifesto_0.0.2.tgz(r-4.5-any)
manifesto_0.0.2.tar.gz(r-4.7-any)manifesto_0.0.2.tar.gz(r-4.6-any)
manifesto_0.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
manifesto/json (API)
NEWS
| # Install 'manifesto' in R: |
| install.packages('manifesto', repos = c('https://christopherkenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/christopherkenny/manifesto/issues
Pkgdown/docs site:https://christophertkenny.com
Last updated from:cac27b3ffa. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 168 | ||
| source / vignettes | OK | 197 | ||
| linux-release-x86_64 | OK | 170 | ||
| macos-release-arm64 | OK | 120 | ||
| macos-oldrel-arm64 | OK | 78 | ||
| windows-devel | OK | 88 | ||
| windows-release | OK | 91 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 127 |
Exports:current_r_versionmanifest_all_groupsmanifest_checkmanifest_check_systemmanifest_createmanifest_from_descriptionmanifest_from_installedmanifest_from_loadedmanifest_from_pakmanifest_from_renvmanifest_installmanifest_parsemanifest_peekmanifest_to_descriptionmanifest_validatemanifest_version
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get the current R version | current_r_version |
| Return all defined optional dependency groups in a manifest file | manifest_all_groups |
| Check if the installed packages match the manifest requirements | manifest_check |
| Check for system dependencies | manifest_check_system |
| Create a minimal TOML manifest file | manifest_create |
| Generate a TOML manifest from a DESCRIPTION file | manifest_from_description |
| Generate a TOML manifest from installed packages | manifest_from_installed |
| Generate a TOML manifest from currently loaded packages | manifest_from_loaded |
| Generate a TOML manifest from a 'pak' lockfile | manifest_from_pak |
| Generate a TOML manifest from a renv lockfile | manifest_from_renv |
| Install packages from a manifesto manifest | manifest_install |
| Parse a manifesto manifest file | manifest_parse |
| Peek into a manifest file | manifest_peek |
| Convert a TOML manifest to a DESCRIPTION file | manifest_to_description |
| Validate a manifesto manifest file | manifest_validate |
| Return the current version of the manifesto package | manifest_version |