* using log directory 'd:/RCompile/CRANincoming/R-devel/Rrepest.Rcheck' * using R version 4.6.0 alpha (2026-04-02 r89777 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * current time: 2026-04-03 16:10:33 UTC * checking for file 'Rrepest/DESCRIPTION' ... OK * this is package 'Rrepest' version '1.6.12' * package encoding: UTF-8 * checking CRAN incoming feasibility ... OK * 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 ... OK * checking for portable file names ... OK * checking whether package 'Rrepest' 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 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 ... [21s] OK * 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 ... ERROR Running examples in 'Rrepest-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Rrepest > ### Title: Estimation using replicate weights > ### Aliases: Rrepest > > ### ** Examples > > data(df_pisa18) > > Rrepest(data = df_pisa18, + svy = "PISA2015", + est = est("mean","AGE"), + by = c("CNT")) Warning: There was 1 warning in `mutate()`. ℹ In argument: `across(...)`. Caused by warning: ! The `...` argument of `across()` is deprecated as of dplyr 1.1.0. Supply arguments directly to `.fns` through an anonymous function instead. # Previously across(a:b, mean, na.rm = TRUE) # Now across(a:b, \(x) mean(x, na.rm = TRUE)) ℹ The deprecated feature was likely used in the Rrepest package. Please report the issue to the authors. Error in `filter()`: ℹ In argument: `!is.na(get(x))`. Caused by error in `get()`: ! object 'age' not found Backtrace: ▆ 1. ├─Rrepest::Rrepest(...) 2. │ ├─... %>% reduce(rbind) 3. │ └─base::lapply(...) 4. │ └─Rrepest (local) FUN(X[[i]], ...) 5. │ └─Rrepest:::rrepest_base(...) 6. │ └─base::lapply(...) 7. │ └─Rrepest (local) FUN(X[[i]], ...) 8. │ └─base::lapply(...) 9. │ └─Rrepest (local) FUN(X[[i]], ...) 10. │ └─Rrepest:::pv.rrepest.statistics(...) 11. │ ├─base::append(...) 12. │ └─Rrepest:::pv.brr.gstats(...) 13. │ └─Rrepest:::pv.loop.stat.on.weights(...) 14. │ └─data %>% filter(!is.na(get(x))) 15. ├─purrr::reduce(., rbind) 16. │ └─purrr:::reduce_impl(.x, .f, ..., .init = .init, .dir = .dir) 17. │ └─purrr:::reduce_init(.x, .init, left = left, error_call = .purrr_error_call) 18. │ └─rlang::is_empty(x) 19. ├─dplyr::filter(., !is.na(get(x))) 20. ├─dplyr:::filter.data.frame(., !is.na(get(x))) 21. │ └─dplyr:::filter_impl(...) 22. │ └─dplyr:::filter_rows(...) 23. │ └─dplyr:::filter_eval(...) 24. │ ├─base::withCallingHandlers(...) 25. │ └─mask$eval_all_filter(dots_expanded, invert, env_filter) 26. │ └─dplyr (local) eval() 27. ├─base::get(x) 28. └─base::.handleSimpleError(``, "object 'age' not found", base::quote(get(x))) 29. └─dplyr (local) h(simpleError(msg, call)) 30. └─rlang::abort(message, class = error_class, parent = parent, call = error_call) Execution halted * checking PDF version of manual ... [20s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR