{
  "_id": "6a16ae0dacfb0bcc41d846f9",
  "Package": "QCAtools",
  "Title": "Helper Functions for QCA in R",
  "Version": "0.2.3",
  "Author": "Jirka Lewandowski <jirka.lewandowski@wzb.eu> [aut, cre]",
  "Maintainer": "Jirka Lewandowski <jirka.lewandowski@wzb.eu>",
  "Description": "Helper functions for Qualitative Comparative Analysis:\nevaluate and plot Boolean formulae on fuzzy set score data,\napply Boolean operations, compute consistency and coverage\nmeasures.",
  "License": "GPL (>= 3)",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 08:38:08 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2017-01-03 22:54:33 UTC",
  "RemoteUrl": "https://github.com/cran/QCAtools",
  "RemoteRef": "HEAD",
  "RemoteSha": "8a4f9307b2c6ce89ea6bde3b2a4dafab0bae6949",
  "MD5sum": "0ef6a1280274fd29424cde6fbdb6c37e",
  "_user": "cran",
  "_type": "src",
  "_file": "QCAtools_0.2.3.tar.gz",
  "_fileid": "165082222503f2fa8bd2bccf60df50cf5771ff9f67109519315505fe90e8c9d2",
  "_filesize": 97763,
  "_sha256": "165082222503f2fa8bd2bccf60df50cf5771ff9f67109519315505fe90e8c9d2",
  "_created": "2026-05-27T08:38:08.000Z",
  "_published": "2026-05-27T08:40:45.954Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78039382938,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7235820961"
    },
    {
      "job": 78039382945,
      "time": 113,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235817619"
    },
    {
      "job": 78038987790,
      "time": 146,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235777976"
    },
    {
      "job": 78039382989,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7235814114"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/26500358778",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/QCAtools",
  "_commit": {
    "id": "8a4f9307b2c6ce89ea6bde3b2a4dafab0bae6949",
    "author": "Jirka Lewandowski <jirka.lewandowski@wzb.eu>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.3\n",
    "time": 1483484073
  },
  "_maintainer": {
    "name": "Jirka Lewandowski",
    "email": "jirka.lewandowski@wzb.eu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.0",
      "role": "Depends"
    },
    {
      "package": "stringr",
      "version": ">= 0.6.2",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "version": ">= 0.9.3.1",
      "role": "Imports"
    },
    {
      "package": "directlabels",
      "version": ">= 2013.6.15",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "QCA",
      "version": ">= 2.5",
      "role": "Imports"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 30,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/QCAtools"
  },
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/QCAtools.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1",
      "date": "2015-01-07"
    },
    {
      "version": "0.2.1",
      "date": "2016-01-13"
    },
    {
      "version": "0.2.2",
      "date": "2016-07-21"
    },
    {
      "version": "0.2.3",
      "date": "2017-01-03"
    }
  ],
  "_exports": [
    "and",
    "consistency",
    "evaluate_dnf",
    "formula_to_function",
    "not",
    "or",
    "xyplot"
  ],
  "_help": [
    {
      "page": "boolean",
      "title": "And",
      "topics": [
        "and",
        "not",
        "or"
      ]
    },
    {
      "page": "consistency",
      "title": "Compute the consistency value",
      "topics": [
        "consistency"
      ]
    },
    {
      "page": "evaluate_dnf",
      "title": "Evaluate a formula",
      "topics": [
        "evaluate_dnf"
      ]
    },
    {
      "page": "format_dnf",
      "title": "Rewrite a list of clauses to a string containing a Boolean formula in disjunctive normal form",
      "topics": [
        "format_dnf"
      ]
    },
    {
      "page": "formula_to_function",
      "title": "Convert formula to function",
      "topics": [
        "formula_to_function"
      ]
    },
    {
      "page": "plot.qca",
      "title": "Plot the fuzzy set scores of the solution and the outcome against each other",
      "topics": [
        "plot.qca"
      ]
    },
    {
      "page": "QCAtools",
      "title": "QCAtools.",
      "topics": [
        "QCAtools-package",
        "QCAtools"
      ]
    },
    {
      "page": "xyplot",
      "title": "Plot fuzzy set score of two sets against each other",
      "topics": [
        "xyplot"
      ]
    }
  ],
  "_readme": "https://github.com/cran/QCAtools/raw/HEAD/README.md",
  "_rundeps": [
    "admisc",
    "cli",
    "cpp11",
    "declared",
    "directlabels",
    "farver",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "QCA",
    "quadprog",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "vctrs",
    "venn",
    "viridisLite",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "qcatools",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-05-27T08:40:06.000Z",
      "distro": "noble",
      "commit": "8a4f9307b2c6ce89ea6bde3b2a4dafab0bae6949",
      "fileid": "9db7e3de1d31d16d5d7c4cae927a89535191a8afeadbc45c1b61bf512aeacba4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26500358778"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-05-27T08:39:57.000Z",
      "distro": "noble",
      "commit": "8a4f9307b2c6ce89ea6bde3b2a4dafab0bae6949",
      "fileid": "17542902afbabd58e839e166feef40054e2a97085893989f3887b1347972756b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26500358778"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.3",
      "date": "2026-05-27T08:40:07.000Z",
      "commit": "8a4f9307b2c6ce89ea6bde3b2a4dafab0bae6949",
      "fileid": "1ac8cead631cb6b0f89faae7429d02daa2522045d0e435602790be1f30d36b21",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/26500358778"
    }
  ]
}