Package: bootstrapper Title: Opinionated R Package Quickstart Version: 1.0.0 Authors@R: person("Visruth", "Srimath Kandali", , "public@visruth.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0005-9097-0688")) Description: Bootstrap new R packages with strongly opinionated defaults. Creates the package scaffold, wires up tests, README and NEWS, configures GitHub Actions and Dependabot, adds Air/Jarl setup, and drop in a default AGENTS.md for building R packages. License: GPL (>= 3) URL: https://bootstrapper.visruth.com/ Depends: R (>= 4.2.0) Imports: fs, spelling, usethis, utils Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2026-02-26 04:13:52 UTC RemoteUrl: https://github.com/VisruthSK/bootstrapper RemoteRef: e0ee17327dc861846f340352d7ace3f51447b2c3 RemoteSha: e0ee17327dc861846f340352d7ace3f51447b2c3 NeedsCompilation: no Packaged: 2026-06-15 07:14:46 UTC; root Author: Visruth Srimath Kandali [aut, cre, cph] (ORCID: ) Maintainer: Visruth Srimath Kandali