* using log directory 'd:/Rcompile/CRANpkg/local/4.5/eph.Rcheck' * using R version 4.5.3 (2026-03-11 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 * checking for file 'eph/DESCRIPTION' ... OK * this is package 'eph' version '1.0.2' * package encoding: UTF-8 * 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 'eph' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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 ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [1s] OK * checking whether the namespace can be loaded with stated dependencies ... [1s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [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 ... [6s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... 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] 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 ... [37s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [7s] OK Running 'testthat.R' [7s] * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [24s] ERROR Error(s) in re-building vignettes: --- re-building 'eph.Rmd' using rmarkdown Quitting from eph.Rmd:94-103 [unnamed-chunk-5] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `calculate_tabulates()`: ! La variable x no pertence a la base de datos ℹ Puede usar names() para extraer los nombres de las variables. --- Backtrace: ▆ 1. └─eph::calculate_tabulates(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'eph.Rmd' failed with diagnostics: La variable x no pertence a la base de datos ℹ Puede usar names() para extraer los nombres de las variables. --- failed re-building 'eph.Rmd' --- re-building 'estimacion_pobreza.Rmd' using rmarkdown trying URL 'https://github.com/holatam/data/raw/master/eph/canasta/canastas.rds' Quitting from estimacion_pobreza.Rmd:61-65 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `dplyr::mutate()`: ℹ In argument: `periodo = paste(ANO4, TRIMESTRE, sep = ".")`. Caused by error: ! object 'ANO4' not found --- Backtrace: ▆ 1. ├─eph::calculate_poverty(bases, canastas_regionales, print_summary = TRUE) 2. │ └─... %>% ... 3. ├─dplyr::select(...) 4. ├─dplyr::mutate(...) 5. ├─dplyr::ungroup(.) 6. ├─dplyr::mutate(., adequi_hogar = sum(adequi)) 7. ├─dplyr::group_by(., CODUSU, NRO_HOGAR, periodo) 8. ├─dplyr::left_join(., basket, by = c(REGION = "codigo", "periodo")) 9. ├─dplyr::left_join(., adulto_equivalente, by = c("CH04", "CH06")) 10. ├─dplyr::mutate(., periodo = paste(ANO4, TRIMESTRE, sep = ".")) 11. ├─dplyr:::mutate.data.frame(., periodo = paste(ANO4, TRIMESTRE, sep = ".")) 12. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by) 13. │ ├─base::withCallingHandlers(...) 14. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns) 15. │ └─mask$eval_all_mutate(quo) 16. │ └─dplyr (local) eval() 17. └─base::paste(ANO4, TRIMESTRE, sep = ".") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'estimacion_pobreza.Rmd' failed with diagnostics: ℹ In argument: `periodo = paste(ANO4, TRIMESTRE, sep = ".")`. Caused by error: ! object 'ANO4' not found --- failed re-building 'estimacion_pobreza.Rmd' SUMMARY: processing the following files failed: 'eph.Rmd' 'estimacion_pobreza.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... [6s] OK * DONE Status: 1 ERROR