{
  "_id": "69e07f4dc5259ad4cd902ca6",
  "Package": "tidytab",
  "Title": "Create Tables of Frequencies",
  "Version": "0.3.0",
  "Authors@R": "person(\"Gustavo\", \"Velásquez\", , \"gvelasq2github@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Author": "Gustavo Velásquez <gvelasq2github@gmail.com>",
  "Maintainer": "Gustavo Velásquez <gvelasq2github@gmail.com>",
  "Description": "Functions to create tables of frequencies.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/gvelasq/tidytab,\nhttps://gvelasq.github.io/tidytab/",
  "BugReports": "https://github.com/gvelasq/tidytab/issues",
  "ByteCompile": "true",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libicu-dev libx11-dev",
  "Repository": "https://r-multiverse-staging.r-universe.dev",
  "Date/Publication": "2025-12-22 01:21:36 UTC",
  "RemoteUrl": "https://github.com/gvelasq/tidytab",
  "RemoteRef": "v0.3.0",
  "RemoteSha": "4743e1a82216a77785a5f80328792059dbde3fd4",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-04-16 05:13:11 UTC",
    "User": "root"
  },
  "MD5sum": "76d8308f4c8a807b5b8fdf158d8204e6",
  "_user": "r-multiverse-staging",
  "_type": "src",
  "_file": "tidytab_0.3.0.tar.gz",
  "_fileid": "f85d6ce4d641f1633b1dceeac4688c382a7f54b1d9f88371f0a4f944bcbda7e2",
  "_filesize": 102717,
  "_sha256": "f85d6ce4d641f1633b1dceeac4688c382a7f54b1d9f88371f0a4f944bcbda7e2",
  "_created": "2026-04-16T05:13:11.000Z",
  "_published": "2026-04-16T06:18:53.937Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 71582929846,
      "time": 805,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6466562243"
    },
    {
      "job": 71582929844,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6466446670"
    },
    {
      "job": 71582929840,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6467069000"
    },
    {
      "job": 71582929819,
      "time": 438,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6467136405"
    },
    {
      "job": 71582633128,
      "time": 182,
      "config": "source",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6466424312"
    },
    {
      "job": 71582929829,
      "time": 113,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "6466444223"
    },
    {
      "job": 71582929842,
      "time": 1277,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6466643842"
    },
    {
      "job": 71582929871,
      "time": 131,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6466447412"
    },
    {
      "job": 71582929849,
      "time": 1287,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6466645968"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/gvelasq/tidytab",
  "_commit": {
    "id": "4743e1a82216a77785a5f80328792059dbde3fd4",
    "author": "Gustavo Velásquez <gvelasq2github@gmail.com>",
    "committer": "Gustavo Velásquez <gvelasq2github@gmail.com>",
    "message": "Increment version number to 0.3.0\n",
    "time": 1766366496
  },
  "_maintainer": {
    "name": "Gustavo Velásquez",
    "email": "gvelasq2github@gmail.com",
    "login": "gvelasq",
    "uuid": 20712598
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "here",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "gvelasq",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-47",
      "n": 3
    },
    {
      "week": "2025-49",
      "n": 4
    },
    {
      "week": "2025-52",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-12-07"
    },
    {
      "name": "v0.3.0",
      "date": "2025-12-22"
    }
  ],
  "_topics": [
    "exploratory-data-analysis",
    "tidy-table"
  ],
  "_stars": 21,
  "_contributors": [
    {
      "user": "gvelasq",
      "count": 146,
      "uuid": 20712598
    },
    {
      "user": "ramongss",
      "count": 3,
      "uuid": 47225177
    },
    {
      "user": "askawron",
      "count": 2,
      "uuid": 128433085
    }
  ],
  "_userbio": {
    "uuid": 161461790,
    "type": "organization",
    "name": "R-multiverse",
    "description": "A community-curated collection of R package releases, powered by R-universe"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidytab"
  },
  "_devurl": "https://github.com/gvelasq/tidytab",
  "_pkgdown": "https://gvelasq.github.io/tidytab/",
  "_searchresults": 60,
  "_rbuild": "4.5.3",
  "_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/tidytab.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "%gin%",
    "br",
    "ftab",
    "ta",
    "tab",
    "tab1",
    "tab2"
  ],
  "_help": [
    {
      "page": "gin",
      "title": "A reimagination of '%in%' for partial string matching",
      "topics": [
        "%gin%"
      ]
    },
    {
      "page": "br",
      "title": "Browse data",
      "topics": [
        "br"
      ]
    },
    {
      "page": "tab",
      "title": "Create tables of frequencies",
      "topics": [
        "ftab",
        "ta",
        "tab",
        "tab1",
        "tab2"
      ]
    }
  ],
  "_readme": "https://github.com/gvelasq/tidytab/raw/v0.3.0/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "dplyr",
    "generics",
    "glue",
    "here",
    "hms",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "readr",
    "rlang",
    "rprojroot",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_score": 4.577491799837226,
  "_indexed": false,
  "_nocasepkg": "tidytab",
  "_universes": [
    "r-multiverse-staging"
  ],
  "_indexurl": "https://gvelasq.r-universe.dev/tidytab",
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-04-16T05:26:33.000Z",
      "distro": "noble",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "5c6f6b6268787ce66c2fa7bd810ec224ddc428300b26aa49b92bc4caa9e497ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-04-16T06:12:41.000Z",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "abdeaba6edc557523815f44499266a2ebd9f3ef4c21fd1e68c481a940eccb5ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-04-16T06:18:22.000Z",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "2cedb7027e620e17db3828761381dad64086b69389897f4d438d757b0191cafe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-04-16T05:15:18.000Z",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "c5e83bb9c2f147a963066922b30c9cbff8eeaf19d34e92953c83b4e304880ddc",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-04-16T05:34:19.000Z",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "ed9d00c555c0ab9346707e681c547ec4f77b92575a3233dd9b00a495b699b5d8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-04-16T05:15:17.000Z",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "ab093be7a60bd73b06820a81b87d055a8231b02d9bbf65e3c81046a44330c735",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-04-16T05:34:32.000Z",
      "commit": "4743e1a82216a77785a5f80328792059dbde3fd4",
      "fileid": "3a0103af8bf5f1bd92d6f11cf292913677ba16dac92c771314602973e9acd904",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493276932"
    }
  ]
}