Last updated on 2025-07-22 05:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.4 | 3.31 | 44.80 | 48.11 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.4 | 2.37 | 33.70 | 36.07 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.4 | 69.29 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.4 | 80.86 | ERROR | |||
r-devel-windows-x86_64 | 0.3.4 | 5.00 | 71.00 | 76.00 | OK | |
r-patched-linux-x86_64 | 0.3.4 | 2.89 | 42.87 | 45.76 | OK | |
r-release-linux-x86_64 | 0.3.4 | 2.84 | 43.62 | 46.46 | OK | |
r-release-macos-arm64 | 0.3.4 | 68.00 | OK | |||
r-release-macos-x86_64 | 0.3.4 | 95.00 | OK | |||
r-release-windows-x86_64 | 0.3.4 | 5.00 | 74.00 | 79.00 | OK | |
r-oldrel-macos-arm64 | 0.3.4 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.4 | 79.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.4 | 6.00 | 83.00 | 89.00 | OK |
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(GNRS)
>
>
> test_check("GNRS")
[ FAIL 27 | WARN 0 | SKIP 3 | PASS 9 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-gnrs_error_handling.R:39:3',
'test-gnrs_error_handling.R:77:3'
• class(GNRS_dictionary) == "data.frame" is not TRUE (1):
'test-gnrs_data_dictionary.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gnrs.R:21:3'): example works ─────────────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs.R:23:3'): example works ─────────────────────────────────
safe_nrow(results) not equal to 1.
1/1 mismatches
[1] 0 - 1 == -1
── Failure ('test-gnrs.R:34:3'): example works ─────────────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs.R:36:3'): example works ─────────────────────────────────
safe_nrow(results) not equal to 1.
1/1 mismatches
[1] 0 - 1 == -1
── Failure ('test-gnrs_data_dictionary.R:12:3'): example works ─────────────────
class(GNRS_dictionary) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:26:3'): example works ────────────────────
class(us_counties) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:28:3'): example works ────────────────────
safe_nrow(us_counties) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_counties.R:41:3'): default input returns data.frame ──
class(counties) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:43:3'): default input returns data.frame ──
safe_nrow(counties) is not strictly more than 1000. Difference: -1e+03
── Failure ('test-gnrs_get_countries.R:21:3'): example works ───────────────────
class(countries) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_countries.R:23:3'): example works ───────────────────
safe_nrow(countries) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_states.R:20:3'): example works ──────────────────────
class(states) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_states.R:22:3'): example works ──────────────────────
safe_nrow(states) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_states.R:38:3'): inputing specific countries works ──
class(states) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_states.R:40:3'): inputing specific countries works ──
safe_nrow(states) is not strictly more than 10. Difference: -10
── Failure ('test-gnrs_metadata.R:13:3'): example works ────────────────────────
class(all_metadata) not equal to "list".
1/1 mismatches
x[1]: "NULL"
y[1]: "list"
── Failure ('test-gnrs_metadata.R:15:3'): example works ────────────────────────
length(all_metadata) not equal to 4.
1/1 mismatches
[1] 0 - 4 == -4
── Failure ('test-gnrs_super_simple.R:12:3'): example works ────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_super_simple.R:14:3'): example works ────────────────────
nrow(results) not equal to 1.
target is NULL, current is numeric
── Failure ('test-gnrs_super_simple.R:23:3'): example works ────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_super_simple.R:25:3'): example works ────────────────────
nrow(results) not equal to 1.
target is NULL, current is numeric
── Failure ('test-gnrs_super_simple.R:43:3'): bad input returns no match ───────
nonsense_query$match_status not equal to "no match".
target is NULL, current is character
── Failure ('test-gnrs_super_simple.R:61:3'): Good input returns a match ───────
sensible_query$match_status not equal to "full match".
target is NULL, current is character
── Failure ('test-gnrs_template.R:18:3'): example works ────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_template.R:19:3'): example works ────────────────────────
nrow(results) not equal to 2.
target is NULL, current is numeric
── Failure ('test-gnrs_version.R:12:3'): example works ─────────────────────────
class(GNRS_version_metadata) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_version.R:14:3'): example works ─────────────────────────
nrow(GNRS_version_metadata) not equal to 1.
target is NULL, current is numeric
[ FAIL 27 | WARN 0 | SKIP 3 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/35s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(GNRS)
>
>
> test_check("GNRS")
[ FAIL 27 | WARN 0 | SKIP 3 | PASS 9 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-gnrs_error_handling.R:39:3',
'test-gnrs_error_handling.R:77:3'
• class(GNRS_dictionary) == "data.frame" is not TRUE (1):
'test-gnrs_data_dictionary.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gnrs.R:21:3'): example works ─────────────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs.R:23:3'): example works ─────────────────────────────────
safe_nrow(results) not equal to 1.
1/1 mismatches
[1] 0 - 1 == -1
── Failure ('test-gnrs.R:34:3'): example works ─────────────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs.R:36:3'): example works ─────────────────────────────────
safe_nrow(results) not equal to 1.
1/1 mismatches
[1] 0 - 1 == -1
── Failure ('test-gnrs_data_dictionary.R:12:3'): example works ─────────────────
class(GNRS_dictionary) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:26:3'): example works ────────────────────
class(us_counties) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:28:3'): example works ────────────────────
safe_nrow(us_counties) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_counties.R:41:3'): default input returns data.frame ──
class(counties) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:43:3'): default input returns data.frame ──
safe_nrow(counties) is not strictly more than 1000. Difference: -1e+03
── Failure ('test-gnrs_get_countries.R:21:3'): example works ───────────────────
class(countries) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_countries.R:23:3'): example works ───────────────────
safe_nrow(countries) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_states.R:20:3'): example works ──────────────────────
class(states) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_states.R:22:3'): example works ──────────────────────
safe_nrow(states) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_states.R:38:3'): inputing specific countries works ──
class(states) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_states.R:40:3'): inputing specific countries works ──
safe_nrow(states) is not strictly more than 10. Difference: -10
── Failure ('test-gnrs_metadata.R:13:3'): example works ────────────────────────
class(all_metadata) not equal to "list".
1/1 mismatches
x[1]: "NULL"
y[1]: "list"
── Failure ('test-gnrs_metadata.R:15:3'): example works ────────────────────────
length(all_metadata) not equal to 4.
1/1 mismatches
[1] 0 - 4 == -4
── Failure ('test-gnrs_super_simple.R:12:3'): example works ────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_super_simple.R:14:3'): example works ────────────────────
nrow(results) not equal to 1.
target is NULL, current is numeric
── Failure ('test-gnrs_super_simple.R:23:3'): example works ────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_super_simple.R:25:3'): example works ────────────────────
nrow(results) not equal to 1.
target is NULL, current is numeric
── Failure ('test-gnrs_super_simple.R:43:3'): bad input returns no match ───────
nonsense_query$match_status not equal to "no match".
target is NULL, current is character
── Failure ('test-gnrs_super_simple.R:61:3'): Good input returns a match ───────
sensible_query$match_status not equal to "full match".
target is NULL, current is character
── Failure ('test-gnrs_template.R:18:3'): example works ────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_template.R:19:3'): example works ────────────────────────
nrow(results) not equal to 2.
target is NULL, current is numeric
── Failure ('test-gnrs_version.R:12:3'): example works ─────────────────────────
class(GNRS_version_metadata) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_version.R:14:3'): example works ─────────────────────────
nrow(GNRS_version_metadata) not equal to 1.
target is NULL, current is numeric
[ FAIL 27 | WARN 0 | SKIP 3 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(GNRS)
>
>
> test_check("GNRS")
[ FAIL 27 | WARN 0 | SKIP 3 | PASS 9 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-gnrs_error_handling.R:39:3',
'test-gnrs_error_handling.R:77:3'
• class(GNRS_dictionary) == "data.frame" is not TRUE (1):
'test-gnrs_data_dictionary.R:16:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-gnrs.R:21:3'): example works ─────────────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs.R:23:3'): example works ─────────────────────────────────
safe_nrow(results) not equal to 1.
1/1 mismatches
[1] 0 - 1 == -1
── Failure ('test-gnrs.R:34:3'): example works ─────────────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs.R:36:3'): example works ─────────────────────────────────
safe_nrow(results) not equal to 1.
1/1 mismatches
[1] 0 - 1 == -1
── Failure ('test-gnrs_data_dictionary.R:12:3'): example works ─────────────────
class(GNRS_dictionary) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:26:3'): example works ────────────────────
class(us_counties) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:28:3'): example works ────────────────────
safe_nrow(us_counties) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_counties.R:41:3'): default input returns data.frame ──
class(counties) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_counties.R:43:3'): default input returns data.frame ──
safe_nrow(counties) is not strictly more than 1000. Difference: -1e+03
── Failure ('test-gnrs_get_countries.R:21:3'): example works ───────────────────
class(countries) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_countries.R:23:3'): example works ───────────────────
safe_nrow(countries) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_states.R:20:3'): example works ──────────────────────
class(states) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_states.R:22:3'): example works ──────────────────────
safe_nrow(states) is not strictly more than 100. Difference: -100
── Failure ('test-gnrs_get_states.R:38:3'): inputing specific countries works ──
class(states) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_get_states.R:40:3'): inputing specific countries works ──
safe_nrow(states) is not strictly more than 10. Difference: -10
── Failure ('test-gnrs_metadata.R:13:3'): example works ────────────────────────
class(all_metadata) not equal to "list".
1/1 mismatches
x[1]: "NULL"
y[1]: "list"
── Failure ('test-gnrs_metadata.R:15:3'): example works ────────────────────────
length(all_metadata) not equal to 4.
1/1 mismatches
[1] 0 - 4 == -4
── Failure ('test-gnrs_super_simple.R:12:3'): example works ────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_super_simple.R:14:3'): example works ────────────────────
nrow(results) not equal to 1.
target is NULL, current is numeric
── Failure ('test-gnrs_super_simple.R:23:3'): example works ────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_super_simple.R:25:3'): example works ────────────────────
nrow(results) not equal to 1.
target is NULL, current is numeric
── Failure ('test-gnrs_super_simple.R:43:3'): bad input returns no match ───────
nonsense_query$match_status not equal to "no match".
target is NULL, current is character
── Failure ('test-gnrs_super_simple.R:61:3'): Good input returns a match ───────
sensible_query$match_status not equal to "full match".
target is NULL, current is character
── Failure ('test-gnrs_template.R:18:3'): example works ────────────────────────
class(results) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_template.R:19:3'): example works ────────────────────────
nrow(results) not equal to 2.
target is NULL, current is numeric
── Failure ('test-gnrs_version.R:12:3'): example works ─────────────────────────
class(GNRS_version_metadata) not equal to "data.frame".
1/1 mismatches
x[1]: "NULL"
y[1]: "data.frame"
── Failure ('test-gnrs_version.R:14:3'): example works ─────────────────────────
nrow(GNRS_version_metadata) not equal to 1.
target is NULL, current is numeric
[ FAIL 27 | WARN 0 | SKIP 3 | PASS 9 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc