{
  "_id": "6a6332a4d3420cf5dfdb8837",
  "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-07-24 07:45:33 UTC",
    "User": "root"
  },
  "Author": "Xiaohao Yang [aut, cre, cph]",
  "Maintainer": "Xiaohao Yang <xiaohaoy@umich.edu>",
  "_user": "billbillbilly",
  "_type": "src",
  "_file": "quickPWCR_1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/87f552b37941342ef43d5a008db912d948ab44fc04519d9ec81136840e0aa1ef",
  "_filesize": 85684,
  "_sha256": "87f552b37941342ef43d5a008db912d948ab44fc04519d9ec81136840e0aa1ef",
  "_expires": "2026-11-01T09:38:42.000Z",
  "_created": "2026-07-24T07:45:33.000Z",
  "_published": "2026-07-24T09:38:43.941Z",
  "_jobs": [
    {
      "job": 89428458953,
      "time": 120,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8590116436"
    },
    {
      "job": 89428458961,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8590122692"
    },
    {
      "job": 89428458966,
      "time": 120,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8590116312"
    },
    {
      "job": 89428459004,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8590121208"
    },
    {
      "job": 89428458995,
      "time": 144,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8592612707"
    },
    {
      "job": 89428458983,
      "time": 264,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8592611189"
    },
    {
      "job": 89428459029,
      "time": 141,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8592626706"
    },
    {
      "job": 89428459058,
      "time": 376,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8592652613"
    },
    {
      "job": 89427665365,
      "time": 265,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8590072214"
    },
    {
      "job": 89428458920,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8590114859"
    },
    {
      "job": 89428459013,
      "time": 110,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8590112833"
    },
    {
      "job": 89428458974,
      "time": 116,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8590115102"
    },
    {
      "job": 89428459010,
      "time": 100,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8590109443"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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",
    "followers": 17,
    "description": "PhD candidate @digital-landscapes at the School for Environment and Sustainability, University of Michigan"
  },
  "_downloads": {
    "count": 149,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quickPWCR"
  },
  "_devurl": "https://github.com/billbillbilly/quickpwcr",
  "_searchresults": 1,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.1",
  "_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": "16-20260322-1ubuntu1",
      "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-07-24T07:47:36.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/35a9ec0f4fcb255bf29ef4cbabd88d7fb2c78c2b71b125c44aa53a5a18a304c5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0",
      "date": "2026-07-24T07:47:48.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/5c86a244e07359e3eb5bc04282c0cd07b57c6e4db51d6159df157c35234568d7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0",
      "date": "2026-07-24T07:47:34.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/1cfb6c30a6c52e64cfbd91b728cb21c02a12bff3827f50874f501c803487017d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0",
      "date": "2026-07-24T07:47:50.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/84162acbbea3629b7da92b3f38a03cf1204341188794100963e473d5b272528c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-07-24T09:35:50.000Z",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/09ddb46a143e4706af406b84ddf710efdbc7eba4442c51f95afa6078a61d362c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0",
      "date": "2026-07-24T09:35:26.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/293eafc7f01b83bd8b2a9f0544939567a6631d2caf5200894182ebb350204855",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0",
      "date": "2026-07-24T09:36:24.000Z",
      "arch": "aarch64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/8bd07b9fd06b3ff0bd3588b451bbf54e0a57f6b35cf895337094511e4e682a37",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0",
      "date": "2026-07-24T09:36:41.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/84cfefce9df2f50a8001a2437daed9c56428c42fc463cc4b2ff48a63d4d0a881",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0",
      "date": "2026-07-24T07:47:45.000Z",
      "arch": "emscripten",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/259fa4484f54266da02099ba0fcb7d3c256775b2a237a9757606202df6edf324",
      "status": "success",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0",
      "date": "2026-07-24T07:46:54.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/2b941d90c75897651d5b6ac7fd845df309647df509bd7c0828d17831a3bf0c76",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0",
      "date": "2026-07-24T07:47:01.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/e637882e63c0e8c79925ff3d3064d6d3ed2a8793bf2d75138c26e928c6b92c74",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0",
      "date": "2026-07-24T07:46:45.000Z",
      "arch": "x86_64",
      "commit": "0cf0806aa7be6b6dc7459694b27142c56c7d1793",
      "fileid": "https://r2.ropensci.org/3e664cf5618d99529af80630d21cf70d9cdfe5dffdca8d4dd3cfd2a06d3a7e01",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/billbillbilly/actions/runs/30076280832"
    }
  ]
}