Last updated on 2025-08-30 03:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.0 | 2.84 | 98.80 | 101.64 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.8.0 | 2.15 | 73.86 | 76.01 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 157.99 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 172.43 | OK | |||
r-devel-windows-x86_64 | 0.8.0 | 5.00 | 108.00 | 113.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.0 | 3.49 | 92.30 | 95.79 | ERROR | |
r-release-linux-x86_64 | 0.8.0 | 2.63 | 94.24 | 96.87 | ERROR | |
r-release-macos-arm64 | 0.8.0 | 57.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 121.00 | OK | |||
r-release-windows-x86_64 | 0.8.0 | 6.00 | 110.00 | 116.00 | OK | |
r-oldrel-macos-arm64 | 0.8.0 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 117.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.0 | 7.00 | 140.00 | 147.00 | ERROR |
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [12s/14s]
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(usmap)
>
> test_check("usmap")
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-data.R:7:3', 'test-plot.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fips.R:2:3'): all FIPS codes returned when no state specified ──
fips() (`actual`) not equal to c(...) (`expected`).
`actual[37:43]`: "40" "41" "42" "72" "44" "45" "46"
`expected[37:42]`: "40" "41" "42" "44" "45" "46"
── Failure ('test-fips.R:48:3'): NA is returned for invalid state ──────────────
is.na(fips(state = "Puerto Rico")) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-usmap.R:5:3'): state data frame is returned ──────────────────
nrow(data) (`actual`) not equal to 51 (`expected`).
`actual`: 52.0
`expected`: 51.0
── Failure ('test-usmap.R:15:3'): county data frame is returned ────────────────
nrow(data) (`actual`) not equal to 3144 (`expected`).
`actual`: 3222.0
`expected`: 3144.0
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
Deleting unused snapshots:
• data/countypov.svg
• data/statepop.svg
• data/statepov.svg
• plot/arizona-county-map-with-labels-and-fill.svg
• plot/example-data-state-map-with-custom-linewidth.svg
• plot/new-england-state-map-with-labels-excluding-maine.svg
• plot/southeastern-states-map-with-labels.svg
• plot/state-map-with-labels.svg
• plot/state-map-with-major-rivers.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [9s/10s]
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(usmap)
>
> test_check("usmap")
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-data.R:7:3', 'test-plot.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fips.R:2:3'): all FIPS codes returned when no state specified ──
fips() (`actual`) not equal to c(...) (`expected`).
`actual[37:43]`: "40" "41" "42" "72" "44" "45" "46"
`expected[37:42]`: "40" "41" "42" "44" "45" "46"
── Failure ('test-fips.R:48:3'): NA is returned for invalid state ──────────────
is.na(fips(state = "Puerto Rico")) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-usmap.R:5:3'): state data frame is returned ──────────────────
nrow(data) (`actual`) not equal to 51 (`expected`).
`actual`: 52.0
`expected`: 51.0
── Failure ('test-usmap.R:15:3'): county data frame is returned ────────────────
nrow(data) (`actual`) not equal to 3144 (`expected`).
`actual`: 3222.0
`expected`: 3144.0
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
Deleting unused snapshots:
• data/countypov.svg
• data/statepop.svg
• data/statepov.svg
• plot/arizona-county-map-with-labels-and-fill.svg
• plot/example-data-state-map-with-custom-linewidth.svg
• plot/new-england-state-map-with-labels-excluding-maine.svg
• plot/southeastern-states-map-with-labels.svg
• plot/state-map-with-labels.svg
• plot/state-map-with-major-rivers.svg
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [11s]
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(usmap)
>
> test_check("usmap")
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-data.R:7:3', 'test-plot.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fips.R:2:3'): all FIPS codes returned when no state specified ──
fips() (`actual`) not equal to c(...) (`expected`).
`actual[37:43]`: "40" "41" "42" "72" "44" "45" "46"
`expected[37:42]`: "40" "41" "42" "44" "45" "46"
── Failure ('test-fips.R:48:3'): NA is returned for invalid state ──────────────
is.na(fips(state = "Puerto Rico")) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-usmap.R:5:3'): state data frame is returned ──────────────────
nrow(data) (`actual`) not equal to 51 (`expected`).
`actual`: 52.0
`expected`: 51.0
── Failure ('test-usmap.R:15:3'): county data frame is returned ────────────────
nrow(data) (`actual`) not equal to 3144 (`expected`).
`actual`: 3222.0
`expected`: 3144.0
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
Deleting unused snapshots:
• data/countypov.svg
• data/statepop.svg
• data/statepov.svg
• plot/arizona-county-map-with-labels-and-fill.svg
• plot/example-data-state-map-with-custom-linewidth.svg
• plot/new-england-state-map-with-labels-excluding-maine.svg
• plot/southeastern-states-map-with-labels.svg
• plot/state-map-with-labels.svg
• plot/state-map-with-major-rivers.svg
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [11s/14s]
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(usmap)
>
> test_check("usmap")
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-data.R:7:3', 'test-plot.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fips.R:2:3'): all FIPS codes returned when no state specified ──
fips() (`actual`) not equal to c(...) (`expected`).
`actual[37:43]`: "40" "41" "42" "72" "44" "45" "46"
`expected[37:42]`: "40" "41" "42" "44" "45" "46"
── Failure ('test-fips.R:48:3'): NA is returned for invalid state ──────────────
is.na(fips(state = "Puerto Rico")) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-usmap.R:5:3'): state data frame is returned ──────────────────
nrow(data) (`actual`) not equal to 51 (`expected`).
`actual`: 52.0
`expected`: 51.0
── Failure ('test-usmap.R:15:3'): county data frame is returned ────────────────
nrow(data) (`actual`) not equal to 3144 (`expected`).
`actual`: 3222.0
`expected`: 3144.0
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
Deleting unused snapshots:
• data/countypov.svg
• data/statepop.svg
• data/statepov.svg
• plot/arizona-county-map-with-labels-and-fill.svg
• plot/example-data-state-map-with-custom-linewidth.svg
• plot/new-england-state-map-with-labels-excluding-maine.svg
• plot/southeastern-states-map-with-labels.svg
• plot/state-map-with-labels.svg
• plot/state-map-with-major-rivers.svg
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [12s/15s]
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(usmap)
>
> test_check("usmap")
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-data.R:7:3', 'test-plot.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fips.R:2:3'): all FIPS codes returned when no state specified ──
fips() (`actual`) not equal to c(...) (`expected`).
`actual[37:43]`: "40" "41" "42" "72" "44" "45" "46"
`expected[37:42]`: "40" "41" "42" "44" "45" "46"
── Failure ('test-fips.R:48:3'): NA is returned for invalid state ──────────────
is.na(fips(state = "Puerto Rico")) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-usmap.R:5:3'): state data frame is returned ──────────────────
nrow(data) (`actual`) not equal to 51 (`expected`).
`actual`: 52.0
`expected`: 51.0
── Failure ('test-usmap.R:15:3'): county data frame is returned ────────────────
nrow(data) (`actual`) not equal to 3144 (`expected`).
`actual`: 3222.0
`expected`: 3144.0
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
Deleting unused snapshots:
• data/countypov.svg
• data/statepop.svg
• data/statepov.svg
• plot/arizona-county-map-with-labels-and-fill.svg
• plot/example-data-state-map-with-custom-linewidth.svg
• plot/new-england-state-map-with-labels-excluding-maine.svg
• plot/southeastern-states-map-with-labels.svg
• plot/state-map-with-labels.svg
• plot/state-map-with-major-rivers.svg
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.8.0
Check: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [13s]
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(usmap)
>
> test_check("usmap")
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-data.R:7:3', 'test-plot.R:64:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-fips.R:2:3'): all FIPS codes returned when no state specified ──
fips() (`actual`) not equal to c(...) (`expected`).
`actual[37:43]`: "40" "41" "42" "72" "44" "45" "46"
`expected[37:42]`: "40" "41" "42" "44" "45" "46"
── Failure ('test-fips.R:48:3'): NA is returned for invalid state ──────────────
is.na(fips(state = "Puerto Rico")) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-usmap.R:5:3'): state data frame is returned ──────────────────
nrow(data) (`actual`) not equal to 51 (`expected`).
`actual`: 52.0
`expected`: 51.0
── Failure ('test-usmap.R:15:3'): county data frame is returned ────────────────
nrow(data) (`actual`) not equal to 3144 (`expected`).
`actual`: 3222.0
`expected`: 3144.0
[ FAIL 4 | WARN 0 | SKIP 2 | PASS 155 ]
Deleting unused snapshots:
• data/countypov.svg
• data/statepop.svg
• data/statepov.svg
• plot/arizona-county-map-with-labels-and-fill.svg
• plot/example-data-state-map-with-custom-linewidth.svg
• plot/new-england-state-map-with-labels-excluding-maine.svg
• plot/southeastern-states-map-with-labels.svg
• plot/state-map-with-labels.svg
• plot/state-map-with-major-rivers.svg
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.