* using log directory ‘/srv/hornik/tmp/CRAN_pretest/Rrepest.Rcheck’ * using R Under development (unstable) (2026-04-02 r89783) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 21.1.8 (3+b1) Debian flang version 21.1.8 (3+b1) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * current time: 2026-04-03 16:05:15 UTC * checking for file ‘Rrepest/DESCRIPTION’ ... OK * this is package ‘Rrepest’ version ‘1.6.12’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/5s] 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 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 ‘Rrepest’ can be installed ... [5s/5s] 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 ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [1s/1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [1s/1s] 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 ... [9s/9s] 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 ... [0s/0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [1s/1s] 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 ... [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