{
  "_id": "6a214a03cd65a98ecbd2c2d4",
  "Package": "tidybins",
  "Type": "Package",
  "Title": "Make Tidy Bins",
  "Version": "0.1.2",
  "Authors@R": "person(given = \"Harrison\",\nfamily = \"Tietze\",\nrole = c(\"aut\", \"cre\"),\nemail = \"Harrison4192@gmail.com\")",
  "Maintainer": "Harrison Tietze <Harrison4192@gmail.com>",
  "Description": "Multiple ways to bin numeric columns with a tidy output.\nWraps a variety of existing binning methods into one function,\nand includes a new method for binning by equal value, which is\nuseful for sales data. Provides a function to automatically\nsummarize the properties of the binned columns.",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "URL": "https://harrison4192.github.io/tidybins/,\nhttps://github.com/Harrison4192/tidybins",
  "BugReports": "https://github.com/Harrison4192/tidybins/issues",
  "VignetteBuilder": "knitr",
  "License": "GPL (>= 3)",
  "Config/pak/sysreqs": "libcairo2-dev cmake libfontconfig1-dev\nlibfreetype6-dev libfribidi-dev git libglpk-dev libgmp3-dev\nmake libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev\nlibpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev\nlibssl-dev libnode-dev libx11-dev zlib1g-dev",
  "Repository": "https://harrison4192.r-universe.dev",
  "Date/Publication": "2026-03-06 00:16:01 UTC",
  "RemoteUrl": "https://github.com/harrison4192/tidybins",
  "RemoteRef": "HEAD",
  "RemoteSha": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 09:44:44 UTC",
    "User": "root"
  },
  "Author": "Harrison Tietze [aut, cre]",
  "MD5sum": "83c1f944962f3d71c54b27fc8e16315e",
  "_user": "harrison4192",
  "_type": "src",
  "_file": "tidybins_0.1.2.tar.gz",
  "_fileid": "7b4089f0de3ee08f0192b16169efa1d23b37b3dc0ce92e860ab1a3884af6a215",
  "_filesize": 138188,
  "_sha256": "7b4089f0de3ee08f0192b16169efa1d23b37b3dc0ce92e860ab1a3884af6a215",
  "_created": "2026-06-04T09:44:44.000Z",
  "_published": "2026-06-04T09:48:51.594Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79492489394,
      "time": 187,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7408301004"
    },
    {
      "job": 79492489247,
      "time": 203,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7408306468"
    },
    {
      "job": 79492489271,
      "time": 89,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7408267739"
    },
    {
      "job": 79492489417,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7408279010"
    },
    {
      "job": 79491568634,
      "time": 320,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408234771"
    },
    {
      "job": 79492489320,
      "time": 183,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408299750"
    },
    {
      "job": 79492489244,
      "time": 104,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7408272971"
    },
    {
      "job": 79492489257,
      "time": 116,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7408277039"
    },
    {
      "job": 79492489355,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7408272124"
    }
  ],
  "_buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/harrison4192/tidybins",
  "_commit": {
    "id": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
    "author": "Harrison Tietze <Harrison4192@gmail.com>",
    "committer": "Harrison Tietze <Harrison4192@gmail.com>",
    "message": "update workflow vrs\n",
    "time": 1772756161
  },
  "_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": "magrittr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "rlist",
      "role": "Imports"
    },
    {
      "package": "OneR",
      "role": "Imports"
    },
    {
      "package": "strex",
      "role": "Imports"
    },
    {
      "package": "ClusterR",
      "role": "Imports"
    },
    {
      "package": "framecleaner",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "role": "Imports"
    },
    {
      "package": "badger",
      "role": "Imports"
    },
    {
      "package": "autostats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "arulesCBA",
      "role": "Suggests"
    },
    {
      "package": "embed",
      "role": "Suggests"
    },
    {
      "package": "woeBinning",
      "role": "Suggests"
    },
    {
      "package": "recipes",
      "role": "Suggests"
    }
  ],
  "_owner": "harrison4192",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-10",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "harrison4192",
      "count": 44,
      "uuid": 11383934
    }
  ],
  "_userbio": {
    "uuid": 11383934,
    "type": "user",
    "name": "Harrison",
    "description": "Data scientist working in the Japanese pharmaceutical industry. R user."
  },
  "_downloads": {
    "count": 646,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tidybins"
  },
  "_devurl": "https://github.com/harrison4192/tidybins",
  "_pkgdown": "https://harrison4192.github.io/tidybins/",
  "_searchresults": 2,
  "_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/tidybins.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/harrison4192/tidybins",
  "_realowner": "harrison4192",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-10-14"
    },
    {
      "version": "0.1.1",
      "date": "2024-06-14"
    },
    {
      "version": "0.1.2",
      "date": "2026-03-05"
    }
  ],
  "_exports": [
    "%>%",
    "add_clusters",
    "bin_cols",
    "bin_equal_value",
    "bin_summary",
    "drop_original_cols",
    "five_number_summary",
    "numeric_summary"
  ],
  "_help": [
    {
      "page": "add_clusters",
      "title": "add_clusters",
      "topics": [
        "add_clusters"
      ]
    },
    {
      "page": "bin_cols",
      "title": "Bin Cols",
      "topics": [
        "bin_cols"
      ]
    },
    {
      "page": "bin_equal_value",
      "title": "bin equal value",
      "topics": [
        "bin_equal_value"
      ]
    },
    {
      "page": "bin_summary",
      "title": "summarize bins",
      "topics": [
        "bin_summary"
      ]
    },
    {
      "page": "drop_original_cols",
      "title": "Drop Original Cols",
      "topics": [
        "drop_original_cols"
      ]
    },
    {
      "page": "five_number_summary",
      "title": "five number summary",
      "topics": [
        "five_number_summary"
      ]
    },
    {
      "page": "numeric_summary",
      "title": "numeric summary",
      "topics": [
        "numeric_summary"
      ]
    }
  ],
  "_readme": "https://github.com/harrison4192/tidybins/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "autostats",
    "backports",
    "badger",
    "base64enc",
    "berryFunctions",
    "BiocManager",
    "bit",
    "bit64",
    "broom",
    "broom.mixed",
    "bslib",
    "cachem",
    "cellranger",
    "checkmate",
    "Ckmeans.1d.dp",
    "class",
    "cli",
    "clipr",
    "clock",
    "cluster",
    "ClusterR",
    "coda",
    "codetools",
    "coin",
    "colorspace",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "data.table",
    "desc",
    "diagram",
    "dials",
    "DiceDesign",
    "digest",
    "dlstats",
    "dplyr",
    "evaluate",
    "farver",
    "fastDummies",
    "fastmap",
    "flextable",
    "float",
    "fontawesome",
    "fontBitstreamVera",
    "fontLiberation",
    "fontquiver",
    "forcats",
    "foreign",
    "formattable",
    "framecleaner",
    "fs",
    "furrr",
    "future",
    "future.apply",
    "GauPro",
    "gdtools",
    "generics",
    "gert",
    "ggeasy",
    "ggplot2",
    "ggthemes",
    "gitcreds",
    "globals",
    "glue",
    "gmp",
    "gower",
    "gtable",
    "gtools",
    "hardhat",
    "haven",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httr2",
    "igraph",
    "ini",
    "ipred",
    "isoband",
    "janitor",
    "jquerylib",
    "jsonlite",
    "jtools",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lava",
    "lbfgs",
    "libcoin",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "matrixStats",
    "memoise",
    "mime",
    "mixopt",
    "modelenv",
    "modeltools",
    "multcomp",
    "mvtnorm",
    "nlme",
    "nnet",
    "numDeriv",
    "officer",
    "OneR",
    "openssl",
    "openxlsx",
    "pander",
    "parallelly",
    "parsnip",
    "party",
    "patchwork",
    "pillar",
    "pkgconfig",
    "presenter",
    "prettyunits",
    "prodlim",
    "progress",
    "progressr",
    "purrr",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "ragg",
    "randomcoloR",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppProgress",
    "Rdpack",
    "readr",
    "readxl",
    "recipes",
    "recosystem",
    "rematch",
    "rio",
    "rlang",
    "rlist",
    "rmarkdown",
    "rpart",
    "rprojroot",
    "rsample",
    "rstudioapi",
    "Rtsne",
    "rvcheck",
    "rvg",
    "S7",
    "sandwich",
    "sass",
    "scales",
    "sfd",
    "shape",
    "slider",
    "snakecase",
    "sparsevctrs",
    "splitfngr",
    "SQUAREM",
    "strex",
    "stringi",
    "stringr",
    "strucchange",
    "survival",
    "sys",
    "systemfonts",
    "tailor",
    "textshaping",
    "TH.data",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "tinytex",
    "tune",
    "tzdb",
    "usethis",
    "utf8",
    "uuid",
    "V8",
    "vctrs",
    "viridisLite",
    "vroom",
    "warp",
    "whisker",
    "withr",
    "workflows",
    "writexl",
    "xfun",
    "xgboost",
    "XML",
    "xml2",
    "yaml",
    "yardstick",
    "yulab.utils",
    "zip",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "tidybins.Rmd",
      "filename": "tidybins.html",
      "title": "tidybins",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Bin Value"
      ],
      "created": "2021-11-04 14:29:34",
      "modified": "2021-11-04 14:29:34",
      "commits": 1
    }
  ],
  "_score": 4.778151250383644,
  "_indexed": true,
  "_nocasepkg": "tidybins",
  "_universes": [
    "harrison4192"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-04T09:47:58.000Z",
      "distro": "noble",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "97c851c0f927d394b2dffc6fb9c709d2821bf73b25c18af4f2b40d76fcff2a6f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-06-04T09:48:13.000Z",
      "distro": "noble",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "69e3f24a5a3c59632f1cc8ad225a3187d8168c038b241501bb65c80492223cd5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-04T09:46:26.000Z",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "bde631c384aadafb05ef205fa1e0c490c401c5cd3ca2c8339d858b5fcaf1f1d7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-06-04T09:46:52.000Z",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "53fb7f98ae76380065468bf5d2e3d68554c0f3548742ad053ac4d706af76594d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-04T09:48:09.000Z",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "d95674ed73911d3f51761a1add21699826f89eff24313eb93156de28ab906ee3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-04T09:46:30.000Z",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "b310aad0cd93b3aa860842230c8d7a890f49959967bf2ca6f40e7e540e7cd44f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-04T09:46:42.000Z",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "c5dd9a8d9b33d179df676fc2501460fe7e352f16ae22040f29a810d2c7b27607",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-06-04T09:46:29.000Z",
      "commit": "45ea29d71ae98b2ed473d4f8854dcfae157fae12",
      "fileid": "8b8757f1b1734d136f0ca8233bef91644b0235e3d8f96e3b66d452195baa0450",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/harrison4192/actions/runs/26943780403"
    }
  ]
}