{
  "_id": "6a2a62417b7a29ca6003f28a",
  "Package": "alookr",
  "Type": "Package",
  "Title": "Model Classifier for Binary Classification",
  "Version": "0.5.0",
  "Date": "2025-12-23",
  "Authors@R": "c(\nperson(\"Choonghyun\", \"Ryu\",, \"choonghyun.ryu@gmail.com\", role = c(\"aut\", \"cre\"))\n)",
  "Description": "A collection of tools that support data splitting,\npredictive modeling, and model evaluation. A typical function\nis to split a dataset into a training dataset and a test\ndataset. Then compare the data distribution of the two\ndatasets. Another feature is to support the development of\npredictive models and to compare the performance of several\npredictive models, helping to select the best model.",
  "Author": "Choonghyun Ryu [aut, cre]",
  "Maintainer": "Choonghyun Ryu <choonghyun.ryu@gmail.com>",
  "BugReports": "https://github.com/choonghyunryu/alookr/issues",
  "URL": "https://choonghyunryu.github.io/alookr/",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "Language": "en-US",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev\nlibuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://choonghyunryu.r-universe.dev",
  "Date/Publication": "2026-01-10 03:11:15 UTC",
  "RemoteUrl": "https://github.com/choonghyunryu/alookr",
  "RemoteRef": "HEAD",
  "RemoteSha": "522b46729f781597dccf9e9aea7a3956c44fa376",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-09 05:55:48 UTC",
    "User": "root"
  },
  "MD5sum": "b1aaebc2bbf8ef1e9f742187dd4768ea",
  "_user": "choonghyunryu",
  "_type": "src",
  "_file": "alookr_0.5.0.tar.gz",
  "_fileid": "248e8613d33c27ddef214820b566d92edddefb8b8c6165468f9d4803980a5d55",
  "_filesize": 587256,
  "_sha256": "248e8613d33c27ddef214820b566d92edddefb8b8c6165468f9d4803980a5d55",
  "_created": "2026-06-09T05:55:48.000Z",
  "_published": "2026-06-11T07:22:41.313Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80733289720,
      "time": 3756,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80733289750,
      "time": 3751,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80733290795,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7500022601"
    },
    {
      "job": 80733290340,
      "time": 148,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7500048015"
    },
    {
      "job": 80733289793,
      "time": 232,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499596197"
    },
    {
      "job": 80733290400,
      "time": 167,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7499636259"
    },
    {
      "job": 80733290557,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7499628690"
    },
    {
      "job": 80733290652,
      "time": 160,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7499634582"
    },
    {
      "job": 80733290429,
      "time": 146,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7499631038"
    }
  ],
  "_buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/choonghyunryu/alookr",
  "_commit": {
    "id": "522b46729f781597dccf9e9aea7a3956c44fa376",
    "author": "Choonghyun Ryu <choonghyun.ryu@gmail.com>",
    "committer": "Choonghyun Ryu <choonghyun.ryu@gmail.com>",
    "message": "add rhub.yaml\n",
    "time": 1768014675
  },
  "_maintainer": {
    "name": "Choonghyun Ryu",
    "email": "choonghyun.ryu@gmail.com",
    "login": "choonghyunryu",
    "description": "Data scientist / Software developer for data analysis",
    "uuid": 1195558
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "randomForest",
      "role": "Depends"
    },
    {
      "package": "caTools",
      "role": "Imports"
    },
    {
      "package": "cli",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "dlookr",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 0.7.6",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "MLmetrics",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "parallelly",
      "role": "Imports"
    },
    {
      "package": "party",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "ROCR",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rpart",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "version": ">= 3.1.2.1",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "ISLR",
      "role": "Suggests"
    },
    {
      "package": "mice",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    }
  ],
  "_owner": "choonghyunryu",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-38",
      "n": 4
    },
    {
      "week": "2025-52",
      "n": 4
    },
    {
      "week": "2026-02",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 12,
  "_contributors": [
    {
      "user": "choonghyunryu",
      "count": 46,
      "uuid": 1195558
    },
    {
      "user": "olivroy",
      "count": 4,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 1195558,
    "type": "user",
    "name": "Choonghyun Ryu",
    "description": "Data scientist / Software developer for data analysis"
  },
  "_downloads": {
    "count": 610,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/alookr"
  },
  "_devurl": "https://github.com/choonghyunryu/alookr",
  "_pkgdown": "https://choonghyunryu.github.io/alookr/",
  "_searchresults": 11,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/alookr.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/choonghyunryu/alookr",
  "_realowner": "choonghyunryu",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2020-03-20"
    },
    {
      "version": "0.3.2",
      "date": "2020-06-07"
    },
    {
      "version": "0.3.4",
      "date": "2021-02-22"
    },
    {
      "version": "0.3.5",
      "date": "2021-12-01"
    },
    {
      "version": "0.3.6",
      "date": "2022-05-25"
    },
    {
      "version": "0.3.7",
      "date": "2022-06-12"
    },
    {
      "version": "0.3.9",
      "date": "2024-02-11"
    },
    {
      "version": "0.3.91",
      "date": "2025-08-24"
    },
    {
      "version": "0.4.0",
      "date": "2025-09-16"
    },
    {
      "version": "0.5.0",
      "date": "2026-01-08"
    },
    {
      "version": "0.5.1",
      "date": "2026-01-12"
    }
  ],
  "_exports": [
    "cleanse",
    "compare_diag",
    "compare_performance",
    "compare_plot",
    "compare_target_category",
    "compare_target_numeric",
    "extract_set",
    "matthews",
    "performance_metric",
    "plot_cutoff",
    "plot_performance",
    "run_models",
    "run_performance",
    "run_predict",
    "sampling_target",
    "split_by",
    "treatment_corr"
  ],
  "_help": [
    {
      "page": "cleanse.data.frame",
      "title": "Cleansing the dataset for classification modeling",
      "topics": [
        "cleanse",
        "cleanse.data.frame"
      ]
    },
    {
      "page": "cleanse.split_df",
      "title": "Cleansing the dataset for classification modeling",
      "topics": [
        "cleanse.split_df"
      ]
    },
    {
      "page": "compare_diag",
      "title": "Diagnosis of train set and test set of split_df object",
      "topics": [
        "compare_diag"
      ]
    },
    {
      "page": "compare_performance",
      "title": "Compare model performance",
      "topics": [
        "compare_performance"
      ]
    },
    {
      "page": "compare_plot",
      "title": "Comparison plot of train set and test set",
      "topics": [
        "compare_plot"
      ]
    },
    {
      "page": "compare_target_category",
      "title": "Comparison of categorical variables of train set and test set",
      "topics": [
        "compare_target_category"
      ]
    },
    {
      "page": "compare_target_numeric",
      "title": "Comparison of numerical variables of train set and test set",
      "topics": [
        "compare_target_numeric"
      ]
    },
    {
      "page": "extract_set",
      "title": "Extract train/test dataset",
      "topics": [
        "extract_set"
      ]
    },
    {
      "page": "matthews",
      "title": "Compute Matthews Correlation Coefficient",
      "topics": [
        "matthews"
      ]
    },
    {
      "page": "performance_metric",
      "title": "Calculate metrics for model evaluation",
      "topics": [
        "performance_metric"
      ]
    },
    {
      "page": "plot_cutoff",
      "title": "Visualization for cut-off selection",
      "topics": [
        "plot_cutoff"
      ]
    },
    {
      "page": "plot_performance",
      "title": "Visualization for ROC curve",
      "topics": [
        "plot_performance"
      ]
    },
    {
      "page": "run_models",
      "title": "Fit binary classification model",
      "topics": [
        "run_models"
      ]
    },
    {
      "page": "run_performance",
      "title": "Apply calculate performance metrics for model evaluation",
      "topics": [
        "run_performance"
      ]
    },
    {
      "page": "run_predict",
      "title": "Predict binary classification model",
      "topics": [
        "run_predict"
      ]
    },
    {
      "page": "sampling_target",
      "title": "Extract the data to fit the model",
      "topics": [
        "sampling_target"
      ]
    },
    {
      "page": "split_by.data.frame",
      "title": "Split Data into Train and Test Set",
      "topics": [
        "split_by",
        "split_by.data.frame"
      ]
    },
    {
      "page": "summary.split_df",
      "title": "Summarizing split_df information",
      "topics": [
        "summary.split_df"
      ]
    },
    {
      "page": "treatment_corr",
      "title": "Diagnosis and removal of highly correlated variables",
      "topics": [
        "treatment_corr"
      ]
    }
  ],
  "_pkglogo": "https://github.com/choonghyunryu/alookr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/choonghyunryu/alookr/raw/HEAD/README.md",
  "_rundeps": [
    "AsioHeaders",
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "bitops",
    "bookdown",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "caTools",
    "cli",
    "clipr",
    "codetools",
    "coin",
    "commonmark",
    "cpp11",
    "crayon",
    "data.table",
    "digest",
    "dlookr",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "foreach",
    "fs",
    "future",
    "generics",
    "ggplot2",
    "glmnet",
    "globals",
    "glue",
    "gplots",
    "gridExtra",
    "gtable",
    "gtools",
    "haven",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "isoband",
    "iterators",
    "jomo",
    "jquerylib",
    "jsonlite",
    "kableExtra",
    "KernSmooth",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "libcoin",
    "lifecycle",
    "listenv",
    "lme4",
    "magrittr",
    "MASS",
    "Matrix",
    "matrixStats",
    "memoise",
    "mice",
    "mime",
    "minqa",
    "mitml",
    "MLmetrics",
    "modeltools",
    "multcomp",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "ordinal",
    "otel",
    "pagedown",
    "pan",
    "parallelly",
    "party",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "processx",
    "progress",
    "promises",
    "ps",
    "purrr",
    "R6",
    "randomForest",
    "ranger",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "reactable",
    "reactR",
    "readr",
    "reformulas",
    "rlang",
    "rmarkdown",
    "ROCR",
    "rpart",
    "rstudioapi",
    "S7",
    "sandwich",
    "sass",
    "scales",
    "servr",
    "shape",
    "shiny",
    "showtext",
    "showtextdb",
    "sourcetools",
    "stringi",
    "stringr",
    "strucchange",
    "survival",
    "svglite",
    "sysfonts",
    "systemfonts",
    "textshaping",
    "TH.data",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "tzdb",
    "ucminf",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "websocket",
    "withr",
    "xfun",
    "xgboost",
    "xml2",
    "xtable",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "modeling.Rmd",
      "filename": "modeling.html",
      "title": "Classification Modeling",
      "author": "Choonghyun Ryu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Preface",
        "How to perform modeling"
      ],
      "created": "2019-12-22 13:20:33",
      "modified": "2024-02-25 08:19:06",
      "commits": 6
    },
    {
      "source": "cleansing.Rmd",
      "filename": "cleansing.html",
      "title": "Cleansing the data set",
      "author": "Choonghyun Ryu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Preface",
        "How to perform cleansing the data set"
      ],
      "created": "2019-12-22 13:20:33",
      "modified": "2024-02-25 08:19:06",
      "commits": 4
    },
    {
      "source": "introduce.Rmd",
      "filename": "introduce.html",
      "title": "Introduce alookr",
      "author": "Choonghyun Ryu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Install alookr",
        "Usage",
        "How to use alookr package"
      ],
      "created": "2021-11-30 22:39:37",
      "modified": "2024-02-25 08:19:06",
      "commits": 2
    },
    {
      "source": "split.Rmd",
      "filename": "split.html",
      "title": "Splitting the data set",
      "author": "Choonghyun Ryu",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Preface",
        "How to perform split the data"
      ],
      "created": "2019-12-22 13:20:33",
      "modified": "2024-02-25 08:19:06",
      "commits": 4
    }
  ],
  "_score": 5.898725181589493,
  "_indexed": true,
  "_nocasepkg": "alookr",
  "_universes": [
    "choonghyunryu"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0",
      "date": "2026-06-09T05:55:49.000Z",
      "distro": "noble",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "a934f4e61f25e37c776f327b204e737e28c34fa1800b367d0d1ceaf05b944303",
      "status": "success",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-06-09T06:23:41.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "38a3787db57a449955aa27d8f0fe5fb6358a1cda170bafdf512b6903409f6a9a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-06-09T06:25:18.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "c5eb46eb841bca615d0774f807ca407d43ca811c6e7232bbb0bd2b45be288fd2",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-06-09T05:58:56.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "f661afaa49dcbd03df834127e50f3adde565d10621070214c491231c3be95d2c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-06-09T05:57:12.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "a5efa2017f7b0bf6297e671077f3a72f05631a436d6d01068033221ef2754f34",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-06-09T05:57:33.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "f54f5c05cd9325cf0132cdc1edb6d35b9b41583a92942226b1742a9b345cf1c7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-06-09T05:57:15.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "41d72236ef334a97761da51df2f4e42774382de6023241e7f1f1d310fb720511",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/27186721533"
    }
  ]
}