Package: manifesto Title: Create Project Manifest Files Version: 0.0.2 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: 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'. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, jsonlite, pak, tomledit URL: https://github.com/christopherkenny/manifesto, http://christophertkenny.com/manifesto/ BugReports: https://github.com/christopherkenny/manifesto/issues Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate VignetteBuilder: knitr Depends: R (>= 4.2.0) Config/pak/sysreqs: libclang-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-06 16:45:01 UTC RemoteUrl: https://github.com/christopherkenny/manifesto RemoteRef: HEAD RemoteSha: cac27b3ffa5596ae5d472fc9b5e1e8def569fcc6 NeedsCompilation: no Packaged: 2026-06-05 06:15:35 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny