Last updated on 2025-10-31 02:50:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.9 | 4.83 | 63.56 | 68.39 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.9 | 3.63 | 39.84 | 43.47 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.9 | 13.00 | 79.80 | 92.80 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 11.00 | 92.07 | 103.07 | ERROR | |
| r-devel-windows-x86_64 | 0.1.9 | 7.00 | 174.00 | 181.00 | OK | |
| r-patched-linux-x86_64 | 0.1.9 | 4.70 | 50.37 | 55.07 | OK | |
| r-release-linux-x86_64 | 0.1.9 | 5.44 | 50.56 | 56.00 | ERROR | |
| r-release-macos-arm64 | 0.1.9 | 2.00 | 54.00 | 56.00 | OK | |
| r-release-macos-x86_64 | 0.1.9 | 5.00 | 117.00 | 122.00 | OK | |
| r-release-windows-x86_64 | 0.1.9 | 7.00 | 97.00 | 104.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.9 | 2.00 | 70.00 | 72.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.9 | 6.00 | 123.00 | 129.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.9 | 9.00 | 112.00 | 121.00 | OK | 
Version: 0.1.9
Check: tests
Result: ERROR
    Running ‘testthat.R’ [6s/34s]
  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(sidra)
    > 
    > test_check("sidra")
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-sidra.R:11:5'): sidra(1705) returns a data frame ─────────────
    `output_table` is not NULL
    
    `actual` is an S3 object of class <data.table/data.frame>, a list
    `expected` is NULL
     OR API was not reacheable,
                    function should have returned NULL
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.9
Check: tests
Result: ERROR
    Running ‘testthat.R’ [15s/39s]
  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(sidra)
    > 
    > test_check("sidra")
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-sidra.R:11:5'): sidra(1705) returns a data frame ─────────────
    `output_table` is not NULL
    
    `actual` is an S3 object of class <data.table/data.frame>, a list
    `expected` is NULL
     OR API was not reacheable,
                    function should have returned NULL
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.9
Check: tests
Result: ERROR
    Running ‘testthat.R’ [14s/41s]
  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(sidra)
    > 
    > test_check("sidra")
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-sidra.R:11:5'): sidra(1705) returns a data frame ─────────────
    `output_table` is not NULL
    
    `actual` is an S3 object of class <data.table/data.frame>, a list
    `expected` is NULL
     OR API was not reacheable,
                    function should have returned NULL
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.1.9
Check: tests
Result: ERROR
    Running ‘testthat.R’ [9s/32s]
  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(sidra)
    > 
    > test_check("sidra")
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    A consulta excederá o limite de 100.000 pontos de dados permitido pela API.
    Vamos contornar este problema fazendo várias solicitações menores.
    Haverá maior demora
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-sidra.R:11:5'): sidra(1705) returns a data frame ─────────────
    `output_table` is not NULL
    
    `actual` is an S3 object of class <data.table/data.frame>, a list
    `expected` is NULL
     OR API was not reacheable,
                    function should have returned NULL
    
    [ FAIL 1 | WARN 9 | SKIP 0 | PASS 2 ]
    Error: Test failures
    Execution halted
Flavor: r-release-linux-x86_64