{
  "_id": "6a60a0ffc766cc6deb6a9e91",
  "Package": "electsys21",
  "Type": "Package",
  "Title": "Voting Methods for Ranked, Rated and Approval Ballots",
  "Version": "0.1.0",
  "Authors@R": "person(\"Ivan\", \"Iakimov\", , \"ivan.iakimov@ih21.org\", role = c(\"aut\", \"cre\"))",
  "Description": "Implements a range of voting methods and electoral systems\nfor determining election winners, including the D21 method with\nand without minus votes (Janecek,\n<https://www.ih21.org/en/d21-janecek-method>),\nfirst-past-the-post, two-round runoff, instant runoff, the\nBorda count, approval voting, majority judgement and the\nCondorcet method. The functions accept several ballot formats -\nranking, cardinal utilities, approvals and scores - with\nautomatic detection of the input type, configurable\ntie-breaking and tidy summaries of the results.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://github.com/ivan-ih21/electsys21",
  "BugReports": "https://github.com/ivan-ih21/electsys21/issues",
  "Config/roxygen2/version": "8.0.0",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-22 10:49:39 UTC",
    "User": "root"
  },
  "Author": "Ivan Iakimov [aut, cre]",
  "Maintainer": "Ivan Iakimov <ivan.iakimov@ih21.org>",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-07-22 06:10:15 UTC",
  "RemoteUrl": "https://github.com/cran/electsys21",
  "RemoteRef": "HEAD",
  "RemoteSha": "548aa724bd6974320589f134a8c2ea099a2db0d8",
  "_user": "cran",
  "_type": "src",
  "_file": "electsys21_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/90f50a742374618775801b6058fc2833e408897d2fb75c8826eb831e9c3006fb",
  "_filesize": 177355,
  "_sha256": "90f50a742374618775801b6058fc2833e408897d2fb75c8826eb831e9c3006fb",
  "_expires": "2026-10-30T10:52:45.000Z",
  "_created": "2026-07-22T10:49:39.000Z",
  "_published": "2026-07-22T10:53:25.531Z",
  "_jobs": [
    {
      "job": 88901485139,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8526890447"
    },
    {
      "job": 88901485033,
      "time": 128,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8526882635"
    },
    {
      "job": 88900955966,
      "time": 148,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8526824273"
    },
    {
      "job": 88901484998,
      "time": 96,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8526868814"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/29913222699",
  "_status": "success",
  "_upstream": "https://github.com/cran/electsys21",
  "_commit": {
    "id": "548aa724bd6974320589f134a8c2ea099a2db0d8",
    "author": "Ivan Iakimov <ivan.iakimov@ih21.org>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.1.0\n",
    "time": 1784700615
  },
  "_maintainer": {
    "name": "Ivan Iakimov",
    "email": "ivan.iakimov@ih21.org",
    "login": "ivan-ih21",
    "description": "",
    "uuid": 205930672
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "stats",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-30",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "0.1.0",
      "date": "2026-07-22"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "ivan-ih21",
      "count": 1,
      "uuid": 205930672
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 622,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/electsys21"
  },
  "_devurl": "https://github.com/ivan-ih21/electsys21",
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/electsys21.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2026-07-22"
    }
  ],
  "_exports": [
    "approval",
    "borda",
    "condorcet",
    "d21",
    "d21_minus",
    "fptp",
    "gen_approvals",
    "gen_ranks",
    "gen_utilities",
    "irv",
    "majority_judgement",
    "tworound"
  ],
  "_help": [
    {
      "page": "approval",
      "title": "Approval Voting",
      "topics": [
        "approval"
      ]
    },
    {
      "page": "borda",
      "title": "Borda Count",
      "topics": [
        "borda"
      ]
    },
    {
      "page": "condorcet",
      "title": "Condorcet Method",
      "topics": [
        "condorcet"
      ]
    },
    {
      "page": "d21",
      "title": "D21 Voting",
      "topics": [
        "d21"
      ]
    },
    {
      "page": "d21_minus",
      "title": "D21 Voting with minus votes",
      "topics": [
        "d21_minus"
      ]
    },
    {
      "page": "fptp",
      "title": "First-Past-The-Post voting",
      "topics": [
        "fptp"
      ]
    },
    {
      "page": "gen_approvals",
      "title": "Generate random approval ballots",
      "topics": [
        "gen_approvals"
      ]
    },
    {
      "page": "gen_ranks",
      "title": "Generate random ranking ballots",
      "topics": [
        "gen_ranks"
      ]
    },
    {
      "page": "gen_utilities",
      "title": "Generate random utility ballots",
      "topics": [
        "gen_utilities"
      ]
    },
    {
      "page": "irv",
      "title": "Instant Runoff Voting",
      "topics": [
        "irv"
      ]
    },
    {
      "page": "majority_judgement",
      "title": "Majority Judgment",
      "topics": [
        "majority_judgement"
      ]
    },
    {
      "page": "tworound",
      "title": "Two-Round System (runoff) election",
      "topics": [
        "tworound"
      ]
    }
  ],
  "_readme": "https://github.com/cran/electsys21/raw/HEAD/README.md",
  "_rundeps": [],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "electsys21",
  "_universes": [
    "cran",
    "ivan-ih21"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-22T10:52:12.000Z",
      "distro": "resolute",
      "commit": "548aa724bd6974320589f134a8c2ea099a2db0d8",
      "fileid": "https://r2.ropensci.org/2ed0339e7e7ac0d835f9a641b96a01a7a6567d21969d4040a8e1d58624c7c140",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29913222699"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-22T10:51:50.000Z",
      "distro": "resolute",
      "commit": "548aa724bd6974320589f134a8c2ea099a2db0d8",
      "fileid": "https://r2.ropensci.org/0516e19baa42c538a5a1dfc2260673d177db346a65c32ade083ef648656c368d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29913222699"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-22T10:51:30.000Z",
      "commit": "548aa724bd6974320589f134a8c2ea099a2db0d8",
      "fileid": "https://r2.ropensci.org/3531416ec882ebe3571688ca1a81372af5aff57cf807ffabaa23eb51643e1dde",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/29913222699"
    }
  ]
}