Package: alookr Type: Package Title: Model Classifier for Binary Classification Version: 0.5.0 Date: 2025-12-23 Authors@R: c( person("Choonghyun", "Ryu",, "choonghyun.ryu@gmail.com", role = c("aut", "cre")) ) Description: A collection of tools that support data splitting, predictive modeling, and model evaluation. A typical function is to split a dataset into a training dataset and a test dataset. Then compare the data distribution of the two datasets. Another feature is to support the development of predictive models and to compare the performance of several predictive models, helping to select the best model. Depends: R (>= 3.2.0), ggplot2 (>= 3.0.0), randomForest Imports: caTools, cli (>= 1.1.0), dlookr, dplyr (>= 0.7.6), future, MASS, MLmetrics, methods, parallelly, party, purrr, ROCR, ranger, rlang, rpart, stats, tibble, tidyr, tidyselect, xgboost (>= 3.1.2.1), glmnet Suggests: knitr, ISLR, mice, mlbench, rmarkdown, stringi Author: Choonghyun Ryu [aut, cre] Maintainer: Choonghyun Ryu 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 libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-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: 2026-06-09 05:55:48 UTC; root