* using log directory 'd:/RCompile/CRANincoming/R-devel/TidyML.Rcheck' * using R Under development (unstable) (2025-05-29 r88251 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'TidyML/DESCRIPTION' ... OK * this is package 'TidyML' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Javier Martínez García ' New submission Possibly misspelled words in DESCRIPTION: KDD (18:55, 20:102, 28:94) TidyML (22:87, 26:66) minimalistic (16:16) * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... NOTE Found the following hidden files and directories: .github These were most likely included in error. See section 'Package structure' in the 'Writing R Extensions' manual. CRAN-pack does not know about .github * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'TidyML' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE modify_datasets: no visible binding for global variable 'tidy_object' olden_barplot: no visible binding for global variable 'variable' olden_barplot: no visible binding for global variable 'importance' one_hot_predictors: no visible global function definition for 'all_of' plot2: no visible binding for global variable 'variable' plot2: no visible binding for global variable 'importance' plot_barplot: no visible binding for global variable 'Importance' plot_barplot: no visible binding for global variable 'Variable' plot_barplot: no visible binding for global variable 'StDev' plot_beeswarm: no visible binding for global variable 'value' plot_beeswarm: no visible binding for global variable 'variable' plot_beeswarm: no visible binding for global variable 'val_color' plot_boxplot: no visible binding for global variable 'variable' plot_boxplot: no visible binding for global variable 'value' plot_calibration_curve_binary: no visible global function definition for 'sym' plot_calibration_curve_binary: no visible binding for global variable 'data_set' plot_calibration_curve_binary: no visible binding for global variable 'y' plot_calibration_curve_binary: no visible binding for global variable 'prob_pred' plot_calibration_curve_binary: no visible binding for global variable 'prob_observed' plot_conf_mat: no visible binding for global variable 'y' plot_conf_mat: no visible binding for global variable '.pred_class' plot_dist_probs_binary: no visible binding for global variable 'data_set' plot_dist_probs_binary: no visible binding for global variable 'y' plot_dist_probs_multiclass: no visible binding for global variable 'data_set' plot_dist_probs_multiclass: no visible binding for global variable '.pred_class' plot_dist_probs_multiclass: no visible binding for global variable 'Class' plot_dist_probs_multiclass: no visible binding for global variable 'Probability' plot_dist_probs_multiclass: no visible binding for global variable 'y' plot_gain_curve_binary: no visible binding for global variable 'data_set' plot_gain_curve_binary: no visible binding for global variable 'y' plot_gain_curve_multiclass: no visible binding for global variable 'data_set' plot_gain_curve_multiclass: no visible binding for global variable 'y' plot_lift_curve_binary: no visible binding for global variable 'data_set' plot_lift_curve_binary: no visible binding for global variable 'y' plot_lift_curve_multiclass: no visible binding for global variable 'data_set' plot_lift_curve_multiclass: no visible binding for global variable 'y' plot_pr_curve_binary: no visible binding for global variable 'data_set' plot_pr_curve_binary: no visible binding for global variable 'y' plot_pr_curve_multiclass: no visible binding for global variable 'data_set' plot_pr_curve_multiclass: no visible binding for global variable 'y' plot_residuals_density: no visible binding for global variable 'y' plot_residuals_density: no visible binding for global variable '.pred' plot_residuals_density: no visible binding for global variable 'error' plot_residuals_density: no visible binding for global variable 'density' plot_roc_curve_binary: no visible binding for global variable 'data_set' plot_roc_curve_binary: no visible binding for global variable 'y' plot_roc_curve_multiclass: no visible binding for global variable 'data_set' plot_roc_curve_multiclass: no visible binding for global variable 'y' plot_scatter: no visible binding for global variable 'y' plot_scatter: no visible binding for global variable '.pred' plot_tuning_results: no visible binding for global variable '.' plot_tuning_results: no visible binding for global variable 'search_res' preprocessing: no visible global function definition for 'all_of' show_results: no visible binding for global variable 'data_set' show_results: no visible binding for global variable 'Class' sobol_calc: no visible global function definition for 'rnorm' sobol_plot: no visible binding for global variable 'S1' sobol_plot: no visible binding for global variable 'ST' sobol_plot: no visible binding for global variable 'value' sobol_plot: no visible binding for global variable 'variable' sobol_plot: no visible binding for global variable 'type' sobol_plot: no visible binding for global variable 'se' sobol_plot: no visible binding for global variable 'label' standarize_predictors: no visible global function definition for 'all_of' summary_binary : : no visible binding for global variable 'y' summary_binary : : no visible binding for global variable '.pred_class' summary_multiclass_average : : no visible binding for global variable 'y' summary_multiclass_average : : no visible binding for global variable '.pred_class' summary_multiclass_per_class : : : no visible binding for global variable 'truth' summary_multiclass_per_class : : : no visible binding for global variable 'estimate' summary_multiclass_per_class : : : no visible binding for global variable 'prob_estimate' summary_regression : : no visible binding for global variable 'y' summary_regression : : no visible binding for global variable '.pred' Undefined global functions or variables: . .pred .pred_class Class Importance Probability S1 ST StDev Variable all_of data_set density error estimate importance label prob_estimate prob_observed prob_pred rnorm se search_res sym tidy_object truth type val_color value variable y Consider adding importFrom("stats", "density", "rnorm") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [15s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [27s] OK Running 'testthat.R' [27s] * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 3 NOTEs