{
  "_id": "6a141d39acfb0bcc41d3dc6c",
  "Package": "RcppColMetric",
  "Title": "Efficient Column-Wise Metric Computation Against Common Vector",
  "Version": "0.1.0",
  "Authors@R": "person(\"Xiurui\", \"Zhu\", , \"zxr6@163.com\", role = c(\"aut\", \"cre\"),\ncomment = NULL)",
  "Description": "In data science, it is a common practice to compute a\nseries of columns (e.g. features) against a common response\nvector. Various metrics are provided with efficient computation\nimplemented with 'Rcpp'.",
  "License": "MIT + file LICENSE",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "URL": "https://github.com/zhuxr11/RcppColMetric",
  "BugReports": "https://github.com/zhuxr11/RcppColMetric/issues",
  "Repository": "https://zhuxr11.r-universe.dev",
  "Date/Publication": "2025-03-10 16:39:05 UTC",
  "RemoteUrl": "https://github.com/zhuxr11/rcppcolmetric",
  "RemoteRef": "HEAD",
  "RemoteSha": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-25 09:54:47 UTC",
    "User": "root"
  },
  "Author": "Xiurui Zhu [aut, cre]",
  "Maintainer": "Xiurui Zhu <zxr6@163.com>",
  "MD5sum": "2f49f74f30b083afbfb7d5fa77009613",
  "_user": "zhuxr11",
  "_type": "src",
  "_file": "RcppColMetric_0.1.0.tar.gz",
  "_fileid": "a39e6a1ef5793cdccd1100e964107b2ba01115fb0c5c41946a7f7ec7211d426b",
  "_filesize": 102978,
  "_sha256": "a39e6a1ef5793cdccd1100e964107b2ba01115fb0c5c41946a7f7ec7211d426b",
  "_created": "2026-05-25T09:54:47.000Z",
  "_published": "2026-05-26T10:39:56.486Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77692054879,
      "time": 116,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7195935832"
    },
    {
      "job": 77692054880,
      "time": 109,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7195933951"
    },
    {
      "job": 77692054922,
      "time": 111,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195934411"
    },
    {
      "job": 77692054865,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195940446"
    },
    {
      "job": 77692054870,
      "time": 93,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7195929832"
    },
    {
      "job": 77692054877,
      "time": 172,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7195950018"
    },
    {
      "job": 77692054888,
      "time": 74,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195924930"
    },
    {
      "job": 77692054891,
      "time": 169,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195949315"
    },
    {
      "job": 77691770212,
      "time": 129,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195905332"
    },
    {
      "job": 77692054855,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195931436"
    },
    {
      "job": 77692054873,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7195929768"
    },
    {
      "job": 77692054872,
      "time": 119,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7195936356"
    },
    {
      "job": 77692054889,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7195935119"
    }
  ],
  "_buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/zhuxr11/rcppcolmetric",
  "_commit": {
    "id": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
    "author": "zhuxr11 <zxr6@163.com>",
    "committer": "zhuxr11 <zxr6@163.com>",
    "message": "Fix title case for the package title.\n",
    "time": 1741624745
  },
  "_maintainer": {
    "name": "Xiurui Zhu",
    "email": "zxr6@163.com",
    "login": "zhuxr11",
    "description": "",
    "uuid": 62409053
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "caTools",
      "role": "Suggests"
    },
    {
      "package": "infotheo",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "zhuxr11",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "zhuxr11",
      "count": 28,
      "uuid": 62409053
    }
  ],
  "_userbio": {
    "uuid": 62409053,
    "type": "user",
    "name": "zhuxr11"
  },
  "_downloads": {
    "count": 168,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RcppColMetric"
  },
  "_devurl": "https://github.com/zhuxr11/rcppcolmetric",
  "_searchresults": 1,
  "_topics": [
    "cpp"
  ],
  "_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/RcppColMetric.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/zhuxr11/rcppcolmetric",
  "_realowner": "zhuxr11",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-03-13"
    }
  ],
  "_exports": [
    "col_auc",
    "col_auc_vec",
    "col_mut_info",
    "col_mut_info_vec"
  ],
  "_help": [
    {
      "page": "col_auc",
      "title": "Column-wise area under ROC curve (AUC)",
      "topics": [
        "col_auc"
      ]
    },
    {
      "page": "col_auc_vec",
      "title": "Vectorized version of function col_auc",
      "topics": [
        "col_auc_vec"
      ]
    },
    {
      "page": "col_mut_info",
      "title": "Column-wise mutual information",
      "topics": [
        "col_mut_info"
      ]
    },
    {
      "page": "col_mut_info_vec",
      "title": "Vectorized version of function col_mut_info",
      "topics": [
        "col_mut_info_vec"
      ]
    }
  ],
  "_readme": "https://github.com/zhuxr11/rcppcolmetric/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "rcppcolmetric",
  "_universes": [
    "zhuxr11"
  ],
  "_progress_url": "https://github.com/r-universe/zhuxr11/actions/runs/26447384111",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "c2480971530e531ef3296c36530931c01a1975a799625463ad8554283efe5df7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:42.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "9d5035dc96a9b0021c0d3ea0de31463c8974cc0584bbf0caa82f2e7049d13ecd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "14653f1d5d3d07d40d9b70d5a8bb462eeb94719ba560c14c7b27062fa3777c74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-25T09:57:06.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "53b088019b972bea279d78c3930f40250d5e1852741df17700cffd7ded9eab48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:28.000Z",
      "arch": "aarch64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "c29713e0ae0e02b49144dfc4fb57db605d174a34167821358b5fbddc1b073e18",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:57:31.000Z",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "b8062de86615f672d6d21502e52905ce8d6e8daadf9ce972065b2a356786c950",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:11.000Z",
      "arch": "aarch64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "fc865f3fd7fd2cebe22503bbb0dce09711be4dca4b931b1ed4570eed3602b2a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-25T09:57:27.000Z",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "510ff8046e0c7b2299edbaf60d6ccfe9aa2ea8bac6384d61c39fc0b48871e9f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:45.000Z",
      "arch": "emscripten",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "b9b4577787d7feaa3af1cd9e4844c209bdb2c94df9c783d081d77c5b35873327",
      "status": "success",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:00.000Z",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "9ddcb96cc5e082721c8f201a739bc33e48b614525ee0cfb24cb928495114fc01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:19.000Z",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "4fb884c1d99d7066645f50c0fb392c9d8e2e965c079faab42de65d298d5f6850",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-25T09:56:22.000Z",
      "arch": "x86_64",
      "commit": "da07c00282b111abf8e71512808e4eb2d9e31bb7",
      "fileid": "0041825681759f8ff31d3a8b29f8f1ca875b8db170a880dc16fbe9e41ce2e19d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/zhuxr11/actions/runs/26394465741"
    }
  ]
}