Package: ffm Check: tests New result: ERROR Running ‘testthat.R’ [4s/4s] 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(ffm) > > test_check("ffm") Saving _problems/test-filters-89.R Saving _problems/test-filters-90.R Saving _problems/test-filters-91.R Saving _problems/test-filters-92.R Saving _problems/test-filters-93.R Saving _problems/test-filters-94.R Saving _problems/test-filters-95.R Saving _problems/test-filters-96.R Saving _problems/test-filters-109.R Saving _problems/test-filters-110.R Saving _problems/test-filters-113.R Saving _problems/test-filters-119.R Saving _problems/test-filters-140.R Saving _problems/test-filters-141.R Saving _problems/test-filters-142.R Saving _problems/test-filters-143.R Saving _problems/test-filters-144.R Saving _problems/test-filters-145.R Saving _problems/test-filters-151.R Saving _problems/test-filters-163.R [ FAIL 20 | WARN 1 | SKIP 1 | PASS 37 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-wfs.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-filters.R:89:3'): xml filters works with vectors ───────────── Expected `format(fl1)` to match regexp "^". Actual text: x | | | test | a | | ── Failure ('test-filters.R:90:3'): xml filters works with vectors ───────────── Expected `format(fl1)` to match regexp "". Actual text: x | | | test | a | | ── Failure ('test-filters.R:91:3'): xml filters works with vectors ───────────── Expected `format(fl2)` to match regexp "". Actual text: x | | | test | a | | ── Failure ('test-filters.R:92:3'): xml filters works with vectors ───────────── Expected `format(fl3)` to match regexp "". Actual text: x | | | test | 1 | | ── Failure ('test-filters.R:93:3'): xml filters works with vectors ───────────── Expected `format(fl4)` to match regexp "". Actual text: x | | | test | 1 | | ── Failure ('test-filters.R:94:3'): xml filters works with vectors ───────────── Expected `format(fl5)` to match regexp "". Actual text: x | | | test | 2 | | ── Failure ('test-filters.R:95:3'): xml filters works with vectors ───────────── Expected `format(fl6)` to match regexp "". Actual text: x | | | test | 2 | | ── Failure ('test-filters.R:96:3'): xml filters works with vectors ───────────── Expected `format(fl7)` to match regexp "". Actual text: x | | | test | a | | ── Failure ('test-filters.R:109:3'): xml filters can do spatial predicates ───── Expected `fl1` to match string "1 3 2 3 2 4 1 4 1 3". Actual text: x | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | ── Failure ('test-filters.R:110:3'): xml filters can do spatial predicates ───── Expected `fl2` to match string "1 3 2 3 2 4 1 4 1 3". Actual text: x | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | ── Failure ('test-filters.R:113:3'): xml filters can do spatial predicates ───── Expected `fl3` to match string "". Actual text: x | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | ── Failure ('test-filters.R:115:3'): xml filters can do spatial predicates ───── Expected `format(wfs_filter(bbox = bbox, geom_property = "geometry"))` to match string "geometry". Actual text: x | | | geometry | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | ── Failure ('test-filters.R:140:3'): xml filters can do multiple filters ─────── Expected `fl1` to match string "". Actual text: x | | | | test | a | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | | ── Failure ('test-filters.R:141:3'): xml filters can do multiple filters ─────── Expected `fl1` to match string "". Actual text: x | | | | test | a | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | | ── Failure ('test-filters.R:142:3'): xml filters can do multiple filters ─────── Expected `fl1` to match string "". Actual text: x | | | | test | a | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | | ── Failure ('test-filters.R:143:3'): xml filters can do multiple filters ─────── Expected `fl2` to match string "". Actual text: x | | | | test | a | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | | ── Failure ('test-filters.R:144:3'): xml filters can do multiple filters ─────── Expected `fl2` to match string "". Actual text: x | | | | test | a | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | | ── Failure ('test-filters.R:145:3'): xml filters can do multiple filters ─────── Expected `fl2` to match string "". Actual text: x | | | | test | a | | | geom | | | | 1 3 2 3 2 4 1 4 1 3 | | | | | | ── Failure ('test-filters.R:151:3'): xml helpers work ────────────────────────── Expected `format(wfs_filter(filter = "test"))` to equal "test". Differences: actual vs expected - "test" + "test" ── Failure ('test-filters.R:163:3'): xml helpers work ────────────────────────── Expected `as.character(xml2)` to match regexp "prop". Actual text: x | | | | prop | | | [ FAIL 20 | WARN 1 | SKIP 1 | PASS 37 ] Error: ! Test failures. Execution halted