{
  "_id": "6a153a09acfb0bcc41d5149d",
  "Package": "cpi",
  "Type": "Package",
  "Title": "Conditional Predictive Impact",
  "Version": "0.1.5",
  "Date": "2024-11-05",
  "Authors@R": "c(person(given = \"Marvin N.\",\nfamily = \"Wright\",\nrole = c(\"aut\", \"cre\"),\nemail = \"cran@wrig.de\",\ncomment = c(ORCID = \"0000-0002-8542-6291\")),\nperson(given = \"David S.\",\nfamily = \"Watson\",\nrole = \"aut\"))",
  "Maintainer": "Marvin N. Wright <cran@wrig.de>",
  "Description": "A general test for conditional independence in supervised\nlearning algorithms as proposed by Watson & Wright (2021)\n<doi:10.1007/s10994-021-06030-6>. Implements a conditional\nvariable importance measure which can be applied to any\nsupervised learning algorithm and loss function. Provides\nstatistical inference procedures without parametric assumptions\nand applies equally well to continuous and categorical\npredictors and outcomes.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/bips-hb/cpi, https://bips-hb.github.io/cpi/",
  "BugReports": "https://github.com/bips-hb/cpi/issues",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake",
  "Repository": "https://bips-hb.r-universe.dev",
  "Date/Publication": "2024-11-25 17:07:04 UTC",
  "RemoteUrl": "https://github.com/bips-hb/cpi",
  "RemoteRef": "HEAD",
  "RemoteSha": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 06:10:11 UTC",
    "User": "root"
  },
  "Author": "Marvin N. Wright [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-8542-6291>),\nDavid S. Watson [aut]",
  "MD5sum": "a14e4d4b5dd67c174677667be795a71f",
  "_user": "bips-hb",
  "_type": "src",
  "_file": "cpi_0.1.5.tar.gz",
  "_fileid": "6d8bca4d3514f9b01b6bba735b7fecb83ad22621fd85cecb5312df10f02e2430",
  "_filesize": 123215,
  "_sha256": "6d8bca4d3514f9b01b6bba735b7fecb83ad22621fd85cecb5312df10f02e2430",
  "_created": "2026-05-26T06:10:11.000Z",
  "_published": "2026-05-26T06:13:29.013Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77817448502,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7210088740"
    },
    {
      "job": 77817448434,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210083280"
    },
    {
      "job": 77817448462,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210075912"
    },
    {
      "job": 77817448499,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210072570"
    },
    {
      "job": 77817052894,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210052695"
    },
    {
      "job": 77817448452,
      "time": 112,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210077158"
    },
    {
      "job": 77817448493,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7210071042"
    },
    {
      "job": 77817448423,
      "time": 81,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210070414"
    },
    {
      "job": 77817448465,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210069602"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bips-hb/cpi",
  "_commit": {
    "id": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
    "author": "Marvin N. Wright <github@wrig.de>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #20 from bips-hb/bibentry\n\nDon't use personList",
    "time": 1732554424
  },
  "_maintainer": {
    "name": "Marvin N. Wright",
    "email": "cran@wrig.de",
    "login": "mnwright",
    "orcid": "0000-0002-8542-6291",
    "description": "",
    "uuid": 9598192
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "mlr3",
      "role": "Imports"
    },
    {
      "package": "lgr",
      "role": "Imports"
    },
    {
      "package": "knockoff",
      "role": "Imports"
    },
    {
      "package": "mlr3learners",
      "role": "Suggests"
    },
    {
      "package": "ranger",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "doParallel",
      "role": "Suggests"
    }
  ],
  "_owner": "bips-hb",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 12,
  "_contributors": [
    {
      "user": "mnwright",
      "count": 84,
      "uuid": 9598192
    },
    {
      "user": "dswatson",
      "count": 12,
      "uuid": 14347982
    }
  ],
  "_userbio": {
    "uuid": 34575917,
    "type": "organization",
    "name": "BIPS",
    "description": "Leibniz Institute for Prevention Research and Epidemiology"
  },
  "_downloads": {
    "count": 203,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cpi"
  },
  "_devurl": "https://github.com/bips-hb/cpi",
  "_pkgdown": "https://bips-hb.github.io/cpi/",
  "_searchresults": 29,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/cpi.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bips-hb/cpi",
  "_realowner": "bips-hb",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.4",
      "date": "2022-03-03"
    },
    {
      "version": "0.1.5",
      "date": "2024-11-25"
    }
  ],
  "_exports": [
    "cpi"
  ],
  "_help": [
    {
      "page": "cpi",
      "title": "Conditional Predictive Impact (CPI).",
      "topics": [
        "cpi"
      ]
    }
  ],
  "_readme": "https://github.com/bips-hb/cpi/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "checkmate",
    "cli",
    "codetools",
    "corpcor",
    "data.table",
    "digest",
    "evaluate",
    "foreach",
    "future",
    "future.apply",
    "glmnet",
    "globals",
    "gtools",
    "iterators",
    "knockoff",
    "lattice",
    "lgr",
    "listenv",
    "Matrix",
    "mirai",
    "mlbench",
    "mlr3",
    "mlr3measures",
    "mlr3misc",
    "nanonext",
    "palmerpenguins",
    "paradox",
    "parallelly",
    "PRROC",
    "R6",
    "Rcpp",
    "RcppEigen",
    "Rdsdp",
    "rlang",
    "RSpectra",
    "shape",
    "survival",
    "uuid"
  ],
  "_vignettes": [
    {
      "source": "intro.Rmd",
      "filename": "intro.html",
      "title": "Introduction to the cpi package",
      "author": "Marvin N. Wright",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Get started",
        "Interface with mlr3",
        "Statistical testing",
        "Knockoff procedures",
        "Group CPI",
        "Parallelization"
      ],
      "created": "2022-02-23 15:35:29",
      "modified": "2022-03-02 08:13:20",
      "commits": 4
    }
  ],
  "_score": 5.2405492482825995,
  "_indexed": true,
  "_nocasepkg": "cpi",
  "_universes": [
    "bips-hb",
    "mnwright"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-26T06:12:56.000Z",
      "distro": "noble",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "7b1ea8443a958e6b9480f0981a278ec87b5c892cea0cf4567c0f83409f7f8f7c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.5",
      "date": "2026-05-26T06:12:27.000Z",
      "distro": "noble",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "ea7b4b19517a21fbb1191ae52a73e4ff7917b242a57f28b80cf399044d5a9d74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-26T06:11:59.000Z",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "c301fc476875976fa3824ca7b23c9f45027ce36a9b4633ba5e3702b2008ea9e3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.5",
      "date": "2026-05-26T06:11:47.000Z",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "d4212170ed5d8f44a46ad1d9e40ca855bfb21a39a5821cfc0ce776d344ae42cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.5",
      "date": "2026-05-26T06:12:23.000Z",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "7e83687b716edce323062ab178310d6b6707a5f8e8a871544fa87ad5e733053c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-26T06:11:27.000Z",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "d4eb5be45a2df6e2a6d94b78744c33d85f13a20adf49640cfd1259afc7be6f77",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-26T06:11:21.000Z",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "270df629dbbc2116d3e5d263a8a0c5720a9122d4e376e544bd345e973ba55ffd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.5",
      "date": "2026-05-26T06:11:22.000Z",
      "commit": "238e428d7ae2a00b98cfec5a04a93a44ca4c7374",
      "fileid": "b624d05d487cc5825faa24ec51c54d90b44a45ed4883df593a2ff94918f6986b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bips-hb/actions/runs/26435416094"
    }
  ]
}