{
  "_id": "6a3126523efcd9bda435dfcd",
  "Package": "schematic",
  "Title": "Tidy Schema Validation for Data Frames",
  "Version": "0.1.2",
  "Authors@R": "person(\"Will\", \"Hipson\", email = \"will.e.hipson@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"), comment = c(ORCID = \"0000-0002-3931-2189\"))",
  "Description": "Validate data.frames against schemas to ensure that data\nmatches expectations. Define schemas using 'tidyselect' and\npredicate functions for type consistency, nullability, and\nmore. Schema failure messages can be tailored for non-technical\nusers and are ideal for user-facing applications such as in\n'shiny' or 'plumber'.",
  "Maintainer": "Will Hipson <will.e.hipson@gmail.com>",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/whipson/schematic,\nhttps://whipson.github.io/schematic/",
  "BugReports": "https://github.com/whipson/schematic/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr, quarto",
  "Repository": "https://whipson.r-universe.dev",
  "Date/Publication": "2025-05-22 12:27:50 UTC",
  "RemoteUrl": "https://github.com/whipson/schematic",
  "RemoteRef": "HEAD",
  "RemoteSha": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-16 10:29:40 UTC",
    "User": "root"
  },
  "Author": "Will Hipson [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-3931-2189>)",
  "MD5sum": "3791c9a7cb44228d7d5fe3e6f688d4bc",
  "_user": "whipson",
  "_type": "src",
  "_file": "schematic_0.1.2.tar.gz",
  "_fileid": "ea288dd8af5844bf421067f29db8e4d63d382c4010fad79ea83ca3c0a6eba5c8",
  "_filesize": 111654,
  "_sha256": "ea288dd8af5844bf421067f29db8e4d63d382c4010fad79ea83ca3c0a6eba5c8",
  "_created": "2026-06-16T10:29:40.000Z",
  "_published": "2026-06-16T10:32:50.095Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81635998217,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7664192852"
    },
    {
      "job": 81635998227,
      "time": 135,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664190774"
    },
    {
      "job": 81635998270,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7664168172"
    },
    {
      "job": 81635998238,
      "time": 104,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664176675"
    },
    {
      "job": 81635495504,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664136825"
    },
    {
      "job": 81635998175,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664190722"
    },
    {
      "job": 81635998220,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7664177858"
    },
    {
      "job": 81635998258,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7664164163"
    },
    {
      "job": 81635998250,
      "time": 71,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7664165666"
    }
  ],
  "_buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/whipson/schematic",
  "_commit": {
    "id": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
    "author": "Will Hipson <43099884+whipson@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #5 from whipson/0.1.2\n\nupdate readme",
    "time": 1747916870
  },
  "_maintainer": {
    "name": "Will Hipson",
    "email": "will.e.hipson@gmail.com",
    "login": "whipson",
    "twitter": "@whipson3",
    "description": "PhD. Data Engineer at Halifax International Airport Authority, Nova Scotia.",
    "uuid": 43099884,
    "orcid": "0000-0002-3931-2189"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "whipson",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "whipson",
      "count": 5,
      "uuid": 43099884
    }
  ],
  "_userbio": {
    "uuid": 43099884,
    "type": "user",
    "name": "Will Hipson",
    "followers": 56,
    "description": "PhD. Data Engineer at Halifax International Airport Authority, Nova Scotia."
  },
  "_downloads": {
    "count": 549,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/schematic"
  },
  "_devurl": "https://github.com/whipson/schematic",
  "_pkgdown": "https://whipson.github.io/schematic/",
  "_searchresults": 8,
  "_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/schematic.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/whipson/schematic",
  "_realowner": "whipson",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-24"
    },
    {
      "version": "0.1.1",
      "date": "2025-05-08"
    },
    {
      "version": "0.1.2",
      "date": "2025-05-28"
    }
  ],
  "_exports": [
    "check_schema",
    "is_all_distinct",
    "is_incrementing",
    "is_non_null",
    "is_positive_integer",
    "is_text",
    "is_whole_number",
    "last_check_errors",
    "mod_infinitable",
    "mod_nullable",
    "schema"
  ],
  "_help": [
    {
      "page": "check_schema",
      "title": "Validate a data.frame against a schema",
      "topics": [
        "check_schema"
      ]
    },
    {
      "page": "is_all_distinct",
      "title": "Check if all values in a vector are distinct",
      "topics": [
        "is_all_distinct"
      ]
    },
    {
      "page": "is_incrementing",
      "title": "Check if the vector is sorted numerically or alphanumerically",
      "topics": [
        "is_incrementing"
      ]
    },
    {
      "page": "is_non_null",
      "title": "Check if all values are not NA",
      "topics": [
        "is_non_null"
      ]
    },
    {
      "page": "is_positive_integer",
      "title": "Check if a vector has all positive integers",
      "topics": [
        "is_positive_integer"
      ]
    },
    {
      "page": "is_text",
      "title": "Check if a vector is text-based (character or factor)",
      "topics": [
        "is_text"
      ]
    },
    {
      "page": "is_whole_number",
      "title": "Check if a vector has all whole numbers",
      "topics": [
        "is_whole_number"
      ]
    },
    {
      "page": "last_check_errors",
      "title": "Retrieve latest schematic run time errors",
      "topics": [
        "last_check_errors"
      ]
    },
    {
      "page": "mod_infinitable",
      "title": "Ignore infinite values in a predicate",
      "topics": [
        "mod_infinitable"
      ]
    },
    {
      "page": "mod_nullable",
      "title": "Allow NA in a predicate",
      "topics": [
        "mod_nullable"
      ]
    },
    {
      "page": "print.Schema",
      "title": "Print method for Schema",
      "topics": [
        "print.Schema"
      ]
    },
    {
      "page": "schema",
      "title": "Create a schema object",
      "topics": [
        "schema"
      ]
    }
  ],
  "_readme": "https://github.com/whipson/schematic/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "purrr",
    "rlang",
    "tidyselect",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Create a schema",
        "Check data against schema",
        "Customizing the message"
      ],
      "created": "2025-04-10 18:34:17",
      "modified": "2025-04-10 18:34:17",
      "commits": 1
    }
  ],
  "_score": 4.477121254719663,
  "_indexed": true,
  "_nocasepkg": "schematic",
  "_universes": [
    "whipson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-16T10:32:07.000Z",
      "distro": "noble",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "1a4cd3a3c4d25a64b8323374de449e78262e5d907147855c9ad2251fee04f121",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-16T10:32:03.000Z",
      "distro": "noble",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "199cb3652b0e2ccb07a1ede29eab26bf75842be5ef17614990b11357a122b882",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-16T10:31:08.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "cc9994efdbcf62b092faac23f2e2a675480e9f4b0f5facacaf1484eee342af43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-16T10:31:26.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "722a61953a4ae3e725443ee8a1b8f1a123b68b89823bfd5af2c80fa015690d82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-16T10:32:18.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "af3076728789c22df7549ed328ed9b1ed943b1441b464645a86e8a0eb6112ef3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-16T10:31:21.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "4d53d7b3ffc61a8cafd86450eff3e44c8e1c127b36b367893bae087ce9e570e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-16T10:30:47.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "406ec72f0dd06b658ecf397d672448b251f4bf4b6babec9cebacd4d554b2d6e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-16T10:30:51.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "b8eb4ebdf381bf44d5c5427acfb1d9525b7c4961e25756248eb05ecd375a5867",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/27611109474"
    }
  ]
}