{
  "_id": "6a104595acfb0bcc41c9e84b",
  "Package": "votesys",
  "Type": "Package",
  "Title": "Voting Systems, Instant-Runoff Voting, Borda Method, Various\nCondorcet Methods",
  "Version": "0.1.1",
  "Date": "2018-04-20",
  "Authors@R": "c(person(\"Jiang\", \"Wu\", role = c(\"aut\", \"cre\"),\nemail = \"textidea@sina.com\",\ncomment = \"from Capital Normal University\"))",
  "Maintainer": "Jiang Wu <textidea@sina.com>",
  "Description": "Various methods to count ballots in voting systems are\nprovided. Functions to check validity of ballots are also\nprovided to ensure flexibility.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyLoad": "true",
  "RoxygenNote": "6.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-11 05:53:26 UTC",
    "User": "root"
  },
  "Author": "Jiang Wu [aut, cre] (from Capital Normal University)",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2018-04-20 08:56:40 UTC",
  "RemoteUrl": "https://github.com/cran/votesys",
  "RemoteRef": "HEAD",
  "RemoteSha": "1adcaf345de8ad73abc670ee473d910fdfa24134",
  "MD5sum": "5e208b55a13e22faf384e23ce975a2e8",
  "_user": "cran",
  "_type": "src",
  "_file": "votesys_0.1.1.tar.gz",
  "_fileid": "33ffed8a79724b2ba146bd7b347ee93c9e397cb7c2a1707dcb4a78b81fa9734e",
  "_filesize": 199913,
  "_sha256": "33ffed8a79724b2ba146bd7b347ee93c9e397cb7c2a1707dcb4a78b81fa9734e",
  "_created": "2026-05-11T05:53:26.000Z",
  "_published": "2026-05-22T12:01:25.565Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77375281333,
      "time": 114,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6911260480"
    },
    {
      "job": 77375281236,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911257240"
    },
    {
      "job": 77375280877,
      "time": 206,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6911236308"
    },
    {
      "job": 77375280766,
      "time": 92,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7159970363"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/25652761778",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/votesys",
  "_commit": {
    "id": "1adcaf345de8ad73abc670ee473d910fdfa24134",
    "author": "Jiang Wu <textidea@sina.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.1\n",
    "time": 1524214600
  },
  "_maintainer": {
    "name": "Jiang Wu",
    "email": "textidea@sina.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "gtools",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 185,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/votesys"
  },
  "_searchresults": 23,
  "_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/votesys.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-03-15"
    },
    {
      "version": "0.1.1",
      "date": "2018-04-20"
    }
  ],
  "_exports": [
    "approval_method",
    "as_complete",
    "borda_method",
    "cdc_copeland",
    "cdc_dodgson",
    "cdc_kemenyyoung",
    "cdc_minmax",
    "cdc_rankedpairs",
    "cdc_schulze",
    "cdc_simple",
    "check_dup_wrong",
    "create_vote",
    "dowdall_method",
    "irv_method",
    "list2ballot",
    "plurality_method",
    "star_rating"
  ],
  "_help": [
    {
      "page": "votesys-package",
      "title": "Voting Systems, Instant-Runoff Voting, Borda Method, Various Condorcet Methods",
      "topics": [
        "votesys-package",
        "votesys"
      ]
    },
    {
      "page": "approval_method",
      "title": "Approval Method",
      "topics": [
        "approval_method"
      ]
    },
    {
      "page": "as_complete",
      "title": "Convert Incomplete ranking/rating matrix into full matrix",
      "topics": [
        "as_complete"
      ]
    },
    {
      "page": "borda_method",
      "title": "Borda Count Method",
      "topics": [
        "borda_method"
      ]
    },
    {
      "page": "cdc_copeland",
      "title": "Copeland Method",
      "topics": [
        "cdc_copeland"
      ]
    },
    {
      "page": "cdc_dodgson",
      "title": "Dodgson Method",
      "topics": [
        "cdc_dodgson"
      ]
    },
    {
      "page": "cdc_kemenyyoung",
      "title": "Kemeny-Young Method",
      "topics": [
        "cdc_kemenyyoung"
      ]
    },
    {
      "page": "cdc_minmax",
      "title": "Minmax Method",
      "topics": [
        "cdc_minmax"
      ]
    },
    {
      "page": "cdc_rankedpairs",
      "title": "Ranked Pairs Method",
      "topics": [
        "cdc_rankedpairs"
      ]
    },
    {
      "page": "cdc_schulze",
      "title": "Schulze Method",
      "topics": [
        "cdc_schulze"
      ]
    },
    {
      "page": "cdc_simple",
      "title": "Ordinary Condorcet Method",
      "topics": [
        "cdc_simple"
      ]
    },
    {
      "page": "check_dup_wrong",
      "title": "Check Ballots with Duplicated Values, Mistakes, or without Any Valid Entry",
      "topics": [
        "check_dup_wrong"
      ]
    },
    {
      "page": "create_vote",
      "title": "Create a vote Object that can be used in counting methods",
      "topics": [
        "create_vote"
      ]
    },
    {
      "page": "dowdall_method",
      "title": "Dowdall Method",
      "topics": [
        "dowdall_method"
      ]
    },
    {
      "page": "irv_method",
      "title": "Instant-Runoff Voting Method",
      "topics": [
        "irv_method"
      ]
    },
    {
      "page": "list2ballot",
      "title": "Repeat ith element of list x or row of matrix/data.frames for j times",
      "topics": [
        "list2ballot"
      ]
    },
    {
      "page": "plurality_method",
      "title": "Plurality Method to Find Absolute or Relative Majority",
      "topics": [
        "plurality_method"
      ]
    },
    {
      "page": "star_rating",
      "title": "User Preference Aggregation",
      "topics": [
        "star_rating"
      ]
    }
  ],
  "_rundeps": [
    "data.table",
    "gtools",
    "lattice",
    "Matrix"
  ],
  "_score": 1.3617278360175928,
  "_indexed": true,
  "_nocasepkg": "votesys",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T05:55:21.000Z",
      "distro": "noble",
      "commit": "1adcaf345de8ad73abc670ee473d910fdfa24134",
      "fileid": "b47fef0c0af128bc9eb15127167a8c6d427f3c3be08a59b287f8d5f346c0b7a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25652761778"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-11T05:55:06.000Z",
      "distro": "noble",
      "commit": "1adcaf345de8ad73abc670ee473d910fdfa24134",
      "fileid": "40ed40fa333cdb32458c9c4de4edc1f0e50ae16e41af5fc63c970c4b340fba32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25652761778"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T12:00:53.000Z",
      "commit": "1adcaf345de8ad73abc670ee473d910fdfa24134",
      "fileid": "64d930cd854a0db8d0e4e2eec1ec5d16bac7ad4e1ec58fe77fd67fdb44d12ec1",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/25652761778"
    }
  ]
}