CRAN Package Check Results for Package rgho

Last updated on 2023-07-29 08:56:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.0 5.39 83.35 88.74 OK
r-devel-linux-x86_64-debian-gcc 3.0.0 4.26 61.68 65.94 OK
r-devel-linux-x86_64-fedora-clang 3.0.0 61.55 ERROR
r-devel-linux-x86_64-fedora-gcc 3.0.0 103.65 ERROR
r-devel-windows-x86_64 3.0.0 6.00 108.00 114.00 ERROR
r-patched-linux-x86_64 3.0.0 3.32 79.07 82.39 OK
r-release-linux-x86_64 3.0.0 3.00 78.08 81.08 OK
r-release-macos-arm64 3.0.0 86.00 OK
r-release-macos-x86_64 3.0.0 103.00 OK
r-release-windows-x86_64 3.0.0 8.00 130.00 138.00 ERROR
r-oldrel-macos-arm64 3.0.0 70.00 OK
r-oldrel-macos-x86_64 3.0.0 85.00 OK
r-oldrel-windows-x86_64 3.0.0 8.00 122.00 130.00 OK

Additional issues

M1mac noLD

Check Details

Version: 3.0.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/13s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rgho)
     >
     > test_check("rgho")
     [ FAIL 1 | WARN 0 | SKIP 2 | PASS 2 ]
    
     ══ Skipped tests (2) ═══════════════════════════════════════════════════════════
     • On CRAN (2): 'test-data.R:5:1', 'test-search.R:5:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-get_gho.R:37:5'): Connection errors ──────────────────────────
     `get_gho_values(dimension = "COUNTRY")` produced unexpected messages.
     Expected match: 404
     Actual values:
     * Server error: (504) Gateway Timeout
    
    
     [ FAIL 1 | WARN 0 | SKIP 2 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 3.0.0
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building ‘a-intro.Rmd’ using rmarkdown
    --- finished re-building ‘a-intro.Rmd’
    
    --- re-building ‘b-dimensions.Rmd’ using rmarkdown
    --- finished re-building ‘b-dimensions.Rmd’
    
    --- re-building ‘c-values-gho.Rmd’ using rmarkdown
    --- finished re-building ‘c-values-gho.Rmd’
    
    --- re-building ‘d-codes-country.Rmd’ using rmarkdown
    Error: processing vignette 'd-codes-country.Rmd' failed with diagnostics:
    there is no package called ‘R6’
    --- failed re-building ‘d-codes-country.Rmd’
    
    --- re-building ‘e-indicators.Rmd’ using rmarkdown
    Error: processing vignette 'e-indicators.Rmd' failed with diagnostics:
    there is no package called ‘R6’
    --- failed re-building ‘e-indicators.Rmd’
    
    SUMMARY: processing the following files failed:
     ‘d-codes-country.Rmd’ ‘e-indicators.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 3.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [16s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(rgho)
     >
     > test_check("rgho")
     [ FAIL 1 | WARN 0 | SKIP 2 | PASS 2 ]
    
     ══ Skipped tests (2) ═══════════════════════════════════════════════════════════
     • On CRAN (2): 'test-data.R:5:1', 'test-search.R:5:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-get_gho.R:37:5'): Connection errors ──────────────────────────
     `get_gho_values(dimension = "COUNTRY")` produced unexpected messages.
     Expected match: 404
     Actual values:
     * Server error: (504) Gateway Timeout
    
    
     [ FAIL 1 | WARN 0 | SKIP 2 | PASS 2 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 3.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [24s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(rgho)
     >
     > test_check("rgho")
     [ FAIL 2 | WARN 0 | SKIP 2 | PASS 1 ]
    
     ══ Skipped tests (2) ═══════════════════════════════════════════════════════════
     • On CRAN (2): 'test-data.R:5:1', 'test-search.R:5:1'
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-get_gho.R:36:5'): Connection errors ──────────────────────────
     `get_gho_dimensions()` produced unexpected messages.
     Expected match: 404
     Actual values:
     * Server error: (504) Gateway Timeout
    
     ── Failure ('test-get_gho.R:37:5'): Connection errors ──────────────────────────
     `get_gho_values(dimension = "COUNTRY")` produced unexpected messages.
     Expected match: 404
     Actual values:
     * Server error: (504) Gateway Timeout
    
    
     [ FAIL 2 | WARN 0 | SKIP 2 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64