{
  "_id": "6a0f6920acfb0bcc41c5dd5d",
  "Package": "bolasso",
  "Title": "Model Consistent Lasso Estimation Through the Bootstrap",
  "Version": "0.5.0",
  "Authors@R": "person(given = \"Daniel\",\nfamily = \"Molitor\",\nrole = c(\"aut\", \"cre\"),\nemail = \"molitdj97@gmail.com\")",
  "Description": "Implements the bolasso algorithm for consistent variable\nselection and estimation accuracy. Includes support for many\nparallel backends via the future package. For details see: Bach\n(2008), 'Bolasso: model consistent Lasso estimation through the\nbootstrap', <doi:10.48550/arXiv.0804.1302>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "URL": "https://www.dmolitor.com/bolasso/,\nhttps://github.com/dmolitor/bolasso",
  "Config/testthat/edition": "3",
  "BugReports": "https://github.com/dmolitor/bolasso/issues",
  "Repository": "https://dmolitor.r-universe.dev",
  "Date/Publication": "2026-03-22 22:24:11 UTC",
  "RemoteUrl": "https://github.com/dmolitor/bolasso",
  "RemoteRef": "HEAD",
  "RemoteSha": "3655597688f588a96bdd269391182432f8e53d85",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 09:02:16 UTC",
    "User": "root"
  },
  "Author": "Daniel Molitor [aut, cre]",
  "Maintainer": "Daniel Molitor <molitdj97@gmail.com>",
  "MD5sum": "93c42533a8a14533501f308ea8ca4d7c",
  "_user": "dmolitor",
  "_type": "src",
  "_file": "bolasso_0.5.0.tar.gz",
  "_fileid": "9d9e08f2e7ca6411aabccf9ce8576699638a6be7add032c2410f3f6bf1baaf01",
  "_filesize": 3682510,
  "_sha256": "9d9e08f2e7ca6411aabccf9ce8576699638a6be7add032c2410f3f6bf1baaf01",
  "_created": "2026-05-21T09:02:16.000Z",
  "_published": "2026-05-21T20:20:48.515Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77260985235,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7131636758"
    },
    {
      "job": 77260985436,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131629121"
    },
    {
      "job": 77260985523,
      "time": 247,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7131651173"
    },
    {
      "job": 77260985383,
      "time": 204,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131631722"
    },
    {
      "job": 77260984773,
      "time": 174,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131577595"
    },
    {
      "job": 77260984816,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146293862"
    },
    {
      "job": 77260985268,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7131614440"
    },
    {
      "job": 77260985827,
      "time": 139,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7131627370"
    },
    {
      "job": 77260985270,
      "time": 105,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7131615437"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dmolitor/bolasso",
  "_commit": {
    "id": "3655597688f588a96bdd269391182432f8e53d85",
    "author": "Daniel Molitor <39706371+dmolitor@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #20 from dmolitor/dev\n\npackage v0.5 📦 ",
    "time": 1774218251
  },
  "_maintainer": {
    "name": "Daniel Molitor",
    "email": "molitdj97@gmail.com",
    "login": "dmolitor",
    "description": "InfoSci@Cornell",
    "uuid": 39706371
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Matrix",
      "version": ">= 1.0-6",
      "role": "Depends"
    },
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "future.apply",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "gamlr",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "version": ">= 3.0",
      "role": "Imports"
    },
    {
      "package": "progressr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "dmolitor",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-40",
      "n": 8
    },
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.4.0",
      "date": "2025-10-13"
    },
    {
      "name": "v0.5.0",
      "date": "2026-03-18"
    }
  ],
  "_topics": [
    "bolasso",
    "bootstrap",
    "lasso",
    "variable-selection"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "dmolitor",
      "count": 89,
      "uuid": 39706371
    }
  ],
  "_userbio": {
    "uuid": 39706371,
    "type": "user",
    "name": "Daniel Molitor",
    "description": "InfoSci@Cornell"
  },
  "_downloads": {
    "count": 647,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bolasso"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/dmolitor/bolasso",
  "_pkgdown": "https://www.dmolitor.com/bolasso/",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bolasso.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"
  ],
  "_homeurl": "https://github.com/dmolitor/bolasso",
  "_realowner": "dmolitor",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-01-04"
    },
    {
      "version": "0.2.0",
      "date": "2022-05-09"
    },
    {
      "version": "0.3.0",
      "date": "2024-12-08"
    },
    {
      "version": "0.4.0",
      "date": "2025-10-14"
    },
    {
      "version": "0.5.0",
      "date": "2026-03-19"
    }
  ],
  "_exports": [
    "bolasso",
    "bootstrap_samples",
    "plot_selected_variables",
    "plot_selection_thresholds",
    "selected_variables",
    "selected_vars",
    "selection_thresholds",
    "tidy"
  ],
  "_datasets": [
    {
      "name": "transactions",
      "title": "Customer transaction data",
      "object": "transactions",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "target",
        "var_0",
        "var_1",
        "var_2",
        "var_3",
        "var_4",
        "var_5",
        "var_6",
        "var_7",
        "var_8",
        "var_9",
        "var_10",
        "var_11",
        "var_12",
        "var_13",
        "var_14",
        "var_15",
        "var_16",
        "var_17",
        "var_18",
        "var_19",
        "var_20",
        "var_21",
        "var_22",
        "var_23",
        "var_24",
        "var_25",
        "var_26",
        "var_27",
        "var_28",
        "var_29",
        "var_30",
        "var_31",
        "var_32",
        "var_33",
        "var_34",
        "var_35",
        "var_36",
        "var_37",
        "var_38",
        "var_39",
        "var_40",
        "var_41",
        "var_42",
        "var_43",
        "var_44",
        "var_45",
        "var_46",
        "var_47",
        "var_48",
        "var_49",
        "var_50",
        "var_51",
        "var_52",
        "var_53",
        "var_54",
        "var_55",
        "var_56",
        "var_57",
        "var_58",
        "var_59",
        "var_60",
        "var_61",
        "var_62",
        "var_63",
        "var_64",
        "var_65",
        "var_66",
        "var_67",
        "var_68",
        "var_69",
        "var_70",
        "var_71",
        "var_72",
        "var_73",
        "var_74",
        "var_75",
        "var_76",
        "var_77",
        "var_78",
        "var_79",
        "var_80",
        "var_81",
        "var_82",
        "var_83",
        "var_84",
        "var_85",
        "var_86",
        "var_87",
        "var_88",
        "var_89",
        "var_90",
        "var_91",
        "var_92",
        "var_93",
        "var_94",
        "var_95",
        "var_96",
        "var_97",
        "var_98",
        "var_99",
        "var_100",
        "var_101",
        "var_102",
        "var_103",
        "var_104",
        "var_105",
        "var_106",
        "var_107",
        "var_108",
        "var_109",
        "var_110",
        "var_111",
        "var_112",
        "var_113",
        "var_114",
        "var_115",
        "var_116",
        "var_117",
        "var_118",
        "var_119",
        "var_120",
        "var_121",
        "var_122",
        "var_123",
        "var_124",
        "var_125",
        "var_126",
        "var_127",
        "var_128",
        "var_129",
        "var_130",
        "var_131",
        "var_132",
        "var_133",
        "var_134",
        "var_135",
        "var_136",
        "var_137",
        "var_138",
        "var_139",
        "var_140",
        "var_141",
        "var_142",
        "var_143",
        "var_144",
        "var_145",
        "var_146",
        "var_147",
        "var_148",
        "var_149",
        "var_150",
        "var_151",
        "var_152",
        "var_153",
        "var_154",
        "var_155",
        "var_156",
        "var_157",
        "var_158",
        "var_159",
        "var_160",
        "var_161",
        "var_162",
        "var_163",
        "var_164",
        "var_165",
        "var_166",
        "var_167",
        "var_168",
        "var_169",
        "var_170",
        "var_171",
        "var_172",
        "var_173",
        "var_174",
        "var_175",
        "var_176",
        "var_177",
        "var_178",
        "var_179",
        "var_180",
        "var_181",
        "var_182",
        "var_183",
        "var_184",
        "var_185",
        "var_186",
        "var_187",
        "var_188",
        "var_189",
        "var_190",
        "var_191",
        "var_192",
        "var_193",
        "var_194",
        "var_195",
        "var_196",
        "var_197",
        "var_198",
        "var_199"
      ],
      "rows": 5000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bolasso",
      "title": "Bootsrap-enhanced Lasso",
      "topics": [
        "bolasso"
      ]
    },
    {
      "page": "bootstrap_samples",
      "title": "Extract indices used for each bootstrap replicate",
      "topics": [
        "bootstrap_samples"
      ]
    },
    {
      "page": "plot_selected_variables",
      "title": "Plot selected variables from a 'bolasso' object.",
      "topics": [
        "plot_selected_variables"
      ]
    },
    {
      "page": "plot_selection_thresholds",
      "title": "Plot each covariate's smallest variable selection threshold",
      "topics": [
        "plot_selection_thresholds"
      ]
    },
    {
      "page": "plot.bolasso",
      "title": "Plot a 'bolasso' object",
      "topics": [
        "plot.bolasso"
      ]
    },
    {
      "page": "selected_variables",
      "title": "Bolasso-selected Variables",
      "topics": [
        "selected_variables",
        "selected_vars"
      ]
    },
    {
      "page": "selection_thresholds",
      "title": "Calculate each covariate's smallest variable selection threshold",
      "topics": [
        "selection_thresholds"
      ]
    },
    {
      "page": "tidy.bolasso",
      "title": "Tidy a bolasso object",
      "topics": [
        "tidy.bolasso"
      ]
    },
    {
      "page": "transactions",
      "title": "Customer transaction data",
      "topics": [
        "transactions"
      ]
    }
  ],
  "_pkglogo": "https://github.com/dmolitor/bolasso/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/dmolitor/bolasso/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "digest",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "gamlr",
    "generics",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gtable",
    "isoband",
    "iterators",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "magrittr",
    "Matrix",
    "parallelly",
    "pillar",
    "pkgconfig",
    "progressr",
    "R6",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "S7",
    "scales",
    "shape",
    "survival",
    "tibble",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3.8750612633917,
  "_indexed": true,
  "_nocasepkg": "bolasso",
  "_universes": [
    "dmolitor"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-21T09:04:36.000Z",
      "distro": "noble",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "12ab69f2b34ae2326c7c805be0ed67a6d13b2bc0a9cf0655c22292052e658371",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-05-21T09:04:19.000Z",
      "distro": "noble",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "30f49516208a272548bf28aad5c0477b2e050bedc94a6795b27e9bcafc87ec4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-21T09:05:04.000Z",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "6c81e707c470425879deb4afec4da50f03de8c38baf91bca2e5492c85c926cf6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-21T09:04:29.000Z",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "cb46be1892ff46e7ce392d22c19a88ccf72fb9ac44dd90bc8de31b751c7e209c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-05-21T20:20:22.000Z",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "94f26c7a3d9fc9a9edaf079a6087242c04d1a9ea20940a801c72e50320c4c4c2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-21T09:03:33.000Z",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "e7c348bd0cda3f09b30bd6ca31890674c0ebefb4c8d93726ae50aae2be9015b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-21T09:04:07.000Z",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "a4b8acc4da7f654e71e08442230fec8091fb9e2c194c2a7da3a875f419a97ce4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-21T09:03:35.000Z",
      "commit": "3655597688f588a96bdd269391182432f8e53d85",
      "fileid": "81509f1328e5373ac580fbebb79f272d0fa3c252ebfa65133565bf4dbc1ef8de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dmolitor/actions/runs/26216194249"
    }
  ]
}