{
  "_id": "6a10386facfb0bcc41c9aacc",
  "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-05-10 09:24:27 UTC",
    "User": "root"
  },
  "MD5sum": "09b151d8e3187f3b510acb6d9d4b50da",
  "_user": "choonghyunryu",
  "_type": "src",
  "_file": "alookr_0.5.0.tar.gz",
  "_fileid": "a97c4c242e7e63cbaac906d9017b1d18fb6d1a59a0968a36f3a8f4958cf26643",
  "_filesize": 591039,
  "_sha256": "a97c4c242e7e63cbaac906d9017b1d18fb6d1a59a0968a36f3a8f4958cf26643",
  "_created": "2026-05-10T09:24:27.000Z",
  "_published": "2026-05-22T11:05:19.379Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77366986804,
      "time": 3744,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77366986521,
      "time": 3763,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77366986711,
      "time": 104,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6902721799"
    },
    {
      "job": 77366986919,
      "time": 142,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6902722575"
    },
    {
      "job": 77366986079,
      "time": 227,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902634934"
    },
    {
      "job": 77366986114,
      "time": 156,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158981273"
    },
    {
      "job": 77366987147,
      "time": 174,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "6902651045"
    },
    {
      "job": 77366987372,
      "time": 144,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "6902648385"
    },
    {
      "job": 77366986941,
      "time": 204,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "6902653699"
    }
  ],
  "_buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002",
  "_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",
    "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": 638,
    "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-05-10T09:24:28.000Z",
      "distro": "noble",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "98d98cfc31016c846c076fd345149a2d31a3922a126fb91eeca8eade2f75b621",
      "status": "success",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-10T09:38:51.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "ed3d51c24da77b6684104ef43ffd4c0986f2beca4b7e223491259529477c0359",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0",
      "date": "2026-05-10T09:38:46.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "06e29839019be2a57cab420343829e0c965f36d7b24a1ed8ef744e54da5b0272",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-10T09:26:17.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "35f49bbacb15658501bdf865118717560a307fef9d779216ca17ae63c77031bc",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-10T09:25:57.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "6f135a6822a9775989da283459e449983e9dcd4e374d54c84ecda2db376fb556",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0",
      "date": "2026-05-10T09:27:01.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "c4a4143bed9d95652e9598e99e00d02f099b83dce8a453404fd31826380da167",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0",
      "date": "2026-05-22T11:04:57.000Z",
      "commit": "522b46729f781597dccf9e9aea7a3956c44fa376",
      "fileid": "bed992a2966e923f6dab42ed2420da5456c7c98ac9ac0719208662bdb7c06996",
      "status": "success",
      "buildurl": "https://github.com/r-universe/choonghyunryu/actions/runs/25625061002"
    }
  ]
}