{
  "_id": "6a1057cfacfb0bcc41ca3144",
  "Package": "swag",
  "Type": "Package",
  "Title": "Sparse Wrapper Algorithm",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Samuel\", \"Orso\", email=\"Samuel.Orso@unige.ch\", role=c(\"aut\",\"cre\")),\nperson(\"Gaetan\", \"Bakalli\", role=\"aut\"),\nperson(\"Cesare\", \"Miglioli\", role=\"aut\"),\nperson(\"Stephane\", \"Guerrier\", role=\"ctb\"),\nperson(\"Roberto\", \"Molinari\", role=\"ctb\"))",
  "Maintainer": "Samuel Orso <Samuel.Orso@unige.ch>",
  "Description": "An algorithm that trains a meta-learning procedure that\ncombines screening and wrapper methods to find a set of\nextremely low-dimensional attribute combinations. This package\nworks on top of the 'caret' package and proceeds in a\nforward-step manner. More specifically, it builds and tests\nlearners starting from very few attributes until it includes a\nmaximal number of attributes by increasing the number of\nattributes at each step. Hence, for each fixed number of\nattributes, the algorithm tests various (randomly selected)\nlearners and picks those with the best performance in terms of\ntraining error. Throughout, the algorithm uses the information\ncoming from the best learners at the previous step to build and\ntest learners in the following step. In the end, it outputs a\nset of strong low-dimensional learners.",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "RdMacros": "Rdpack",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.1.1",
  "URL": "https://github.com/SMAC-Group/SWAG-R-Package/",
  "BugReports": "https://github.com/SMAC-Group/SWAG-R-Package/issues/",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://smac-group.r-universe.dev",
  "Date/Publication": "2023-08-22 08:14:39 UTC",
  "RemoteUrl": "https://github.com/smac-group/swag",
  "RemoteRef": "HEAD",
  "RemoteSha": "9dcac38f773cb88679dfc6ab617fe4041b908857",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-09 07:12:55 UTC",
    "User": "root"
  },
  "Author": "Samuel Orso [aut, cre],\nGaetan Bakalli [aut],\nCesare Miglioli [aut],\nStephane Guerrier [ctb],\nRoberto Molinari [ctb]",
  "MD5sum": "3a8e984d46bd97be6fdc5829b865bb6e",
  "_user": "smac-group",
  "_type": "src",
  "_file": "swag_0.1.1.tar.gz",
  "_fileid": "4baeccb2073accf20d08fd9e8365bf45e79e10cf18f9dffec07007daa6e1decf",
  "_filesize": 132164,
  "_sha256": "4baeccb2073accf20d08fd9e8365bf45e79e10cf18f9dffec07007daa6e1decf",
  "_created": "2026-05-09T07:12:55.000Z",
  "_published": "2026-05-22T13:19:11.562Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77387591440,
      "time": 176,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6893901230"
    },
    {
      "job": 77387591578,
      "time": 212,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6893904363"
    },
    {
      "job": 77387591651,
      "time": 121,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6893894575"
    },
    {
      "job": 77387591334,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6893893120"
    },
    {
      "job": 77387591072,
      "time": 216,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6893882011"
    },
    {
      "job": 77387590768,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7161480854"
    },
    {
      "job": 77387591593,
      "time": 156,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6893898983"
    },
    {
      "job": 77387591843,
      "time": 128,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6893895471"
    },
    {
      "job": 77387591825,
      "time": 150,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6893897588"
    }
  ],
  "_buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/smac-group/swag",
  "_commit": {
    "id": "9dcac38f773cb88679dfc6ab617fe4041b908857",
    "author": "Lionel Voirol <lionelvoirol@hotmail.com>",
    "committer": "Lionel Voirol <lionelvoirol@hotmail.com>",
    "message": "remove ability to provide X matrix and y vector with missing values.\n",
    "time": 1692692079
  },
  "_maintainer": {
    "name": "Samuel Orso",
    "email": "samuel.orso@unige.ch",
    "login": "samorso",
    "uuid": 10031380
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "caret",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "version": ">= 0.7",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    },
    {
      "package": "e1071",
      "role": "Suggests"
    },
    {
      "package": "foreach",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "grDevices",
      "role": "Suggests"
    },
    {
      "package": "iterators",
      "role": "Suggests"
    },
    {
      "package": "kernlab",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "methods",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "ModelMetrics",
      "role": "Suggests"
    },
    {
      "package": "nlme",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "plyr",
      "role": "Suggests"
    },
    {
      "package": "pROC",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "recipes",
      "role": "Suggests"
    },
    {
      "package": "remotes",
      "role": "Suggests"
    },
    {
      "package": "reshape2",
      "role": "Suggests"
    },
    {
      "package": "stats4",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "smac-group",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "machine-learning"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "samorso",
      "count": 57,
      "uuid": 10031380
    },
    {
      "user": "lionelvoirol",
      "count": 30,
      "uuid": 47116310
    },
    {
      "user": "caesarxvii",
      "count": 17,
      "uuid": 30504426
    },
    {
      "user": "robertomolinari",
      "count": 1,
      "uuid": 10800871
    },
    {
      "user": "stephaneguerrier",
      "count": 1,
      "uuid": 9849320
    }
  ],
  "_userbio": {
    "uuid": 9849345,
    "type": "organization",
    "name": "Statistical Methods, Applications & Computing Group"
  },
  "_downloads": {
    "count": 233,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/swag"
  },
  "_devurl": "https://github.com/smac-group/swag-r-package",
  "_searchresults": 6,
  "_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/swag.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/smac-group/swag",
  "_realowner": "smac-group",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-11-10"
    }
  ],
  "_exports": [
    "return_glm_beta_selected_models",
    "return_lm_beta_selected_models",
    "swag",
    "swagControl"
  ],
  "_help": [
    {
      "page": "predict.swag",
      "title": "Predict method for SWAG",
      "topics": [
        "predict.swag"
      ]
    },
    {
      "page": "return_glm_beta_selected_models",
      "title": "Returned estimated logistic regression coefficients for each selected model in a summary.swag object",
      "topics": [
        "return_glm_beta_selected_models"
      ]
    },
    {
      "page": "return_lm_beta_selected_models",
      "title": "Returned estimated linear regression coefficients for each selected model in a summary.swag object",
      "topics": [
        "return_lm_beta_selected_models"
      ]
    },
    {
      "page": "summary.swag",
      "title": "Summary method for SWAG",
      "topics": [
        "summary.swag"
      ]
    },
    {
      "page": "swag",
      "title": "Spare Wrapper AlGorithm (swag)",
      "topics": [
        "swag"
      ]
    },
    {
      "page": "swagControl",
      "title": "Control for swag function",
      "topics": [
        "swagControl"
      ]
    }
  ],
  "_readme": "https://github.com/smac-group/swag/raw/HEAD/README.md",
  "_rundeps": [
    "caret",
    "class",
    "cli",
    "clock",
    "codetools",
    "cpp11",
    "data.table",
    "diagram",
    "digest",
    "dplyr",
    "e1071",
    "farver",
    "foreach",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "ipred",
    "isoband",
    "iterators",
    "KernSmooth",
    "labeling",
    "lattice",
    "lava",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "ModelMetrics",
    "nlme",
    "nnet",
    "numDeriv",
    "parallelly",
    "pillar",
    "pkgconfig",
    "plyr",
    "pROC",
    "prodlim",
    "progressr",
    "proxy",
    "purrr",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "Rdpack",
    "recipes",
    "reshape2",
    "rlang",
    "rpart",
    "S7",
    "scales",
    "shape",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tzdb",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3.6020599913279625,
  "_indexed": true,
  "_nocasepkg": "swag",
  "_universes": [
    "smac-group",
    "samorso"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-09T07:15:36.000Z",
      "distro": "noble",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "1cc1b64c705a0b1982ffc47e9ffa29195e11382bef5467f97f0d23e146814456",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-09T07:16:04.000Z",
      "distro": "noble",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "d7ca1760479435bb5a4b8de03bad6722a9ba35a315969fc575f45f9b03b2f5be",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-09T07:14:40.000Z",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "f68c973e04a2848ff90f3e324d189e0521394d5edcc1f7f3432ee4af00a6e295",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-09T07:14:27.000Z",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "42010456230ceacc7bcd8f6513b948d58ea76dcc4597055be06fbf59bde6c91b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-09T07:15:15.000Z",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "25b105fbfa619dfa9d5be0212ace021ed096d25b955893e59e5544db7c9b28b1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-09T07:14:32.000Z",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "0269e9d413c678c220110b751e7cf137a8ee777001d316d61e224472d5496dc8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-09T07:15:00.000Z",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "8f42745845b0a4768b6ade08d3ce0cc181aad86a40d6db958a2eaf97db7a2f83",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T13:18:55.000Z",
      "commit": "9dcac38f773cb88679dfc6ab617fe4041b908857",
      "fileid": "52a3fd48523f5ae4f852486db53bc1d7cd25fb0bbfbd524e91495ab1019b2adc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/smac-group/actions/runs/25594962992"
    }
  ]
}