Last updated on 2021-04-11 15:46:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 21.10 | 87.56 | 108.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 18.12 | 70.28 | 88.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 149.03 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 130.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.0 | 31.00 | 91.00 | 122.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 1.0.0 | NOTE | ||||
r-patched-linux-x86_64 | 1.0.0 | 17.94 | 83.94 | 101.88 | OK | |
r-patched-solaris-x86 | 1.0.0 | 258.30 | NOTE | |||
r-release-linux-x86_64 | 1.0.0 | 19.32 | 84.71 | 104.03 | OK | |
r-release-macos-x86_64 | 1.0.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0.0 | 45.00 | 130.00 | 175.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 43.00 | 122.00 | 165.00 | ERROR |
Version: 1.0.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘generics’ ‘pander’ ‘purrr’ ‘readr’ ‘rlang’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/8s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
'current' is not a factor
── Failure (test-get_legal_and_administrative_areas.R:8:3): get_legal_and_administrative_areas works ──
`laa` not equal to c(...).
'current' is not a factor
── Failure (test-get_statistical_areas.R:8:3): get_statistical_areas works ─────
`sa` not equal to c(...).
'current' is not a factor
── Failure (test-uscb_acs_5ye.R:7:3): uscb_acs_5ye works ───────────────────────
`ua` not equal to structure(...).
Component "variables": Component "name": 'current' is not a factor
Component "variables": Component "url": 'current' is not a factor
[ FAIL 4 | WARN 1 | SKIP 0 | PASS 26 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [11s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(geogenr)
>
> test_check("geogenr")
== Failed tests ================================================================
-- Failure (test-get_common_flat_table.R:34:3): uscb_folder works --------------
unique(layer_common$name) not equal to c(...).
'current' is not a factor
-- Failure (test-get_legal_and_administrative_areas.R:8:3): get_legal_and_administrative_areas works --
`laa` not equal to c(...).
'current' is not a factor
-- Failure (test-get_statistical_areas.R:8:3): get_statistical_areas works -----
`sa` not equal to c(...).
'current' is not a factor
-- Failure (test-uscb_acs_5ye.R:7:3): uscb_acs_5ye works -----------------------
`ua` not equal to structure(...).
Component "variables": Component "name": 'current' is not a factor
Component "variables": Component "url": 'current' is not a factor
[ FAIL 4 | WARN 1 | SKIP 0 | PASS 26 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64