{
  "_id": "6a1542d9acfb0bcc41d565aa",
  "Package": "validata",
  "Title": "Validate Data Frames",
  "Version": "0.1.0",
  "Authors@R": "person(given = \"Harrison\",\nfamily = \"Tietze\",\nrole = c(\"aut\", \"cre\"),\nemail = \"Harrison4192@gmail.com\")",
  "Maintainer": "Harrison Tietze <Harrison4192@gmail.com>",
  "Description": "Functions for validating the structure and properties of\ndata frames. Answers essential questions about a data set after\ninitial import or modification. What are the unique or missing\nvalues? What columns form a primary key? What are the\nproperties of the numeric or categorical columns? What kind of\noverlap or mapping exists between 2 columns?",
  "License": "MIT + file LICENSE",
  "URL": "https://harrison4192.github.io/validata/,\nhttps://github.com/Harrison4192/validata",
  "BugReports": "https://github.com/Harrison4192/validata/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake git make libgit2-dev libicu-dev libuv1-dev\nlibxml2-dev libssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://harrison4192.r-universe.dev",
  "Date/Publication": "2026-02-25 14:02:14 UTC",
  "RemoteUrl": "https://github.com/harrison4192/validata",
  "RemoteRef": "HEAD",
  "RemoteSha": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 06:47:23 UTC",
    "User": "root"
  },
  "Author": "Harrison Tietze [aut, cre]",
  "MD5sum": "bf3d3e8d43cc787319b77e289a788109",
  "_user": "harrison4192",
  "_type": "src",
  "_file": "validata_0.1.0.tar.gz",
  "_fileid": "f1a25f1e6569eec0192b84e67eb4ef5f3005ab027282742a31f1193f05bac3c4",
  "_filesize": 149695,
  "_sha256": "f1a25f1e6569eec0192b84e67eb4ef5f3005ab027282742a31f1193f05bac3c4",
  "_created": "2026-05-26T06:47:23.000Z",
  "_published": "2026-05-26T06:51:05.075Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77821753529,
      "time": 129,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7210596883"
    },
    {
      "job": 77821753539,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7210602658"
    },
    {
      "job": 77821753545,
      "time": 127,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7210591582"
    },
    {
      "job": 77821753549,
      "time": 193,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7210602123"
    },
    {
      "job": 77821381712,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210564811"
    },
    {
      "job": 77821753540,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210598174"
    },
    {
      "job": 77821753552,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7210585907"
    },
    {
      "job": 77821753553,
      "time": 70,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7210582745"
    },
    {
      "job": 77821753567,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7210584219"
    }
  ],
  "_buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/harrison4192/validata",
  "_commit": {
    "id": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
    "author": "Harrison Tietze <Harrison4192@gmail.com>",
    "committer": "Harrison Tietze <Harrison4192@gmail.com>",
    "message": "fix map\n",
    "time": 1772028134
  },
  "_maintainer": {
    "name": "Harrison Tietze",
    "email": "harrison4192@gmail.com",
    "login": "harrison4192",
    "description": "Data scientist working in the Japanese pharmaceutical industry. R user.",
    "uuid": 11383934
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "gtools",
      "role": "Imports"
    },
    {
      "package": "listviewer",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "framecleaner",
      "role": "Imports"
    },
    {
      "package": "badger",
      "role": "Imports"
    },
    {
      "package": "rlist",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testit",
      "role": "Suggests"
    }
  ],
  "_owner": "harrison4192",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-09",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "harrison4192",
      "count": 61,
      "uuid": 11383934
    }
  ],
  "_userbio": {
    "uuid": 11383934,
    "type": "user",
    "name": "Harrison",
    "description": "Data scientist working in the Japanese pharmaceutical industry. R user."
  },
  "_downloads": {
    "count": 260,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/validata"
  },
  "_devurl": "https://github.com/harrison4192/validata",
  "_pkgdown": "https://harrison4192.github.io/validata/",
  "_searchresults": 5,
  "_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/validata.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/harrison4192/validata",
  "_realowner": "harrison4192",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-10-05"
    },
    {
      "version": "0.1.1",
      "date": "2026-02-26"
    }
  ],
  "_exports": [
    "%>%",
    "choose_strlen",
    "co_find_in_both",
    "co_find_only_in_1",
    "co_find_only_in_2",
    "confirm_distinct",
    "confirm_mapping",
    "confirm_overlap",
    "confirm_strlen",
    "determine_distinct",
    "determine_mapping",
    "determine_overlap",
    "diagnose",
    "diagnose_category",
    "diagnose_missing",
    "diagnose_numeric",
    "mode_fn",
    "mode_pct",
    "top_n_vals",
    "view_missing"
  ],
  "_datasets": [
    {
      "name": "sample_data1",
      "title": "Sample Data",
      "object": "sample_data1",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "ID_COL1",
        "ID_COL2",
        "ID_COL3",
        "VAL1",
        "VAL2",
        "VAL3"
      ],
      "rows": 125,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "confirm_distinct",
      "title": "Confirm Distinct",
      "topics": [
        "confirm_distinct"
      ]
    },
    {
      "page": "confirm_mapping",
      "title": "Confirm structural mapping between 2 columns",
      "topics": [
        "confirm_mapping"
      ]
    },
    {
      "page": "confirm_overlap",
      "title": "Confirm Overlap",
      "topics": [
        "confirm_overlap",
        "co_find_in_both",
        "co_find_only_in_1",
        "co_find_only_in_2"
      ]
    },
    {
      "page": "confirm_strlen",
      "title": "confirm string length",
      "topics": [
        "choose_strlen",
        "confirm_strlen"
      ]
    },
    {
      "page": "determine_distinct",
      "title": "Automatically determine primary key",
      "topics": [
        "determine_distinct"
      ]
    },
    {
      "page": "determine_mapping",
      "title": "Determine pairwise structural mappings",
      "topics": [
        "determine_mapping"
      ]
    },
    {
      "page": "determine_overlap",
      "title": "Determine Overlap",
      "topics": [
        "determine_overlap"
      ]
    },
    {
      "page": "diagnose",
      "title": "diagnose",
      "topics": [
        "diagnose"
      ]
    },
    {
      "page": "diagnose_category",
      "title": "diagnose category",
      "topics": [
        "diagnose_category"
      ]
    },
    {
      "page": "diagnose_missing",
      "title": "diagnose_missing",
      "topics": [
        "diagnose_missing"
      ]
    },
    {
      "page": "diagnose_numeric",
      "title": "diagnose_numeric",
      "topics": [
        "diagnose_numeric"
      ]
    },
    {
      "page": "mode_fn",
      "title": "statistical mode",
      "topics": [
        "mode_fn"
      ]
    },
    {
      "page": "mode_pct",
      "title": "mode with %",
      "topics": [
        "mode_pct"
      ]
    },
    {
      "page": "n_dupes",
      "title": "n_dupes",
      "topics": [
        "n_dupes"
      ]
    },
    {
      "page": "top_n_vals",
      "title": "top n vals",
      "topics": [
        "top_n_vals"
      ]
    },
    {
      "page": "view_missing",
      "title": "view_missing",
      "topics": [
        "view_missing"
      ]
    }
  ],
  "_readme": "https://github.com/harrison4192/validata/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "badger",
    "base64enc",
    "BiocManager",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "cellranger",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "data.table",
    "desc",
    "digest",
    "dlstats",
    "dplyr",
    "evaluate",
    "farver",
    "fastDummies",
    "fastmap",
    "fontawesome",
    "forcats",
    "foreign",
    "framecleaner",
    "fs",
    "generics",
    "gert",
    "ggplot2",
    "gh",
    "gitcreds",
    "glue",
    "gtable",
    "gtools",
    "haven",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr2",
    "ini",
    "isoband",
    "janitor",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lifecycle",
    "listviewer",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "promises",
    "purrr",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "readr",
    "readxl",
    "rematch",
    "rio",
    "rlang",
    "rlist",
    "rmarkdown",
    "rprojroot",
    "rstudioapi",
    "rvcheck",
    "S7",
    "sass",
    "scales",
    "shiny",
    "snakecase",
    "sourcetools",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tinytex",
    "tzdb",
    "usethis",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "whisker",
    "withr",
    "writexl",
    "xfun",
    "XML",
    "xtable",
    "yaml",
    "yulab.utils",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "validata.Rmd",
      "filename": "validata.html",
      "title": "validata",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Distinct",
        "Confirm Distinct",
        "Determine Distinct",
        "Mapping",
        "Confirm mapping",
        "Determine mapping",
        "Overlap",
        "Confirm Overlap",
        "Determine Overlap",
        "string length",
        "confirm string length",
        "choose string length",
        "diagnose"
      ],
      "created": "2022-02-14 11:59:03",
      "modified": "2022-02-14 11:59:03",
      "commits": 1
    }
  ],
  "_score": 4.954242509439325,
  "_indexed": true,
  "_nocasepkg": "validata",
  "_universes": [
    "harrison4192"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-26T06:49:34.000Z",
      "distro": "noble",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "b0b80c3d47a39693e978ec2bcc303327263b9175e15d4d8587ef5fac36415af6",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-26T06:49:55.000Z",
      "distro": "noble",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "ba50461d7572545bead0ca0382d7f68ba0b5715179baf934990b249c88487d00",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-26T06:49:15.000Z",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "bfebf6f431dcc0c72f3d545d12e7026cf27ad3ed265973cf133516fc3722968c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-26T06:49:51.000Z",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "c699cea3d70f105a5e5b54faa295012a3790604af87cbc46c87e57b86d7246f2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-26T06:49:51.000Z",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "c75ff8e41a7e1eb97667cbfd73045b07df007282d079ffcfd60dd4d2e6fbd3d5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T06:48:42.000Z",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "496d6464beb05d43f420a708d79e46b6b0fec69441400aa523b4917413a0c304",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T06:48:29.000Z",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "d1c77ec0a19e87acc61d6e2999098fab53a8263a06c71310dcc95be05eef5bc5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-26T06:48:35.000Z",
      "commit": "24fdb1e7e842ed56904d13b7a118269384fb54d7",
      "fileid": "7dcb0416420c8f05d3436837689546c6b272382cb522e5bb1bc42418d53186bd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26436790913"
    }
  ]
}