{
  "_id": "6a1d40b51d7bb097a0a40a33",
  "Package": "wdm",
  "Title": "Weighted Dependence Measures",
  "Version": "0.2.6",
  "Authors@R": "person(\"Thomas\", \"Nagler\", email = \"mail@tnagler.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Provides efficient implementations of weighted dependence\nmeasures and related asymptotic tests for independence.\nImplemented measures are the Pearson correlation, Spearman's\nrho, Kendall's tau, Blomqvist's beta, and Hoeffding's D; see,\ne.g., Nelsen (2006) <doi:10.1007/0-387-28678-0> and Hollander\net al. (2015, ISBN:9780470387375).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://github.com/tnagler/wdm-r",
  "BugReports": "https://github.com/tnagler/wdm-r/issues",
  "Repository": "https://tnagler.r-universe.dev",
  "Date/Publication": "2025-01-03 13:45:25 UTC",
  "RemoteUrl": "https://github.com/tnagler/wdm-r",
  "RemoteRef": "HEAD",
  "RemoteSha": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-01 08:14:55 UTC",
    "User": "root"
  },
  "Author": "Thomas Nagler [aut, cre]",
  "Maintainer": "Thomas Nagler <mail@tnagler.com>",
  "MD5sum": "ea7363b40768eaf586f830bb62225351",
  "_user": "tnagler",
  "_type": "src",
  "_file": "wdm_0.2.6.tar.gz",
  "_fileid": "6d37bc9f5a9844f61e994fad48132815e7bb461fb755d4cef353525d89275ba0",
  "_filesize": 168215,
  "_sha256": "6d37bc9f5a9844f61e994fad48132815e7bb461fb755d4cef353525d89275ba0",
  "_created": "2026-06-01T08:14:55.000Z",
  "_published": "2026-06-01T08:20:05.135Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78812240534,
      "time": 189,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7326571732"
    },
    {
      "job": 78812240526,
      "time": 162,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7326562899"
    },
    {
      "job": 78812240548,
      "time": 181,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326569205"
    },
    {
      "job": 78812240583,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326554182"
    },
    {
      "job": 78812240529,
      "time": 80,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7326537005"
    },
    {
      "job": 78812240527,
      "time": 168,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7326565306"
    },
    {
      "job": 78812240513,
      "time": 126,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326551498"
    },
    {
      "job": 78812240535,
      "time": 273,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326597701"
    },
    {
      "job": 78811806999,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326511300"
    },
    {
      "job": 78812240504,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326550566"
    },
    {
      "job": 78812240530,
      "time": 126,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7326551123"
    },
    {
      "job": 78812240590,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7326542544"
    },
    {
      "job": 78812240531,
      "time": 100,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7326543277"
    }
  ],
  "_buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/tnagler/wdm-r",
  "_commit": {
    "id": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
    "author": "tnagler <thomas.nagler@tum.de>",
    "committer": "tnagler <thomas.nagler@tum.de>",
    "message": "update gh actions script\n",
    "time": 1735911925
  },
  "_maintainer": {
    "name": "Thomas Nagler",
    "email": "mail@tnagler.com",
    "login": "tnagler",
    "description": "",
    "uuid": 8761435
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "Hmisc",
      "role": "Suggests"
    },
    {
      "package": "copula",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "tnagler",
  "_selfowned": true,
  "_usedby": 20,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "dependence",
    "statistics",
    "cpp"
  ],
  "_stars": 3,
  "_contributors": [
    {
      "user": "tnagler",
      "count": 10,
      "uuid": 8761435
    },
    {
      "user": "tvatter",
      "count": 2,
      "uuid": 5273142
    }
  ],
  "_userbio": {
    "uuid": 8761435,
    "type": "user",
    "name": "Thomas Nagler"
  },
  "_downloads": {
    "count": 5284,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/wdm"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/tnagler/wdm-r",
  "_searchresults": 13,
  "_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/wdm.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/tnagler/wdm-r",
  "_realowner": "tnagler",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-05-30"
    },
    {
      "version": "0.1.1",
      "date": "2018-06-12"
    },
    {
      "version": "0.2.0",
      "date": "2019-02-07"
    },
    {
      "version": "0.2.1",
      "date": "2019-04-11"
    },
    {
      "version": "0.2.2",
      "date": "2020-08-02"
    },
    {
      "version": "0.2.3",
      "date": "2022-03-17"
    },
    {
      "version": "0.2.4",
      "date": "2023-08-10"
    },
    {
      "version": "0.2.6",
      "date": "2025-01-07"
    }
  ],
  "_exports": [
    "indep_test",
    "rank_wtd",
    "wdm"
  ],
  "_help": [
    {
      "page": "wdm-package",
      "title": "Weighted Dependence Measures",
      "topics": [
        "wdm-package"
      ]
    },
    {
      "page": "indep_test",
      "title": "Independence Tests for Weighted Dependence Measures",
      "topics": [
        "indep_test"
      ]
    },
    {
      "page": "rank_wtd",
      "title": "Computing weighted ranks",
      "topics": [
        "rank_wtd"
      ]
    },
    {
      "page": "wdm",
      "title": "Weighted Dependence Measures",
      "topics": [
        "wdm"
      ]
    }
  ],
  "_readme": "https://github.com/tnagler/wdm-r/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": 5.791148670688652,
  "_indexed": true,
  "_nocasepkg": "wdm",
  "_universes": [
    "tnagler"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.6",
      "date": "2026-06-01T08:18:06.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "7979c813ab01471ace78783e22766091c054eee900372b9345f35e7436edd9c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.6",
      "date": "2026-06-01T08:17:35.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "a31920553777a8da73251bc34d64ecd2023e6e3c95a76ca8d14dff9f5bdc0703",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.6",
      "date": "2026-06-01T08:17:59.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "f10d24dcf285f35af23d0959be7455afc9d8d6f5c858450df3f21924a2f73b2f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.6",
      "date": "2026-06-01T08:17:10.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "480658a039710b0c79d2599fa98a9bf3d85e2de93fb6184f08f3d707a641f86c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.6",
      "date": "2026-06-01T08:16:23.000Z",
      "arch": "aarch64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "0a534d42580953bcdcc5681eb9f55a9c03d4fb6fe9d55b01e336a107e565154e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.6",
      "date": "2026-06-01T08:17:30.000Z",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "a5c5a113384335c1e1bfb9aebdec3830c0e5f5729c22086f9b55f68f66ccfffb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.6",
      "date": "2026-06-01T08:16:56.000Z",
      "arch": "aarch64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "94cb8090496271f3530e7d1df67f4a4b896a11a16bac4e9e555c589c9c71ed44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.6",
      "date": "2026-06-01T08:18:59.000Z",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "9ff999e9add040d2b5a824ff85dcdc29fdb954a7cb6947fe40707d4eafdec809",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.6",
      "date": "2026-06-01T08:17:16.000Z",
      "arch": "emscripten",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "7d699476126af3e4cbea01c04dbd363ddd9f1ee382f1ab1a7499e60958770b9f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.6",
      "date": "2026-06-01T08:16:37.000Z",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "bb9a06531cd600539672e02c99e875886503197086655746d05216d1057c7537",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.6",
      "date": "2026-06-01T08:16:13.000Z",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "08c0e265243037fe11163e46510565bfc90aa3918a75466a1cf506fd6d5cf78b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.6",
      "date": "2026-06-01T08:16:13.000Z",
      "arch": "x86_64",
      "commit": "6454a3de4eecbf8ca460ec96e076bdb95c89b23f",
      "fileid": "3d1b59fc406d8d607d44094ef2cc8af79b4263f8650ac8df7da4d3d348a15c53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tnagler/actions/runs/26743115246"
    }
  ]
}