{
  "_id": "6a1f36dcb401979e73428a2d",
  "Package": "cornet",
  "Version": "1.0.0",
  "Title": "Penalised Regression for Dichotomised Outcomes",
  "Description": "Implements lasso and ridge regression for dichotomised\noutcomes (<doi:10.1080/02664763.2023.2233057>), i.e., numerical\noutcomes that were transformed to binary outcomes. Such\nartificial binary outcomes indicate whether an underlying\nmeasurement is greater than a threshold.",
  "Authors@R": "person(given=\"Armin\",family=\"Rauschenberger\",email=\"armin.rauschenberger@uni.lu\",role=c(\"aut\",\"cre\"),comment=c(ORCID=\"0000-0001-6498-4801\"))",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/rauschenberger/cornet,\nhttps://rauschenberger.github.io/cornet/",
  "BugReports": "https://github.com/rauschenberger/cornet/issues",
  "Repository": "https://rauschenberger.r-universe.dev",
  "Date/Publication": "2024-09-26 12:31:16 UTC",
  "RemoteUrl": "https://github.com/rauschenberger/cornet",
  "RemoteRef": "HEAD",
  "RemoteSha": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 06:06:15 UTC",
    "User": "root"
  },
  "Author": "Armin Rauschenberger [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6498-4801>)",
  "Maintainer": "Armin Rauschenberger <armin.rauschenberger@uni.lu>",
  "MD5sum": "ab5767b07facad6b7eaab4a8bebe4249",
  "_user": "rauschenberger",
  "_type": "src",
  "_file": "cornet_1.0.0.tar.gz",
  "_fileid": "3675d7fa6c5c03c00971f12e80cfbf98e141803997811b834c95edac7df0195a",
  "_filesize": 176613,
  "_sha256": "3675d7fa6c5c03c00971f12e80cfbf98e141803997811b834c95edac7df0195a",
  "_created": "2026-05-15T06:06:15.000Z",
  "_published": "2026-06-02T20:02:36.141Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79160756782,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011160125"
    },
    {
      "job": 79160756898,
      "time": 162,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011163883"
    },
    {
      "job": 79160757115,
      "time": 117,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011224385"
    },
    {
      "job": 79160756897,
      "time": 110,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011232597"
    },
    {
      "job": 79160756727,
      "time": 164,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011131233"
    },
    {
      "job": 79160755970,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368473035"
    },
    {
      "job": 79160756809,
      "time": 106,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011152697"
    },
    {
      "job": 79160757053,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011149645"
    },
    {
      "job": 79160756937,
      "time": 92,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011149570"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rauschenberger/cornet",
  "_commit": {
    "id": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
    "author": "Armin <armin.rauschenberger@ext.uni.lu>",
    "committer": "Armin <armin.rauschenberger@ext.uni.lu>",
    "message": "ignore license\n",
    "time": 1727353876
  },
  "_maintainer": {
    "name": "Armin Rauschenberger",
    "email": "armin.rauschenberger@uni.lu",
    "login": "rauschenberger",
    "orcid": "0000-0001-6498-4801",
    "uuid": 14272654
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "palasso",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "RColorBrewer",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "mvtnorm",
      "role": "Suggests"
    },
    {
      "package": "randomForest",
      "role": "Suggests"
    },
    {
      "package": "xgboost",
      "role": "Suggests"
    },
    {
      "package": "MLmetrics",
      "role": "Suggests"
    }
  ],
  "_owner": "rauschenberger",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "rauschenberger",
      "count": 169,
      "uuid": 14272654
    }
  ],
  "_userbio": {
    "uuid": 14272654,
    "type": "user",
    "name": "Armin Rauschenberger"
  },
  "_downloads": {
    "count": 360,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cornet"
  },
  "_devurl": "https://github.com/rauschenberger/cornet",
  "_pkgdown": "https://rauschenberger.github.io/cornet/",
  "_searchresults": 13,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cornet.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rauschenberger/cornet",
  "_realowner": "rauschenberger",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2019-03-21"
    },
    {
      "version": "0.0.2",
      "date": "2019-09-26"
    },
    {
      "version": "0.0.3",
      "date": "2019-11-13"
    },
    {
      "version": "0.0.4",
      "date": "2020-03-18"
    },
    {
      "version": "0.0.5",
      "date": "2021-04-19"
    },
    {
      "version": "0.0.6",
      "date": "2022-08-17"
    },
    {
      "version": "0.0.7",
      "date": "2023-02-16"
    },
    {
      "version": "0.0.8",
      "date": "2023-06-03"
    },
    {
      "version": "0.0.9",
      "date": "2023-08-11"
    },
    {
      "version": "1.0.0",
      "date": "2024-09-26"
    }
  ],
  "_exports": [
    "cornet",
    "cv.cornet"
  ],
  "_help": [
    {
      "page": "dot-check",
      "title": "Arguments",
      "topics": [
        ".check"
      ]
    },
    {
      "page": "dot-equal",
      "title": "Equality",
      "topics": [
        ".equal"
      ]
    },
    {
      "page": "dot-simulate",
      "title": "Data simulation",
      "topics": [
        ".simulate"
      ]
    },
    {
      "page": "dot-test",
      "title": "Single-split test",
      "topics": [
        ".test"
      ]
    },
    {
      "page": "coef.cornet",
      "title": "Extract estimated coefficients",
      "topics": [
        "coef.cornet"
      ]
    },
    {
      "page": "cornet",
      "title": "Combined regression",
      "topics": [
        "cornet-package",
        "cornet"
      ]
    },
    {
      "page": "cv.cornet",
      "title": "Performance measurement",
      "topics": [
        "cv.cornet"
      ]
    },
    {
      "page": "plot.cornet",
      "title": "Plot loss matrix",
      "topics": [
        "plot.cornet"
      ]
    },
    {
      "page": "predict.cornet",
      "title": "Predict binary outcome",
      "topics": [
        "predict.cornet"
      ]
    },
    {
      "page": "print.cornet",
      "title": "Combined regression",
      "topics": [
        "print.cornet"
      ]
    }
  ],
  "_readme": "https://github.com/rauschenberger/cornet/raw/HEAD/README.md",
  "_rundeps": [
    "codetools",
    "foreach",
    "glmnet",
    "iterators",
    "lattice",
    "Matrix",
    "palasso",
    "Rcpp",
    "RcppEigen",
    "shape",
    "survival"
  ],
  "_vignettes": [
    {
      "source": "application.Rmd",
      "filename": "application.html",
      "title": "reproducibility - application",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Processing",
        "Analysis",
        "Results",
        "Figures"
      ],
      "created": "2019-09-13 09:53:49",
      "modified": "2023-06-02 13:37:42",
      "commits": 38
    },
    {
      "source": "article.Rmd",
      "filename": "article.html",
      "title": "Article",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Title",
        "Authors",
        "Abstract",
        "Reference"
      ],
      "created": "2019-03-18 09:53:02",
      "modified": "2024-09-26 12:23:16",
      "commits": 16
    },
    {
      "source": "simulation.Rmd",
      "filename": "simulation.html",
      "title": "reproducibility - simulation",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Graphical abstract",
        "Examples",
        "(not included)"
      ],
      "created": "2019-09-13 09:53:49",
      "modified": "2023-06-01 08:09:55",
      "commits": 51
    },
    {
      "source": "vignette.Rmd",
      "filename": "vignette.html",
      "title": "Combined Regression",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Installation",
        "Example",
        "References"
      ],
      "created": "2018-06-14 09:52:44",
      "modified": "2024-09-26 12:23:16",
      "commits": 39
    }
  ],
  "_score": 5.670245853074125,
  "_indexed": true,
  "_nocasepkg": "cornet",
  "_universes": [
    "rauschenberger"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-15T06:08:23.000Z",
      "distro": "noble",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "14a3e05ff34c65f850942a50af9c47c07feef6857e93acb1ab66552df81a97fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-15T06:08:44.000Z",
      "distro": "noble",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "ba46a503e06d76ea63abc95bbe0e95065719e69a810126888b0dfc072437b37d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-15T06:13:48.000Z",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "5d505de04383a376beb0b4cdabc39922b56328c47a409c4b41e3e98792af93b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-15T06:14:31.000Z",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "f50d699b15c7a3f0b42a3b716e08bb98769f1fc8a3ac39b73a2c14407d4d0342",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-15T06:07:33.000Z",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "3bfcc7a116a682127df47bc200d9ab406deec461fc57dd0b37a7931c75302204",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-15T06:07:26.000Z",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "69a551a4b2ffa49b51dc699982b47188c2ff33d72a586836606176a8e7540233",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-15T06:07:27.000Z",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "e2a49886ae36f10f2201b58f088e4b08677b4cf7fab43e3b7a42d916048643ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T20:02:13.000Z",
      "commit": "cd95458f51edf37af744450b1ffb5ed5a6232d34",
      "fileid": "2567ed77ef1ff9f601c7d5d5e587920d8aedb7530eccddf6cb5e08267ac850ce",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rauschenberger/actions/runs/25903093499"
    }
  ]
}