{
  "_id": "6a1eee0cb401979e734128bc",
  "Package": "SHAPBoost",
  "Title": "The SHAPBoost Feature Selection Algorithm",
  "Version": "1.0.3",
  "Authors@R": "c(\nperson(\"Ömer Tarik\", \"Özyilmaz\", email = \"o.t.ozyilmaz@umcg.nl\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0009-0005-3911-5520\")),\nperson(\"Tamas\", \"Szili-Török\", role = c(\"aut\", \"cph\"), comment = c(ORCID = \"0000-0001-8675-9234\")))",
  "Description": "The implementation of SHAPBoost, a boosting-based feature\nselection technique that ranks features iteratively based on\nShapley values.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/O-T-O-Z/SHAPBoost-R",
  "BugReports": "https://github.com/O-T-O-Z/SHAPBoost-R/issues",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev make\nlibicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://o-t-o-z.r-universe.dev",
  "Date/Publication": "2026-01-19 15:15:46 UTC",
  "RemoteUrl": "https://github.com/o-t-o-z/shapboost-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "337322799d3b409ad1fd0d41d4919e83f301ee81",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 09:01:22 UTC",
    "User": "root"
  },
  "Author": "Ömer Tarik Özyilmaz [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0005-3911-5520>),\nTamas Szili-Török [aut, cph] (ORCID:\n<https://orcid.org/0000-0001-8675-9234>)",
  "Maintainer": "Ömer Tarik Özyilmaz <o.t.ozyilmaz@umcg.nl>",
  "MD5sum": "9cc401fe64fe06e48f334a9ed73e14d1",
  "_user": "o-t-o-z",
  "_type": "src",
  "_file": "SHAPBoost_1.0.3.tar.gz",
  "_fileid": "3898e544e6c6f84bc46b86163f7ce72cc9962dfc79084f90e42fc99f9446c644",
  "_filesize": 97156,
  "_sha256": "3898e544e6c6f84bc46b86163f7ce72cc9962dfc79084f90e42fc99f9446c644",
  "_created": "2026-05-19T09:01:22.000Z",
  "_published": "2026-06-02T14:51:56.897Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79099775395,
      "time": 207,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079240799"
    },
    {
      "job": 79099775198,
      "time": 222,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079246291"
    },
    {
      "job": 79099775088,
      "time": 240,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079237805"
    },
    {
      "job": 79099775585,
      "time": 167,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079221305"
    },
    {
      "job": 79099774747,
      "time": 243,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079169522"
    },
    {
      "job": 79099773943,
      "time": 159,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361244459"
    },
    {
      "job": 79099775065,
      "time": 158,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079224278"
    },
    {
      "job": 79099775629,
      "time": 133,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079216319"
    },
    {
      "job": 79099775210,
      "time": 136,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079217799"
    }
  ],
  "_buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/o-t-o-z/shapboost-r",
  "_commit": {
    "id": "337322799d3b409ad1fd0d41d4919e83f301ee81",
    "author": "O-T-O-Z <omertarikozyilmaz@gmail.com>",
    "committer": "O-T-O-Z <omertarikozyilmaz@gmail.com>",
    "message": "fix big r2\n",
    "time": 1768835746
  },
  "_maintainer": {
    "name": "Ömer Tarik Özyilmaz",
    "email": "o.t.ozyilmaz@umcg.nl"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "xgboost",
      "version": ">= 3.1",
      "role": "Imports"
    },
    {
      "package": "SHAPforxgboost",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "flare",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    }
  ],
  "_owner": "o-t-o-z",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-26",
      "n": 2
    },
    {
      "week": "2025-27",
      "n": 2
    },
    {
      "week": "2025-28",
      "n": 9
    },
    {
      "week": "2025-29",
      "n": 2
    },
    {
      "week": "2025-39",
      "n": 3
    },
    {
      "week": "2025-49",
      "n": 4
    },
    {
      "week": "2026-03",
      "n": 3
    },
    {
      "week": "2026-04",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2025-09-22"
    },
    {
      "name": "v1.0.1",
      "date": "2025-12-04"
    },
    {
      "name": "v1.0.2",
      "date": "2026-01-13"
    }
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "o-t-o-z",
      "count": 27,
      "uuid": 60617932
    }
  ],
  "_userbio": {
    "uuid": 60617932,
    "type": "user",
    "name": "Ömer Tarik",
    "description": "PhD candidate | AI in Nephrology"
  },
  "_downloads": {
    "count": 180,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/SHAPBoost"
  },
  "_devurl": "https://github.com/o-t-o-z/shapboost-r",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "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",
    "extra/SHAPBoost.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/o-t-o-z/shapboost-r",
  "_realowner": "o-t-o-z",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2025-09-29"
    },
    {
      "version": "1.0.1",
      "date": "2025-12-11"
    },
    {
      "version": "1.0.2",
      "date": "2026-01-13"
    },
    {
      "version": "1.0.3",
      "date": "2026-01-19"
    }
  ],
  "_exports": [
    "SHAPBoostEstimator",
    "SHAPBoostRegressor",
    "SHAPBoostSurvival"
  ],
  "_help": [
    {
      "page": "SHAPBoostEstimator-class",
      "title": "SHAPBoostEstimator Class",
      "topics": [
        "SHAPBoostEstimator",
        "SHAPBoostEstimator-class"
      ]
    },
    {
      "page": "SHAPBoostRegressor-class",
      "title": "SHAPBoostRegressor is a reference class for regression feature selection through gradient boosting.",
      "topics": [
        "SHAPBoostRegressor",
        "SHAPBoostRegressor-class"
      ]
    },
    {
      "page": "SHAPBoostSurvival-class",
      "title": "SHAPBoostSurvival is a reference class for survival analysis feature selection through gradient boosting.",
      "topics": [
        "SHAPBoostSurvival",
        "SHAPBoostSurvival-class"
      ]
    }
  ],
  "_readme": "https://github.com/o-t-o-z/shapboost-r/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "BBmisc",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "car",
    "carData",
    "caret",
    "checkmate",
    "class",
    "cli",
    "clock",
    "codetools",
    "colorspace",
    "colourpicker",
    "commonmark",
    "corrplot",
    "cowplot",
    "cpp11",
    "data.table",
    "Deriv",
    "diagram",
    "digest",
    "doBy",
    "dplyr",
    "e1071",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreach",
    "forecast",
    "Formula",
    "fracdiff",
    "fs",
    "future",
    "future.apply",
    "generics",
    "ggExtra",
    "ggforce",
    "ggplot2",
    "ggpubr",
    "ggrepel",
    "ggsci",
    "ggsignif",
    "globals",
    "glue",
    "gower",
    "gridExtra",
    "gtable",
    "hardhat",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "ipred",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lme4",
    "lmtest",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "mgcv",
    "microbenchmark",
    "mime",
    "miniUI",
    "minqa",
    "ModelMetrics",
    "modelr",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "otel",
    "parallelly",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "plyr",
    "polyclip",
    "polynom",
    "pROC",
    "prodlim",
    "progressr",
    "promises",
    "proxy",
    "purrr",
    "quantreg",
    "R6",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "recipes",
    "reformulas",
    "reshape2",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstatix",
    "S7",
    "sass",
    "scales",
    "shape",
    "SHAPforxgboost",
    "shiny",
    "shinyjs",
    "sourcetools",
    "SparseM",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "systemfonts",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tinytex",
    "tweenr",
    "tzdb",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "xgboost",
    "xtable",
    "yaml",
    "zoo"
  ],
  "_score": 3.9030899869919438,
  "_indexed": true,
  "_nocasepkg": "shapboost",
  "_universes": [
    "o-t-o-z"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-19T09:04:21.000Z",
      "distro": "noble",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "28ffd48658b4992930f1e70752d8684130a86655ccd35d4288ec369c635b2926",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.3",
      "date": "2026-05-19T09:04:30.000Z",
      "distro": "noble",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "0a4f364c4d6e29a8c6db7921c9ac94fb4d94220d453c87f0f926fc88494b6cef",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-19T09:04:15.000Z",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "c60a38278e68d3c5b8b01fb02340b34f3138410e90e9de1acc6bb722d97eb5a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.3",
      "date": "2026-05-19T09:03:36.000Z",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "1f61e4853f645d80a04c1aa55585ff9afc7aad6760eaeb3f1313dd3016e70575",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-19T09:03:16.000Z",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "32362ec5d79ce883a6aa386b4bd2fc30fdbe6603b45b1c2e248262b4013a13d1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-19T09:02:51.000Z",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "166d4bad5265ee7ddcb1d17872cccdfe353f52ee36e29a6dba5b4dba03c1424a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.3",
      "date": "2026-05-19T09:02:53.000Z",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "66a47ad6204b6ad700a1498c265baf372f5e1c6e6547e7ee11756cd542fdf076",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.3",
      "date": "2026-06-02T14:51:31.000Z",
      "commit": "337322799d3b409ad1fd0d41d4919e83f301ee81",
      "fileid": "c2412b0445672a1b5da32e579981c16797580158bd32a6fc785a9a8eb8a9601f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/o-t-o-z/actions/runs/26087017770"
    }
  ]
}