{
  "_id": "6a1ee02cb401979e73410759",
  "Package": "quickPWCR",
  "Type": "Package",
  "Title": "Quickly construct and rate large binary pairwised comparisons",
  "Version": "1.0",
  "Date": "2024-04-23",
  "Authors@R": "person(\"Xiaohao\", \"Yang\", role = c(\"aut\", \"cre\", \"cph\"), email = \"xiaohaoy@umich.edu\")",
  "Description": "A collection of functions for constructing large pairwised\ncomparisons and rating them using Elo rating system with\nsupporting parallel processing. The method of random sample\npairs is based on Reservoir Sampling proposed by JVitter (1985)\n<doi:10.1145/3147.3165>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.1",
  "Language": "en_GB",
  "Roxygen": "list(markdown = TRUE)",
  "VignetteBuilder": "knitr, rmarkdown",
  "Repository": "https://billbillbilly.r-universe.dev",
  "Date/Publication": "2024-04-29 17:45:57 UTC",
  "RemoteUrl": "https://github.com/billbillbilly/quickpwcr",
  "RemoteRef": "HEAD",
  "RemoteSha": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-20 07:20:44 UTC",
    "User": "root"
  },
  "Author": "Xiaohao Yang [aut, cre, cph]",
  "Maintainer": "Xiaohao Yang <xiaohaoy@umich.edu>",
  "MD5sum": "6be0b40bcfdf29995cdce70faf12224c",
  "_user": "billbillbilly",
  "_type": "src",
  "_file": "quickPWCR_1.0.tar.gz",
  "_fileid": "6297cb9ff37ef757204f99a2ebe8cd818083ffd3a08fb4c693f7ae8b76c64ab7",
  "_filesize": 84685,
  "_sha256": "6297cb9ff37ef757204f99a2ebe8cd818083ffd3a08fb4c693f7ae8b76c64ab7",
  "_created": "2026-05-20T07:20:44.000Z",
  "_published": "2026-06-02T13:52:44.144Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79086780504,
      "time": 126,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7103684271"
    },
    {
      "job": 79086779656,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7103687450"
    },
    {
      "job": 79086779860,
      "time": 149,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7103691507"
    },
    {
      "job": 79086780035,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7103687569"
    },
    {
      "job": 79086780175,
      "time": 175,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7103691907"
    },
    {
      "job": 79086780265,
      "time": 395,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7103759650"
    },
    {
      "job": 79086779894,
      "time": 208,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7103691686"
    },
    {
      "job": 79086779974,
      "time": 267,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7103719111"
    },
    {
      "job": 79086778877,
      "time": 222,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7103644924"
    },
    {
      "job": 79086779267,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7359650564"
    },
    {
      "job": 79086779504,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7103680297"
    },
    {
      "job": 79086779848,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7103677891"
    },
    {
      "job": 79086780277,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7103677215"
    }
  ],
  "_buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/billbillbilly/quickpwcr",
  "_commit": {
    "id": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
    "author": "billbillbilly <xiaohaoy@umich.edu>",
    "committer": "billbillbilly <xiaohaoy@umich.edu>",
    "message": "update\n",
    "time": 1714412757
  },
  "_maintainer": {
    "name": "Xiaohao Yang",
    "email": "xiaohaoy@umich.edu",
    "login": "billbillbilly",
    "description": "PhD candidate @digital-landscapes at the School for Environment and Sustainability, University of Michigan",
    "uuid": 61219306
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "pbmcapply",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "billbillbilly",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "billbillbilly",
      "count": 14,
      "uuid": 61219306
    }
  ],
  "_userbio": {
    "uuid": 61219306,
    "type": "user",
    "name": "Xiaohao Yang",
    "description": "PhD candidate @digital-landscapes at the School for Environment and Sustainability, University of Michigan"
  },
  "_downloads": {
    "count": 172,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quickPWCR"
  },
  "_devurl": "https://github.com/billbillbilly/quickpwcr",
  "_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/quickPWCR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/billbillbilly/quickpwcr",
  "_realowner": "billbillbilly",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2024-04-25"
    },
    {
      "version": "1.2",
      "date": "2025-01-13"
    }
  ],
  "_exports": [
    "m_elo",
    "randompair"
  ],
  "_help": [
    {
      "page": "m_elo",
      "title": "randompair",
      "topics": [
        "m_elo"
      ]
    },
    {
      "page": "randompair",
      "title": "randompair",
      "topics": [
        "randompair"
      ]
    }
  ],
  "_readme": "https://github.com/billbillbilly/quickpwcr/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pbmcapply",
    "pillar",
    "pkgconfig",
    "R6",
    "Rcpp",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_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"
    }
  ],
  "_vignettes": [
    {
      "source": "quickPWCR.Rmd",
      "filename": "quickPWCR.html",
      "title": "quickPWCR",
      "author": "Xiaohao Yang",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. construct pairwise comparison",
        "Compute Elo rating"
      ],
      "created": "2024-04-24 07:33:59",
      "modified": "2024-04-24 08:16:10",
      "commits": 2
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "quickpwcr",
  "_universes": [
    "billbillbilly"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-20T07:22:50.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "39a432fd539cb2b4d1d4a2304f1a9644af60daeff49d5ae7aaf422ad7ef570f4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-20T07:22:56.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "4655891459c0b0d23d34cd14af7779af05684b237e78614c10fa53a904bbb0f2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-20T07:23:14.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "707e951c65833210e4b3df3eaac65abb6ba3d44c951b653c67294cdace8d79b7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-05-20T07:22:58.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "8b57bfff69064c293fb266dfffad678d0837574eed40d81e9f634bf8b6b91740",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-20T07:23:14.000Z",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "c485d69276b23195fdbbcf7690775c9c2922e65bd63e0f3a667999b5e839e0a8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-20T07:26:11.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "5e76519b885ab8a4cf5676eb759e220287d9be7a61493586ee85a36aaa139f5e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-20T07:23:08.000Z",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "8ea1f46d3217d7f1c76166aeffa19ed2b477ab242839ab944e18abd3e6f5fbe1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0",
      "date": "2026-05-20T07:24:18.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "b3247478c5abd2880680adf1af1377e7e8255d9e093842930157f2fe8fc976ba",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-20T07:22:12.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "6bd408b3b6be6d4894f5bee125602761b9b8e5dbaf78befdcf82244b15dc5e0d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-20T07:22:04.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "a73faf07926348c7c80b1585891a2ceac7069ab3e9f0c444cea4c3489c336139",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-05-20T07:22:01.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "ff92301861f6626ee6840fa057ec3e76c9c87cb19c8d1a1ff28a42ac0416a13e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-06-02T13:52:04.000Z",
      "arch": "emscripten",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "d3876d880baade26ff6d9ee11ba18008251598bdaefb1fc69c2159e313c79664",
      "status": "success",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/26147540691"
    }
  ]
}