{
  "_id": "6a22a460cd65a98ecbd59725",
  "Package": "checkthat",
  "Title": "Intuitive Unit Testing Tools for Data Manipulation",
  "Version": "0.1.0.9000",
  "Authors@R": "person(\"Ian\", \"Cero\", , \"ian_cero@urmc.rochester.edu\", role = c(\"aut\",\n\"cre\", \"cph\"), comment = c(ORCID = \"0000-0002-2862-0450\"))",
  "Description": "Provides a lightweight data validation and testing toolkit\nfor R. Its guiding philosophy is that adding code-based data\nchecks to users' existing workflow should be both quick and\nintuitive. The suite of functions included therefore mirror the\ncommon data checks many users already perform by hand or by\neye. Additionally, the 'checkthat' package is optimized to work\nwithin 'tidyverse' data manipulation pipelines.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/iancero/checkthat,\nhttps://iancero.github.io/checkthat/",
  "BugReports": "https://github.com/iancero/checkthat/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Repository": "https://iancero.r-universe.dev",
  "Date/Publication": "2023-09-16 19:27:01 UTC",
  "RemoteUrl": "https://github.com/iancero/checkthat",
  "RemoteRef": "HEAD",
  "RemoteSha": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 10:23:37 UTC",
    "User": "root"
  },
  "Author": "Ian Cero [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-2862-0450>)",
  "Maintainer": "Ian Cero <ian_cero@urmc.rochester.edu>",
  "MD5sum": "347514cfa84bc317ae1644e225ad85c3",
  "_user": "iancero",
  "_type": "src",
  "_file": "checkthat_0.1.0.9000.tar.gz",
  "_fileid": "cc0ef66f2693e15135b079492e55d7a3e91508e3ccf2b8f1c54ff91bb4f9c0bc",
  "_filesize": 176035,
  "_sha256": "cc0ef66f2693e15135b079492e55d7a3e91508e3ccf2b8f1c54ff91bb4f9c0bc",
  "_created": "2026-06-05T10:23:37.000Z",
  "_published": "2026-06-05T10:26:40.925Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79709242022,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434364462"
    },
    {
      "job": 79709242034,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434362418"
    },
    {
      "job": 79709241991,
      "time": 146,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434364332"
    },
    {
      "job": 79709242060,
      "time": 118,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434356479"
    },
    {
      "job": 79708742156,
      "time": 204,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434325545"
    },
    {
      "job": 79709242079,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434360564"
    },
    {
      "job": 79709242035,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7434348778"
    },
    {
      "job": 79709242127,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7434352881"
    },
    {
      "job": 79709242037,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7434353696"
    }
  ],
  "_buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/iancero/checkthat",
  "_commit": {
    "id": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
    "author": "Ian Cero (URMC Laptop) <ian_cero@urmc.rochester.edu>",
    "committer": "Ian Cero (URMC Laptop) <ian_cero@urmc.rochester.edu>",
    "message": "add cran badge\n",
    "time": 1694892421
  },
  "_maintainer": {
    "name": "Ian Cero",
    "email": "ian_cero@urmc.rochester.edu",
    "orcid": "0000-0002-2862-0450"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.6.1",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.6.2",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "version": ">= 1.0.3",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.0.2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.1",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "version": ">= 1.43.0",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "version": ">= 1.9.2",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 2.23.0",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "version": ">= 1.3.0",
      "role": "Suggests"
    }
  ],
  "_owner": "iancero",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "data-validation",
    "unittesting"
  ],
  "_stars": 3,
  "_userbio": {
    "uuid": 6275210,
    "type": "user",
    "name": "iancero"
  },
  "_downloads": {
    "count": 139,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/checkthat"
  },
  "_devurl": "https://github.com/iancero/checkthat",
  "_pkgdown": "https://iancero.github.io/checkthat/",
  "_searchresults": 8,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/checkthat.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/iancero/checkthat",
  "_realowner": "iancero",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2023-09-12"
    }
  ],
  "_exports": [
    "at_least",
    "at_most",
    "check_that",
    "exactly_equal",
    "for_case",
    "is_count",
    "is_integerlike",
    "is_logical_vec",
    "is_proportion",
    "less_than",
    "more_than",
    "prop",
    "some_of",
    "validate_count",
    "validate_logical_vec",
    "validate_proportion",
    "whenever"
  ],
  "_help": [
    {
      "page": "at_least",
      "title": "Facilitate \"At Least\" Comparison on Logical Vectors",
      "concept": [
        "basic_quantifiers"
      ],
      "topics": [
        "at_least"
      ]
    },
    {
      "page": "at_most",
      "title": "Facilitate \"At Most\" Comparison on Logical Vectors",
      "concept": [
        "basic_quantifiers"
      ],
      "topics": [
        "at_most"
      ]
    },
    {
      "page": "check_that",
      "title": "Check that assertions about a dataframe are true/false",
      "topics": [
        "check_that"
      ]
    },
    {
      "page": "exactly_equal",
      "title": "Facilitate \"Exactly Equal\" Comparison on Logical Vectors",
      "concept": [
        "basic_quantifiers"
      ],
      "topics": [
        "exactly_equal"
      ]
    },
    {
      "page": "for_case",
      "title": "Check if Logical Conditions Hold for a Specific Data Row",
      "concept": [
        "special quantifiers"
      ],
      "topics": [
        "for_case"
      ]
    },
    {
      "page": "is_count",
      "title": "Check if a Numeric Value is a Count",
      "topics": [
        "is_count"
      ]
    },
    {
      "page": "is_integerlike",
      "title": "Check if a Numeric Value is Integer-like",
      "topics": [
        "is_integerlike"
      ]
    },
    {
      "page": "is_logical_vec",
      "title": "Check if a Vector is a Valid Logical Vector",
      "topics": [
        "is_logical_vec"
      ]
    },
    {
      "page": "is_proportion",
      "title": "Check if a Numeric Value is a Proportion",
      "topics": [
        "is_proportion"
      ]
    },
    {
      "page": "less_than",
      "title": "Facilitate \"Less Than\" Comparison on Logical Vectors",
      "concept": [
        "basic_quantifiers"
      ],
      "topics": [
        "less_than"
      ]
    },
    {
      "page": "more_than",
      "title": "Facilitate \"More Than\" Comparison on Logical Vectors",
      "concept": [
        "basic_quantifiers"
      ],
      "topics": [
        "more_than"
      ]
    },
    {
      "page": "prop",
      "title": "Calculate Proportion of TRUE Values in a Logical Vector",
      "topics": [
        "prop"
      ]
    },
    {
      "page": "some_of",
      "title": "Check if logical conditions are met some of the time in a logical vector",
      "concept": [
        "special quantifiers"
      ],
      "topics": [
        "some_of"
      ]
    },
    {
      "page": "validate_count",
      "title": "Validate a Count Value",
      "topics": [
        "validate_count"
      ]
    },
    {
      "page": "validate_logical_vec",
      "title": "Validate a Logical Vector",
      "topics": [
        "validate_logical_vec"
      ]
    },
    {
      "page": "validate_proportion",
      "title": "Validate a Proportion Value",
      "topics": [
        "validate_proportion"
      ]
    },
    {
      "page": "whenever",
      "title": "Whenever one condition is true, check other logical conditions also hold",
      "concept": [
        "special quantifiers"
      ],
      "topics": [
        "whenever"
      ]
    }
  ],
  "_readme": "https://github.com/iancero/checkthat/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "purrr",
    "rlang",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "checkthat.Rmd",
      "filename": "checkthat.html",
      "title": "checkthat",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Basic usage",
        "Tidyverse pipelines",
        "Checking a pipeline at multiple points",
        "Helper functions",
        "Basic helpers",
        "Special helpers",
        "Checking the whole dataframe"
      ],
      "created": "2023-09-12 00:03:38",
      "modified": "2023-09-12 02:44:09",
      "commits": 6
    }
  ],
  "_score": 4.176091259055681,
  "_indexed": true,
  "_nocasepkg": "checkthat",
  "_universes": [
    "iancero"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:25:41.000Z",
      "distro": "noble",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "fda8d61248ad572660fd9e4ef784cca3192f6b5d42701508fe86d0fcc43598b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:25:39.000Z",
      "distro": "noble",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "69ec7543df516fc02e853e831cf52e25dee178a7cc731de794b91eaa48933700",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:25:49.000Z",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "7d9b3cc07a650d3d60e88bb6f1998425bade1ebaa86b487d66109caecf6d7dcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:25:23.000Z",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "aa719a12b596bc5a8cfb77683e1e83c01e049ee7c71ff83816d97563c10da189",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:25:47.000Z",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "9feae0956ebf5008b1ea70327988560bcd2788afc91dc8c74a0575e87235de75",
      "status": "success",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:24:53.000Z",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "9cf06a293ef989a144732d682246d4855cb59b2f8d94dabbbb0d5e172ac5496a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:24:59.000Z",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "7eba0fbd45f156527da834a2dcd4105db045dbc72df9526f50678230388858e4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0.9000",
      "date": "2026-06-05T10:25:03.000Z",
      "commit": "463f421e0124cdc4dcce2802f9ffea387aa669d1",
      "fileid": "a1b75f76c9320c611fa49351ab853382a10dec7376700330bdfb35859dea49f4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/iancero/actions/runs/27009309203"
    }
  ]
}