* using log directory ‘/home/hornik/tmp/CRAN_special_donttest/sae.projection.Rcheck’ * using R Under development (unstable) (2026-02-03 r89372) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc-15 (Debian 15.2.0-12) 15.2.0 GNU Fortran (Debian 15.2.0-12) 15.2.0 * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-02-03 06:42:14Z * using option ‘--run-donttest’ * checking for file ‘sae.projection/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘sae.projection’ version ‘0.1.5’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/5s] NOTE Maintainer: ‘Ridson Al Farizal P ’ New submission Package was archived on CRAN Possibly misspelled words in DESCRIPTION: Rao (11:511) CRAN repository db overrides: X-CRAN-Comment: Archived on 2025-12-17 as issues were not corrected in time * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘sae.projection’ can be installed ... [16s/14s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... 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 ... [5s/4s] OK * checking whether the package can be loaded with stated dependencies ... [4s/3s] OK * checking whether the package can be unloaded cleanly ... [4s/4s] OK * checking whether the namespace can be loaded with stated dependencies ... [4s/3s] OK * checking whether the namespace can be unloaded cleanly ... [5s/4s] OK * checking loading without being on the library search path ... [4s/4s] 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 ... [20s/17s] OK * checking Rd files ... [0s/0s] 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 ... [1s/1s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [124s/88s] ERROR Running examples in ‘sae.projection-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: projection_xgboost > ### Title: Projection Estimator with XGBoost Algorithm > ### Aliases: projection_xgboost > > ### ** Examples > > ## No test: > library(xgboost) > library(caret) Loading required package: lattice Attaching package: ‘caret’ The following objects are masked from ‘package:yardstick’: precision, recall, sensitivity, specificity The following object is masked from ‘package:rsample’: calibration The following object is masked from ‘package:purrr’: lift > library(FSelector) > library(glmnet) Loading required package: Matrix Attaching package: ‘Matrix’ The following objects are masked from ‘package:tidyr’: expand, pack, unpack Loaded glmnet 4.1-10 > library(recipes) > > Data_A <- df_svy_A > Data_B <- df_svy_B > > hasil <- projection_xgboost( + target_col = "Y", + data_model = Data_A, + data_proj = Data_B, + id = "num", + STRATA = NULL, + domain1 = "province", + domain2 = "regency", + weight = "weight", + nfold = 3, + test_size = 0.2 , + task_type = "classification", + corrected_bias = TRUE, + feature_selection = TRUE) Load data... Final Task Type: binary Handling missing values in preprocessing... Performing feature selection... Applying SMOTE to balance classes... Preparing data for XGBoost... Performing hyperparameter tuning... Warning in throw_err_or_depr_msg("Parameter(s) have been removed from this function: ", : Parameter(s) have been removed from this function: params. This warning will become an error in a future version. Warning in throw_err_or_depr_msg("Passed unrecognized parameters: ", paste(head(names_unrecognized), : Passed unrecognized parameters: verbose. This warning will become an error in a future version. Warning in throw_err_or_depr_msg("Parameter '", match_old, "' has been renamed to '", : Parameter 'data' has been renamed to 'x'. This warning will become an error in a future version. Error in xgboost::xgboost(params = params, data = dtrain, nrounds = best_iteration, : argument "y" is missing, with no default Calls: projection_xgboost ... -> process.y.margin.and.objective -> NROW Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [487s/360s] OK Running ‘testthat.R’ [487s/359s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [1s/1s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [1s/1s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE