* using log directory 'd:/Rcompile/CRANpkg/local/4.3/aebdata.Rcheck' * using R version 4.3.3 (2024-02-29 ucrt) * using platform: x86_64-w64-mingw32 (64-bit) * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'aebdata/DESCRIPTION' ... OK * this is package 'aebdata' version '0.1.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 'aebdata' 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 R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] 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 ... [3s] 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [9s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [93s] ERROR Running 'testthat.R' [93s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aebdata) > > test_check("aebdata") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-search.R:17:3'): case_insensitive works ────────────────────── search_series("CAP ", case_insensitive = FALSE) (`actual`) not equal to rds$caseinsensitive_false (`expected`). `attr(actual, 'row.names')[51:59]`: 51 52 53 54 55 56 57 58 59 `attr(expected, 'row.names')[51:53]`: 51 52 53 actual vs expected series_title series_id theme_title theme_id actual[51, ] CAP 03 Tamanho e perfil do funcionalismo legislativo, por ano e conjuntos de Legislativos (1985-2019) 256 Totais de vínculos de trabalho no funcionalismo público 21 actual[52, ] CAP 03 Tamanho e perfil do funcionalismo legislativo, por ano e conjuntos de Legislativos (1985-2019) 256 Remunerações no setor público 26 actual[53, ] CAP 03 Tamanho e perfil do funcionalismo legislativo, por ano e conjuntos de Legislativos (1985-2019) 256 Escolaridade no setor público 35 - actual[54, ] CAP 10 Razão das remunerações médias 274 Remunerações no setor público 26 - actual[55, ] CAP 10 Índice de Gini 275 Remunerações no setor público 26 - actual[56, ] CAP 10 Proporção da massa salarial apropriada pelos 10% de trabalhadores com maiores e os 10% com menores remunerações 276 Remunerações no setor público 26 - actual[57, ] CAP 10 Proporção de trabalhadoras do setor público entre as 10% maiores e 10% menores remunerações 277 Remunerações no setor público 26 - actual[58, ] CAP 10 Proporção de trabalhadoras e trabalhadores negros entre as 10% maiores e 10% menores remunerações 278 Remunerações no setor público 26 - actual[59, ] CAP 10 Proporção de trabalhadores por poder entre os 10% com maiores e os 10% com menores remunerações 279 Remunerações no setor público 26 actual$series_title[51:59] vs expected$series_title[51:53] "CAP 03 Tamanho e perfil do funcionalismo legislativo, por ano e conjuntos de Legislativos (1985-2019)" "CAP 03 Tamanho e perfil do funcionalismo legislativo, por ano e conjuntos de Legislativos (1985-2019)" "CAP 03 Tamanho e perfil do funcionalismo legislativo, por ano e conjuntos de Legislativos (1985-2019)" - "CAP 10 Razão das remunerações médias" - "CAP 10 Índice de Gini" - "CAP 10 Proporção da massa salarial apropriada pelos 10% de trabalhadores com maiores e os 10% com menores remunerações" - "CAP 10 Proporção de trabalhadoras do setor público entre as 10% maiores e 10% menores remunerações" - "CAP 10 Proporção de trabalhadoras e trabalhadores negros entre as 10% maiores e 10% menores remunerações" - "CAP 10 Proporção de trabalhadores por poder entre os 10% com maiores e os 10% com menores remunerações" `actual$series_id[51:59]`: 256 256 256 274 275 276 277 278 279 `expected$series_id[51:53]`: 256 256 256 actual$theme_title[51:59] vs expected$theme_title[51:53] "Totais de vínculos de trabalho no funcionalismo público" "Remunerações no setor público" "Escolaridade no setor público" - "Remunerações no setor público" - "Remunerações no setor público" - "Remunerações no setor público" - "Remunerações no setor público" - "Remunerações no setor público" - "Remunerações no setor público" `actual$theme_id[51:59]`: 21 26 35 26 26 26 26 26 26 `expected$theme_id[51:53]`: 21 26 35 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in 'inst/doc' ... OK * checking re-building of vignette outputs ... [11s] OK * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 ERROR