Skip to content

Error with upcoming countrycode version #527

@vincentarelbundock

Description

@vincentarelbundock

I am the countrycode maintainer and will release a new minor version soon. There are no breaking changes, and I did not expect any breakage in downstream packages. However, when doing reverse dependency checks, I ran into an error in the echarts4r test suite.

Pasting the error below to inform you:

Changes to worse in reverse depends:

Package: echarts4r
Check: tests
New result: ERROR
    Runningtestthat.R’ [4s/4s]
  Running the tests intests/testthat.Rfailed.
  Complete output:
> library(testthat)
> library(echarts4r)
> 
> test_check("echarts4r")
    [ FAIL 1 | WARN 14 | SKIP 0 | PASS 180 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-map.R:21:3'): e_map plot has the good data structure and type ──
    plot$x$opts$series[[1]]$data not equal to list(...).
    Component 2: Component 2: 1 string mismatch
    Component 3: Component 2: 1 string mismatch
    Component 4: Component 2: 1 string mismatch
    Component 5: Component 2: 1 string mismatch
    
    [ FAIL 1 | WARN 14 | SKIP 0 | PASS 180 ]
    Error: Test failures
    Execution halted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions