{
  "_id": "6a1f1590b401979e7341e5c2",
  "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-05-17 06:38:20 UTC",
    "User": "root"
  },
  "Author": "Will Hipson [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-3931-2189>)",
  "MD5sum": "fb7a61034fe51eb4cee0ff869ff4249b",
  "_user": "whipson",
  "_type": "src",
  "_file": "schematic_0.1.2.tar.gz",
  "_fileid": "ab4e844ca86d21cd7a76252213acd1cca028f8e4e4d3c07aca96d4bf32c3ae27",
  "_filesize": 109296,
  "_sha256": "ab4e844ca86d21cd7a76252213acd1cca028f8e4e4d3c07aca96d4bf32c3ae27",
  "_created": "2026-05-17T06:38:20.000Z",
  "_published": "2026-06-02T17:40:32.408Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79134255948,
      "time": 121,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040074196"
    },
    {
      "job": 79134256183,
      "time": 119,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040074005"
    },
    {
      "job": 79134256794,
      "time": 129,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040072971"
    },
    {
      "job": 79134256632,
      "time": 198,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040077680"
    },
    {
      "job": 79134256274,
      "time": 174,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040061242"
    },
    {
      "job": 79134255491,
      "time": 107,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7365378995"
    },
    {
      "job": 79134256132,
      "time": 89,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7040071009"
    },
    {
      "job": 79134256490,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7040069976"
    },
    {
      "job": 79134256650,
      "time": 81,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7040070133"
    }
  ],
  "_buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692",
  "_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": [
    {
      "week": "2025-21",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "whipson",
      "count": 5,
      "uuid": 43099884
    }
  ],
  "_userbio": {
    "uuid": 43099884,
    "type": "user",
    "name": "Will Hipson",
    "description": "PhD. Data Engineer at Halifax International Airport Authority, Nova Scotia."
  },
  "_downloads": {
    "count": 564,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/schematic"
  },
  "_devurl": "https://github.com/whipson/schematic",
  "_pkgdown": "https://whipson.github.io/schematic/",
  "_searchresults": 7,
  "_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",
    "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-05-17T06:40:19.000Z",
      "distro": "noble",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "305a54971b4044646eb4d1b9e6e665fe0c5101a4bb3b6a316480b0cf08e3bb99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-17T06:40:16.000Z",
      "distro": "noble",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "857c9a9414fb9d3dfb97adeba1c50569af8ead49607f3012e10f4def83493f36",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-17T06:40:15.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "e86fc48aa206651981e4f0c5b4bf629512f9fd1d0963e37fbec124ac09af13e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-17T06:40:48.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "090894b786aa996dd701f4f188507892b15a92f0879dffcd6912041666336a69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-17T06:39:42.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "5efb5c7c00615adc85dd52c1e0019480e46b0e9fd8b4fc5fdcc9313b43866db9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-17T06:39:34.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "2dbbda31681d0d3fc396db10e4a4dc96c648e33ab3c31018a221e8c44e4baf76",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-17T06:39:35.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "a1d075e42c82d2def4f7a2b33e1ded51b6117162407b76f7d66f89eb43c0bb9b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-02T17:40:16.000Z",
      "commit": "cda4bcea80b9d6bb8cde4af11554ad5ad9109fcf",
      "fileid": "12c949e8371c534893f13044771bc2a1e446f1f87c517e35a6e3e3eea9f51322",
      "status": "success",
      "buildurl": "https://github.com/r-universe/whipson/actions/runs/25983635692"
    }
  ]
}