Package: bootstrapper Title: Opinionated R Package Quickstart Version: 1.1.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: cli, fs, spelling, usethis, utils Suggests: jsonlite, testthat (>= 3.0.0), touchstone, withr Remotes: lorenzwalthert/touchstone Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libxml2-dev libssl-dev libx11-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-06-24 10:17:36 UTC RemoteUrl: https://github.com/VisruthSK/bootstrapper RemoteRef: v1.1.0 RemoteSha: 6053274c28d41be184215dcd88720a597d0a1167 NeedsCompilation: no Packaged: 2026-07-01 09:08:44 UTC; root Author: Visruth Srimath Kandali [aut, cre, cph] (ORCID: ) Maintainer: Visruth Srimath Kandali