{
  "_id": "6a93e18f7b325a6d97b70df6",
  "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.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-30 07:47:38 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",
  "_type": "src",
  "_file": "bootstrapper_1.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/e31b28d8455c0f31201cc3adf4c1e68c1ae91af9e58369797d64647670a6b772",
  "_filesize": 196692,
  "_sha256": "e31b28d8455c0f31201cc3adf4c1e68c1ae91af9e58369797d64647670a6b772",
  "_expires": "2026-12-08T07:53:50.000Z",
  "_created": "2026-08-30T07:47:38.000Z",
  "_published": "2026-08-30T07:53:51.720Z",
  "_jobs": [
    {
      "job": 99226346127,
      "time": 136,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "9728651689"
    },
    {
      "job": 99226346133,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9728650815"
    },
    {
      "job": 99226346128,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "9728688721"
    },
    {
      "job": 99226346126,
      "time": 95,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9728691495"
    },
    {
      "job": 99225975121,
      "time": 197,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9728622393"
    },
    {
      "job": 99226346102,
      "time": 138,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "9728651754"
    },
    {
      "job": 99226346156,
      "time": 86,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "9728640885"
    },
    {
      "job": 99226346256,
      "time": 78,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "9728639352"
    },
    {
      "job": 99226346207,
      "time": 101,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "9728644441"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903",
  "_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": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/bootstrapper.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/manual.pdf",
    "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"
  ],
  "_indexurl": "https://visruthsk.r-universe.dev/bootstrapper",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-08-30T07:49:58.000Z",
      "distro": "resolute",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/e9171e1d111d2650258fe97e4c0cb84d525e0cdcc7bd6c5b37b9bf0a8ff4bba2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-08-30T07:49:55.000Z",
      "distro": "resolute",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/3e1a805acbbca22f8c06a7b22883cb812ac95eb1deba533bd59673206b4ff77b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-08-30T07:53:02.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/2bd51fce693168abe18619e4f12b7cd9c8a544c801dfaee061eee8d7fed0ceba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-08-30T07:53:14.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/1002e01b08532cf7bae069f69bdc7dfd64aa09bdfa340b7341d821938fb62f01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-08-30T07:50:08.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/6a103a61b84bc35ae4ce29b175193766815fc185d6c50cf6f150877610b866db",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-08-30T07:49:02.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/13202bd30b9e9814a90773547d9d9d127244cd91eaffde004aeafdf763029652",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-08-30T07:49:00.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/7dcc2b39b56cca88d90bcce195ed84c473840ed54093d9fdc03e66f3e1b91dd1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-08-30T07:49:18.000Z",
      "commit": "6053274c28d41be184215dcd88720a597d0a1167",
      "fileid": "https://r2.ropensci.org/b39d2e5b483d0904ed01c4fde6c1f288d698ab6a71dba09177872f18657432a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/33299898903"
    }
  ]
}