{
  "_id": "6a7eb5ffdae7655aa97d9a7c",
  "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\"),\ncomment = c(ORCID = \"0009-0005-9097-0688\"))",
  "Description": "Bootstrap new R packages with strongly opinionated\ndefaults. Creates the package scaffold, wires up tests, README\nand NEWS, configures GitHub Actions and Dependabot, adds\nAir/Jarl setup, and drop in a default AGENTS.md for building R\npackages.",
  "License": "GPL (>= 3)",
  "URL": "https://bootstrapper.visruth.com/",
  "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\nlibssl-dev libx11-dev",
  "Repository": "https://r-multiverse-staging.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": {
    "Date": "2026-08-14 06:05:34 UTC",
    "User": "root"
  },
  "Author": "Visruth Srimath Kandali [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0005-9097-0688>)",
  "Maintainer": "Visruth Srimath Kandali <public@visruth.com>",
  "_user": "r-multiverse-staging",
  "_type": "src",
  "_file": "bootstrapper_1.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/fa61b59e9401035e103863e0ce6e75ceecdde07b5d2256d83b8ae3c45e8d12d8",
  "_filesize": 112766,
  "_sha256": "fa61b59e9401035e103863e0ce6e75ceecdde07b5d2256d83b8ae3c45e8d12d8",
  "_expires": "2026-11-22T06:30:21.000Z",
  "_created": "2026-08-14T06:05:34.000Z",
  "_published": "2026-08-14T06:30:23.210Z",
  "_jobs": [
    {
      "job": 94688886439,
      "time": 358,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "9209686273"
    },
    {
      "job": 94688886496,
      "time": 131,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9209611239"
    },
    {
      "job": 94688886490,
      "time": 126,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "9209990469"
    },
    {
      "job": 94688886538,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9210046416"
    },
    {
      "job": 94688339471,
      "time": 189,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9209567382"
    },
    {
      "job": 94688886434,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "9209608601"
    },
    {
      "job": 94688886524,
      "time": 426,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "9209708575"
    },
    {
      "job": 94688886488,
      "time": 104,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "9209601904"
    },
    {
      "job": 94688886512,
      "time": 100,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9209601064"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799",
  "_status": "success",
  "_upstream": "https://github.com/VisruthSK/bootstrapper",
  "_commit": {
    "id": "6053274c28d41be184215dcd88720a597d0a1167",
    "author": "VisruthSK <public@visruth.com>",
    "committer": "VisruthSK <public@visruth.com>",
    "message": "Bumped version\n",
    "time": 1782296256
  },
  "_maintainer": {
    "name": "Visruth Srimath Kandali",
    "email": "public@visruth.com",
    "login": "visruthsk",
    "bluesky": "@visruth.com",
    "orcid": "0009-0005-9097-0688",
    "description": "Student and @stan-dev developer.",
    "uuid": 67435125
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "spelling",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "touchstone",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "visruthsk",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-09",
      "n": 32
    },
    {
      "week": "2026-18",
      "n": 3
    },
    {
      "week": "2026-25",
      "n": 2
    },
    {
      "week": "2026-26",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2026-02-26"
    },
    {
      "name": "v1.1.0",
      "date": "2026-06-24"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "visruthsk",
      "count": 82,
      "uuid": 67435125
    }
  ],
  "_userbio": {
    "uuid": 161461790,
    "type": "organization",
    "name": "R-multiverse",
    "followers": 37,
    "description": "A community-curated collection of R package releases, powered by R-universe"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bootstrapper"
  },
  "_devurl": "https://github.com/visruthsk/bootstrapper",
  "_pkgdown": "https://bootstrapper.visruth.com/",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/bootstrapper.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "bootstrapper",
    "create_package",
    "pkg_setup",
    "setup_agents",
    "setup_dependabot",
    "setup_formatter",
    "setup_gha",
    "setup_precommit",
    "setup_touchstone",
    "use_license"
  ],
  "_help": [
    {
      "page": "bootstrapper",
      "title": "Bootstrap a New R Package",
      "topics": [
        "bootstrapper"
      ]
    },
    {
      "page": "create_package",
      "title": "Create a Package and Connect GitHub",
      "topics": [
        "create_package"
      ]
    },
    {
      "page": "pkg_setup",
      "title": "Opinionated Package Setup",
      "topics": [
        "pkg_setup"
      ]
    },
    {
      "page": "setup_agents",
      "title": "Configure AGENTS Defaults",
      "topics": [
        "setup_agents"
      ]
    },
    {
      "page": "setup_dependabot",
      "title": "Configure Dependabot Defaults",
      "topics": [
        "setup_dependabot"
      ]
    },
    {
      "page": "setup_formatter",
      "title": "Configure Formatter Defaults",
      "topics": [
        "setup_formatter"
      ]
    },
    {
      "page": "setup_gha",
      "title": "Configure GitHub Actions Defaults",
      "topics": [
        "setup_gha"
      ]
    },
    {
      "page": "setup_precommit",
      "title": "Configure Pre-Commit Hook",
      "topics": [
        "setup_precommit"
      ]
    },
    {
      "page": "setup_touchstone",
      "title": "Configure Touchstone",
      "topics": [
        "setup_touchstone"
      ]
    },
    {
      "page": "use_license",
      "title": "Choose and Apply a License",
      "topics": [
        "use_license"
      ]
    }
  ],
  "_readme": "https://github.com/VisruthSK/bootstrapper/raw/v1.1.0/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "clipr",
    "commonmark",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "digest",
    "evaluate",
    "fs",
    "gert",
    "gitcreds",
    "glue",
    "highr",
    "httr2",
    "hunspell",
    "ini",
    "jsonlite",
    "knitr",
    "lifecycle",
    "magrittr",
    "openssl",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "spelling",
    "sys",
    "usethis",
    "vctrs",
    "whisker",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zip"
  ],
  "_score": 2.3010299956639813,
  "_indexed": false,
  "_nocasepkg": "bootstrapper",
  "_universes": [
    "r-multiverse-staging"
  ],
  "_indexurl": "https://visruthsk.r-universe.dev/bootstrapper",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-08-14T06:11:36.000Z",
      "distro": "resolute",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/1c2ce5486aca2beb94a4d14876675c9ae486703065dce532f1ae8669a040e5f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-08-14T06:07:50.000Z",
      "distro": "resolute",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/00edf3d2dde863c0495698ad26b922c3ef0a45d2388e8c8a6a0e6a6f29e2429e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-08-14T06:27:03.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/3cc4fbd89455fced036967dddbc746b7835341447722ffc713fe91878904d383",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-08-14T06:29:52.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/d6b224744eef4efc878cfa608932d3ed92e6ddf4165ee12ac5fefb43bfd90a86",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-08-14T06:07:52.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/ad99ee7c717c9c5580ff3c629e2e73a21a65cb604f1e518a06ecd49ee5f42089",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-08-14T06:12:38.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/38b28cec01f5222fda2d51b6363bc7c7d3f361b1edfb0a114e2d5a3d4a5211fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-08-14T06:07:13.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/904fc309349aaac6ef641e4c512f621f79bf15b32b23f1fce54dd7f57a3f2311",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-08-14T06:07:14.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/245f8162299c36ce89ec8d6707a27364d5161084997dce3c1aad1bd281d9a233",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/31774927799"
    }
  ]
}