CRAN Package Check Results for Package himach

Last updated on 2021-04-29 06:47:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 10.77 167.77 178.54 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 8.08 115.13 123.21 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 207.99 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 201.30 OK
r-devel-windows-ix86+x86_64 0.1.1 18.00 193.00 211.00 OK
r-devel-windows-x86_64-gcc10-UCRT 0.1.1 OK
r-patched-linux-x86_64 0.1.1 9.93 153.55 163.48 OK
r-patched-solaris-x86 0.1.1 276.30 ERROR
r-release-linux-x86_64 0.1.1 9.06 151.05 160.11 OK
r-release-macos-x86_64 0.1.1 OK
r-release-windows-ix86+x86_64 0.1.1 29.00 205.00 234.00 OK
r-oldrel-macos-x86_64 0.1.1 ERROR
r-oldrel-windows-ix86+x86_64 0.1.1 19.00 205.00 224.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [52s/59s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(himach)
     >
     > test_check("himach")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_map.R:67:3): can make range envelope ────────────────────────────
     Error: lwgeom required: install that first
     Backtrace:
     █
     1. ├─testthat::expect_known_value(...) test_map.R:67:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─`%>%`(...)
     5. ├─base::unlist(.)
     6. ├─himach:::make_range_envelope(...)
     7. │ └─`%>%`(...)
     8. ├─sf::st_make_valid(.)
     9. └─sf:::st_make_valid.sfc(.)
     ── Failure (test_utils.R:58:3): Reassert does nothing wrong ────────────────────
     sf::st_length(himach:::NZ_routes$gc[1]) not equal to sf::st_length(hm_get_test("route")$gc[1]).
     Mean relative difference: 86210.89
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 60 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [28s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(himach)
     >
     > test_check("himach")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test_utils.R:58:3): Reassert does nothing wrong ────────────────────
     sf::st_length(himach:::NZ_routes$gc[1]) not equal to sf::st_length(hm_get_test("route")$gc[1]).
     Mean relative difference: 86210.89
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 61 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-macos-x86_64