Last updated on 2026-03-10 19:49:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 1.95 | 36.61 | 38.56 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.41 | 27.42 | 28.83 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 3.00 | 57.10 | 60.10 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 65.01 | OK | |||
| r-devel-macos-arm64 | 0.1.4 | 1.00 | 119.00 | 120.00 | OK | |
| r-devel-windows-x86_64 | 0.1.4 | 8.00 | 130.00 | 138.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 1.62 | 31.79 | 33.41 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 1.89 | 33.52 | 35.41 | ERROR | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 1.00 | 153.00 | 154.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 5.00 | 157.00 | 162.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 2.00 | 161.00 | 163.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 6.00 | 136.00 | 142.00 | ERROR |
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/77s]
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")
Saving _problems/test-list-6.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-list.R:4:3'): list works ─────────────────────────────────────
Expected `list_series(theme_id = 50, theme_title = "Militares na burocracia")` to equal `rds$militares_organizacoes`.
Differences:
`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
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/77s]
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")
Saving _problems/test-list-6.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-list.R:4:3'): list works ─────────────────────────────────────
Expected `list_series(theme_id = 50, theme_title = "Militares na burocracia")` to equal `rds$militares_organizacoes`.
Differences:
`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
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/104s]
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")
Saving _problems/test-list-6.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-list.R:4:3'): list works ─────────────────────────────────────
Expected `list_series(theme_id = 50, theme_title = "Militares na burocracia")` to equal `rds$militares_organizacoes`.
Differences:
`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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/187s]
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")
Saving _problems/test-get-35.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 25 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get.R:35:3'): get_csv works ────────────────────────────────────
Error: cannot open the connection
Backtrace:
▆
1. ├─testthat::expect_equal(get_series_csv(197), rds$multiple) at test-get.R:35:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─aebdata:::get_series_csv(197)
5. │ ├─base::lapply(...)
6. │ └─base::lapply(...)
7. │ └─aebdata (local) FUN(X[[i]], ...)
8. │ └─readr::read_delim(link, delim = ";", show_col_types = FALSE)
9. │ └─vroom::vroom(...)
10. │ └─vroom:::vroom_(...)
11. └─vroom (local) `<fn>`(`<curl>`, "rb")
12. └─base::tryCatch(...)
13. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
14. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
15. └─value[[3L]](cond)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 25 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [94s]
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")
Error : cannot open the connection
Saving _problems/test-get-28.R
Saving _problems/test-get-35.R
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 24 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-get.R:26:3'): get works ──────────────────────────────────────
Expected `get_series(series_id = c(215, 197))` to equal `list(`215` = rds$one, `197` = rds$multiple)`.
Differences:
`actual$215` is an S3 object of class <try-error>, a character vector
`expected$215` is an S3 object of class <data.frame>, a list
── Error ('test-get.R:35:3'): get_csv works ────────────────────────────────────
Error in `open.connection(x, "rb")`: cannot open the connection
Backtrace:
▆
1. ├─testthat::expect_equal(get_series_csv(197), rds$multiple) at test-get.R:35:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─aebdata:::get_series_csv(197)
5. ├─base::grep(...)
6. │ └─base::is.factor(x)
7. ├─rvest::html_attr(...)
8. │ └─xml2::xml_attr(x, name, default = default)
9. ├─rvest::html_elements(...)
10. ├─rvest::html_element(...)
11. ├─rvest::read_html(...)
12. └─xml2:::read_html.default(...)
13. ├─base::suppressWarnings(...)
14. │ └─base::withCallingHandlers(...)
15. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
16. └─xml2:::read_xml.character(...)
17. └─xml2:::read_xml.connection(...)
18. ├─base::open(x, "rb")
19. └─base::open.connection(x, "rb")
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 24 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.4
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'exploring-data.Rmd' using rmarkdown
Quitting from exploring-data.Rmd:28-31 [list-themes-knit]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/httr2_failure>
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.ipea.gov.br]:
Connection timed out after 10006 milliseconds
---
Backtrace:
▆
1. ├─knitr::kable(list_themes(), format = "html")
2. └─aebdata::list_themes()
3. ├─base::do.call(...)
4. ├─base::lapply(...)
5. ├─httr2::resp_body_json(httr2::req_perform(httr2::request("https://www.ipea.gov.br/atlasestado/api/v1/temas")))
6. │ └─httr2:::check_response(resp)
7. │ └─httr2:::is_response(resp)
8. └─httr2::req_perform(httr2::request("https://www.ipea.gov.br/atlasestado/api/v1/temas"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'exploring-data.Rmd' failed with diagnostics:
Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [www.ipea.gov.br]:
Connection timed out after 10006 milliseconds
--- failed re-building 'exploring-data.Rmd'
SUMMARY: processing the following file failed:
'exploring-data.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.1.4
Check: tests
Result: ERROR
Running 'testthat.R' [70s]
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")
Saving _problems/test-list-6.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 25 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-list.R:4:3'): list works ─────────────────────────────────────
Expected `list_series(theme_id = 50, theme_title = "Militares na burocracia")` to equal `rds$militares_organizacoes`.
Differences:
`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
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.