{
  "_id": "6a180c43acfb0bcc41dadc23",
  "Package": "kosel",
  "Title": "Variable Selection by Revisited Knockoffs Procedures",
  "Version": "0.0.1",
  "Authors@R": "c(person(\"Clemence\", \"Karmann\", email = \"clemence.karmann@gmail.com\", role = c(\"aut\",\"cre\")),person(\"Aurelie\", \"Gueudin\", email = \"aurelie.gueudin@univ-lorraine.fr\", role = c(\"aut\")))",
  "Description": "Performs variable selection for many types of\nL1-regularised regressions using the revisited knockoffs\nprocedure. This procedure uses a matrix of knockoffs of the\ncovariates independent from the response variable Y. The idea\nis to determine if a covariate belongs to the model depending\non whether it enters the model before or after its knockoff.\nThe procedure suits for a wide range of regressions with\nvarious types of response variables. Regression models\navailable are exported from the R packages 'glmnet' and\n'ordinalNet'. Based on the paper linked to via the URL below:\nGegout A., Gueudin A., Karmann C. (2019) <arXiv:1907.03153>.",
  "URL": "https://arxiv.org/pdf/1907.03153.pdf",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "6.1.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 09:32:26 UTC",
    "User": "root"
  },
  "Author": "Clemence Karmann [aut, cre], Aurelie Gueudin [aut]",
  "Maintainer": "Clemence Karmann <clemence.karmann@gmail.com>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2019-07-18 09:44:06 UTC",
  "RemoteUrl": "https://github.com/cran/kosel",
  "RemoteRef": "HEAD",
  "RemoteSha": "887cd64506d08722342ae9975cec9d66a85965d8",
  "MD5sum": "a50acc1ac25d150428c6a06c48e0176a",
  "_user": "cran",
  "_type": "src",
  "_file": "kosel_0.0.1.tar.gz",
  "_fileid": "7e6758e094223d8ef412468ed1b4364ae9393a7916c3a94724c5d4bb5294b5c0",
  "_filesize": 103292,
  "_sha256": "7e6758e094223d8ef412468ed1b4364ae9393a7916c3a94724c5d4bb5294b5c0",
  "_created": "2026-05-28T09:32:26.000Z",
  "_published": "2026-05-28T09:34:59.893Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78263096769,
      "time": 118,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7262512319"
    },
    {
      "job": 78263096732,
      "time": 93,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7262502590"
    },
    {
      "job": 78262673495,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7262470383"
    },
    {
      "job": 78263096692,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7262505179"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26566550928",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/kosel",
  "_commit": {
    "id": "887cd64506d08722342ae9975cec9d66a85965d8",
    "author": "Clemence Karmann <clemence.karmann@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.0.1\n",
    "time": 1563443046
  },
  "_maintainer": {
    "name": "Clemence Karmann",
    "email": "clemence.karmann@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 1.1",
      "role": "Depends"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "ordinalNet",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 138,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/kosel"
  },
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/kosel.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2019-07-18"
    }
  ],
  "_exports": [
    "ko.glm",
    "ko.ordinal",
    "ko.sel"
  ],
  "_help": [
    {
      "page": "ko.glm",
      "title": "Statistics of the knockoffs procedure for glmnet regression models.",
      "topics": [
        "ko.glm"
      ]
    },
    {
      "page": "ko.ordinal",
      "title": "Statistics of the knockoffs procedure for ordinalNet regression models.",
      "topics": [
        "ko.ordinal"
      ]
    },
    {
      "page": "ko.sel",
      "title": "Variable selection with the knockoffs procedure.",
      "topics": [
        "ko.sel"
      ]
    }
  ],
  "_rundeps": [
    "codetools",
    "foreach",
    "glmnet",
    "iterators",
    "lattice",
    "Matrix",
    "ordinalNet",
    "Rcpp",
    "RcppEigen",
    "shape",
    "survival"
  ],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "kosel",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-28T09:34:15.000Z",
      "distro": "noble",
      "commit": "887cd64506d08722342ae9975cec9d66a85965d8",
      "fileid": "8cc2085acff822454e3bb1b4e41f96f98ecf3d7e42c7bd501bc4756ca6c38b66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26566550928"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-05-28T09:33:58.000Z",
      "distro": "noble",
      "commit": "887cd64506d08722342ae9975cec9d66a85965d8",
      "fileid": "6dd48d75de675743e9755caa33a0e8be724580089d51d6a4e0376983192e272f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26566550928"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-05-28T09:34:24.000Z",
      "commit": "887cd64506d08722342ae9975cec9d66a85965d8",
      "fileid": "c0cd7047ba8a9d950e3a21211aab6041a92c88fe1559be4059782bc0ff558061",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26566550928"
    }
  ]
}