* using log directory 'd:/Rcompile/CRANpkg/local/4.4/aebdata.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.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.4' * 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 See 'https://www.r-project.org/nosvn/R.check/r-oldrel-windows-x86_64/aebdata-00install.html' for details. * 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 ... [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 ... [82s] ERROR Running 'testthat.R' [82s] 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-list.R:4:3'): list works ───────────────────────────────────── list_series(theme_id = 50, theme_title = "Militares na burocracia") (`actual`) not equal to rds$militares_organizacoes (`expected`). `attr(actual, 'row.names')[19:21]`: 19 20 21 `attr(expected, 'row.names')[19:22]`: 19 20 21 22 actual vs expected theme_title theme_id series_title series_id actual[6, ] Militares na burocracia 44 Evolução do número total de cargos e funções civis e militares no Executivo Federal 186 actual[7, ] Militares na burocracia 44 Militares exercendo funções civis na Administração pública federal 194 actual[8, ] Militares na burocracia 44 Origem dos militares ocupantes de cargos, por Força Armada de origem 192 actual[9, ] Militares na burocracia 44 Participação dos círculos hierárquicos entre os ocupantes de cargos 193 + expected[10, ] Militares na burocracia 44 Proposta de Nota Técnica Diest 185 actual[10, ] Militares na burocracia 44 Total de Cargos e funções comissionadas no Executivo Civil Federal, ocupados por militares 189 actual[11, ] Militares na burocracia 44 Total, proporção ou variação acumulada de vínculos públicos, civis e militares, no nível Federal 70 actual[12, ] Organizações do Estado 50 CAP 16 Trabalhadores dos Cras e Creas, por área de formação - Brasil (2011-2017) 221 actual$theme_title | expected$theme_title [12] "Organizações do Estado" - "Militares na burocracia" [9] - "Militares na burocracia" [10] - "Militares na burocracia" [11] - "Militares na burocracia" [12] - "Organizações do Estado" [13] - "Organizações do Estado" [14] - "Organizações do Estado" [15] - "Organizações do Estado" [16] - "Organizações do Estado" [17] - "Organizações do Estado" [18] ... ... ... and 4 more ... `actual$theme_id[12:15]`: 50 and 4 more... `expected$theme_id[9:22]`: 44 44 44 44 50 50 50 50 50 50 ... actual$series_title[7:12] vs expected$series_title[7:13] "Evolução do número total de cargos e funções civis e militares no Executivo Federal" "Militares exercendo funções civis na Administração pública federal" "Origem dos militares ocupantes de cargos, por Força Armada de origem" "Participação dos círculos hierárquicos entre os ocupantes de cargos" + "Proposta de Nota Técnica Diest" "Total de Cargos e funções comissionadas no Executivo Civil Federal, ocupados por militares" "Total, proporção ou variação acumulada de vínculos públicos, civis e militares, no nível Federal" "CAP 16 Trabalhadores dos Cras e Creas, por área de formação - Brasil (2011-2017)" `actual$series_id[7:12]`: 194 192 193 189 70 221 `expected$series_id[7:13]`: 194 192 193 185 189 70 221 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [10s] OK * checking PDF version of manual ... [16s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 ERROR