Last updated on 2025-02-06 05:49:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 34.69 | 312.81 | 347.50 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 22.82 | 199.98 | 222.80 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 595.68 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 529.15 | OK | |||
r-devel-windows-x86_64 | 0.3.0 | 29.00 | 243.00 | 272.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 29.95 | 286.29 | 316.24 | OK | |
r-release-linux-x86_64 | 0.2.0 | 29.16 | 288.27 | 317.43 | ERROR | |
r-release-macos-arm64 | 0.3.0 | 124.00 | OK | |||
r-release-macos-x86_64 | 0.3.0 | 226.00 | OK | |||
r-release-windows-x86_64 | 0.3.0 | 30.00 | 257.00 | 287.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 151.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 219.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.0 | 28.00 | 311.00 | 339.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/18s]
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
Flavor: r-release-linux-x86_64