{
  "_id": "6a169b0bacfb0bcc41d7e0c1",
  "Package": "validatedb",
  "Title": "Validate Data in a Database using 'validate'",
  "Version": "0.3.2.9000",
  "Authors@R": "c(\nperson(given = \"Edwin\",\nfamily = \"de Jonge\",\nrole = c(\"aut\", \"cre\"),\nemail = \"edwindjonge@gmail.com\",\ncomment = c(ORCID=\"0000-0002-6580-4718\"))\n)",
  "Description": "Check whether records in a database table are valid using\nvalidation rules in R syntax specified with R package\n'validate'. R validation checks are automatically translated to\nSQL using 'dbplyr'.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.0",
  "URL": "https://github.com/data-cleaning/validatedb",
  "BugReports": "https://github.com/data-cleaning/validatedb/issues",
  "Collate": "'aggregate.R' 'tbl_validation.R' 'as-data-frame.R'\n'check_rules.R' 'compute.R' 'confront.R' 'confront_tbl.R'\n'confront_tbl_sparse.R' 'contains_at_least.R' 'do_by.R'\n'dump_sql.R' 'exists_any.R' 'is_complete.R' 'is_record_based.R'\n'is_unique.R' 'rewrite.R' 'rule_works_on_tbl.R' 'show_query.R'\n'summary.R' 'tbl.R' 'unsparse.R' 'validatedb-package.R'\n'values.R' 'violating.R' 'wrap_expression.R'",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://edwindj.r-universe.dev",
  "Date/Publication": "2022-06-03 14:09:02 UTC",
  "RemoteUrl": "https://github.com/data-cleaning/validatedb",
  "RemoteRef": "HEAD",
  "RemoteSha": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 07:09:34 UTC",
    "User": "root"
  },
  "Author": "Edwin de Jonge [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-6580-4718>)",
  "Maintainer": "Edwin de Jonge <edwindjonge@gmail.com>",
  "MD5sum": "c0200b67592e539f239764b89eccfef6",
  "_user": "edwindj",
  "_type": "src",
  "_file": "validatedb_0.3.2.9000.tar.gz",
  "_fileid": "ddaa9a1ddca9a94e1822da0e6d048dda7500a11b48eeec3163f171d03d930b12",
  "_filesize": 152040,
  "_sha256": "ddaa9a1ddca9a94e1822da0e6d048dda7500a11b48eeec3163f171d03d930b12",
  "_created": "2026-05-27T07:09:34.000Z",
  "_published": "2026-05-27T07:19:39.932Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78025791337,
      "time": 159,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7234113712"
    },
    {
      "job": 78025791298,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7234113969"
    },
    {
      "job": 78025791307,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7234230423"
    },
    {
      "job": 78025791351,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7234185055"
    },
    {
      "job": 78025325589,
      "time": 205,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234068879"
    },
    {
      "job": 78025791325,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7234100511"
    },
    {
      "job": 78025791335,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7234099140"
    },
    {
      "job": 78025791333,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7234095604"
    },
    {
      "job": 78025791354,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7234099640"
    }
  ],
  "_buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/data-cleaning/validatedb",
  "_commit": {
    "id": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
    "author": "Edwin de Jonge <edwindjonge@gmail.com>",
    "committer": "Edwin de Jonge <edwindjonge@gmail.com>",
    "message": "fixing cran checks\n",
    "time": 1654265342
  },
  "_maintainer": {
    "name": "Edwin de Jonge",
    "email": "edwindjonge@gmail.com",
    "login": "edwindj",
    "bluesky": "@edwindjonge.bsky.social",
    "orcid": "0000-0002-6580-4718",
    "twitter": "@edwindjonge",
    "description": "",
    "uuid": 542492
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "validate",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "dbplyr",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "data-cleaning",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "database",
    "datacleaning",
    "validation"
  ],
  "_stars": 33,
  "_contributors": [
    {
      "user": "edwindj",
      "count": 78,
      "uuid": 542492
    },
    {
      "user": "markvanderloo",
      "count": 2,
      "uuid": 1927426
    }
  ],
  "_userbio": {
    "uuid": 542492,
    "type": "user",
    "name": "Edwin de Jonge"
  },
  "_downloads": {
    "count": 6,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/validatedb"
  },
  "_devurl": "https://github.com/data-cleaning/validatedb",
  "_searchresults": 6,
  "_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/readme.html",
    "extra/readme.md",
    "extra/validatedb.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2021-03-18"
    },
    {
      "version": "0.1.4",
      "date": "2021-10-06"
    }
  ],
  "_exports": [
    "check_rules",
    "compute",
    "confront",
    "confront.tbl_sql",
    "dump_sql",
    "show_query",
    "tbl",
    "values"
  ],
  "_help": [
    {
      "page": "aggregate.tbl_validation",
      "title": "Count the number of invalid rules or records.",
      "topics": [
        "aggregate.tbl_validation"
      ]
    },
    {
      "page": "as.data.frame.tbl_validation",
      "title": "Retrieve validation results as a data.frame",
      "topics": [
        "as.data.frame.tbl_validation"
      ]
    },
    {
      "page": "check_rules",
      "title": "Check validation rules on the database",
      "topics": [
        "check_rules"
      ]
    },
    {
      "page": "compute.tbl_validation",
      "title": "Store the validation result in the db",
      "concept": [
        "tbl_validation"
      ],
      "topics": [
        "compute.tbl_validation"
      ]
    },
    {
      "page": "confront_tbl_sparse",
      "title": "Create a sparse confrontation query",
      "concept": [
        "confront"
      ],
      "topics": [
        "confront_tbl_sparse"
      ]
    },
    {
      "page": "confront.tbl_sql",
      "title": "Validate data in database 'tbl' with 'validator' rules.",
      "concept": [
        "validation"
      ],
      "topics": [
        "confront,ANY,validator,ANY-method",
        "confront.tbl_sql"
      ]
    },
    {
      "page": "dump_sql",
      "title": "dump sql statements",
      "topics": [
        "dump_sql"
      ]
    },
    {
      "page": "rule_works_on_tbl",
      "title": "tests for each rule if it can be executed on the database",
      "topics": [
        "rule_works_on_tbl"
      ]
    },
    {
      "page": "show_query.tbl_validation",
      "title": "Show generated sql code",
      "topics": [
        "show_query.tbl_validation"
      ]
    },
    {
      "page": "tbl_validation-class",
      "title": "Validation object for 'tbl' object",
      "concept": [
        "tbl_validation",
        "validation"
      ],
      "topics": [
        "tbl_validation",
        "tbl_validation-class"
      ]
    },
    {
      "page": "values-tbl_validation-method",
      "title": "Retrieve the result of a validation/confrontation",
      "concept": [
        "validation"
      ],
      "topics": [
        "values,tbl_validation-method"
      ]
    }
  ],
  "_readme": "https://github.com/data-cleaning/validatedb/raw/HEAD/README.md",
  "_rundeps": [
    "blob",
    "cli",
    "cpp11",
    "DBI",
    "dbplyr",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "settings",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "validate",
    "vctrs",
    "withr",
    "yaml"
  ],
  "_score": 3.2174839442139063,
  "_indexed": false,
  "_nocasepkg": "validatedb",
  "_universes": [
    "edwindj"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:12:05.000Z",
      "distro": "noble",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "dfb488213eaf7d66723e2348131600b8a2b71817596f513646bff37202e9db16",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:12:14.000Z",
      "distro": "noble",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "cf1892b0a901070e6dfb022e9d59dba1721e9d96ffd17acec0b280a98d73aae6",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:19:04.000Z",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "7f7287b39c9a12afcee09688a952cdb99c911998617f604a2a6ed944724c59d1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:16:26.000Z",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "aa1079ccec497e1ed01ecc6e5d4a73293566ddf2cada8c07b38545fa2d91903d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:11:50.000Z",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "90c59986587c7fd804fd8455411b51a35c7c344085c76279e884fd6229227b3f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:11:05.000Z",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "b453c5e7357f9a42985310fcbf1f30243de1832b9a0649e526332a7151bffc1c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:10:56.000Z",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "812103ef11f61733eb85e9f3a6b618a00a94d9956b1f4a05e269b027c88c87ce",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.2.9000",
      "date": "2026-05-27T07:11:10.000Z",
      "commit": "935f1ba79cc37ea30b46e5c11405f09147fc9357",
      "fileid": "b29c4a18e1b2a5dbef1b758cf2515f057f78f19f64f60ac8e1b944c93668b8f9",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/edwindj/actions/runs/26496317558"
    }
  ]
}