Package: mapping Check: R code for possible problems New result: NOTE mapping_tmap: warning in tm_credits(srcAuth, size = options$credits.size, col = options$credits.color, fontface = options$credits.fontface, position = options$credits.position): partial argument match of 'col' to 'color' mapping_tmap_US: warning in tm_credits(srcAuth, size = options$credits.size, col = options$credits.color, fontface = options$credits.fontface, position = options$credits.position): partial argument match of 'col' to 'color' Package: MazamaSpatialPlots Check: tests New result: ERROR Running ‘testthat.R’ [9s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(MazamaSpatialUtils) Loading required package: sf Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE > library(MazamaSpatialPlots) > > test_check("MazamaSpatialPlots") [ FAIL 6 | WARN 0 | SKIP 0 | PASS 35 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-countyMap.R:62:3'): subsets by stateCode correctly ─────────── length(plottedStates) not equal to nrow(countyList). 1/1 mismatches [1] 0 - 75 == -75 ── Failure ('test-countyMap.R:63:3'): subsets by stateCode correctly ─────────── "WA" %in% plottedStates is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-countyMap.R:64:3'): subsets by stateCode correctly ─────────── "OR" %in% plottedStates is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-stateMap.R:59:3'): subsets by stateCode correctly ──────────── length(plottedStates) not equal to length(stateCodeList). 1/1 mismatches [1] 0 - 2 == -2 ── Failure ('test-stateMap.R:60:3'): subsets by stateCode correctly ──────────── "WA" %in% plottedStates is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-stateMap.R:61:3'): subsets by stateCode correctly ──────────── "OR" %in% plottedStates is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 6 | WARN 0 | SKIP 0 | PASS 35 ] Error: Test failures Execution halted