Package: alookr
Type: Package
Title: Model Classifier for Binary Classification
Version: 0.4.0
Date: 2025-09-16
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, glmnet
Suggests: knitr, ISLR, mice, mlbench, rmarkdown, stringi
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
NeedsCompilation: no
Packaged: 2025-09-16 02:28:27 UTC; choonghyunryu
Repository: CRAN
Date/Publication: 2025-09-16 02:50:02 UTC
Built: R 4.5.1; ; 2025-09-16 05:44:49 UTC; unix
