Last updated on 2021-07-01 01:49:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.9.0 | 7.40 | 81.54 | 88.94 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.9.0 | 5.35 | 62.30 | 67.65 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.9.0 | 114.56 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.9.0 | 105.13 | OK | |||
r-devel-windows-x86_64 | 1.9.0 | 9.00 | 195.00 | 204.00 | ERROR | |
r-devel-windows-x86_64-gcc10-UCRT | 1.9.0 | ERROR | ||||
r-patched-linux-x86_64 | 1.9.0 | 7.87 | 78.83 | 86.70 | OK | |
r-patched-solaris-x86 | 1.9.0 | 176.90 | OK | |||
r-release-linux-x86_64 | 1.9.0 | 8.03 | 80.10 | 88.13 | OK | |
r-release-macos-arm64 | 1.9.0 | OK | ||||
r-release-macos-x86_64 | 1.9.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.9.0 | 24.00 | 192.00 | 216.00 | OK | |
r-oldrel-macos-x86_64 | 1.9.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.9.0 | 14.00 | 204.00 | 218.00 | OK |
Version: 1.9.0
Check: tests
Result: ERROR
Running 'testthat.R' [16s/70s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(ALA4R)
>
> ## run each test with and without caching
> check_caching <- function(f) {
+ ala_config(caching = "off")
+ f()
+ ala_config(caching = "on")
+ f()
+ f()
+ }
>
> test_check("ALA4R")
== Skipped tests ===============================================================
* On CRAN (216)
* skipping really slow field_info test (3)
== Failed tests ================================================================
-- Failure (test-occurrences.R:36:9): occurrences summary gives something sensible --
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
x
1. \-testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:36:9): occurrences summary gives something sensible --
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
x
1. \-testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:36:9): occurrences summary gives something sensible --
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
x
1. \-testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 9 | WARN 0 | SKIP 219 | PASS 64 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.9.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/67s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ALA4R)
>
> ## run each test with and without caching
> check_caching <- function(f) {
+ ala_config(caching = "off")
+ f()
+ ala_config(caching = "on")
+ f()
+ f()
+ }
>
> test_check("ALA4R")
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (216)
• skipping really slow field_info test (3)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-occurrences.R:36:9): occurrences summary gives something sensible ──
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
█
1. └─testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. └─testthat::expect_match(...)
3. └─testthat:::expect_match_(...)
── Failure (test-occurrences.R:38:9): occurrences summary gives something sensible ──
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-occurrences.R:43:9): occurrences summary gives something sensible ──
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-occurrences.R:36:9): occurrences summary gives something sensible ──
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
█
1. └─testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. └─testthat::expect_match(...)
3. └─testthat:::expect_match_(...)
── Failure (test-occurrences.R:38:9): occurrences summary gives something sensible ──
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-occurrences.R:43:9): occurrences summary gives something sensible ──
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-occurrences.R:36:9): occurrences summary gives something sensible ──
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
█
1. └─testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. └─testthat::expect_match(...)
3. └─testthat:::expect_match_(...)
── Failure (test-occurrences.R:38:9): occurrences summary gives something sensible ──
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure (test-occurrences.R:43:9): occurrences summary gives something sensible ──
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 9 | WARN 0 | SKIP 219 | PASS 64 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.9.0
Check: tests
Result: ERROR
Running 'testthat.R' [91s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(ALA4R)
>
> ## run each test with and without caching
> check_caching <- function(f) {
+ ala_config(caching = "off")
+ f()
+ ala_config(caching = "on")
+ f()
+ f()
+ }
>
> test_check("ALA4R")
== Skipped tests ===============================================================
* On CRAN (216)
* skipping really slow field_info test (3)
== Failed tests ================================================================
-- Failure (test-occurrences.R:36:9): occurrences summary gives something sensible --
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
x
1. \-testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:36:9): occurrences summary gives something sensible --
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
x
1. \-testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:36:9): occurrences summary gives something sensible --
`summary\(occ\)` does not match "^number of original names".
Actual value: "number of observation records: 2089 \\nno assertion issues"
Backtrace:
x
1. \-testthat::expect_output(summary(occ), "^number of original names") test-occurrences.R:36:8
2. \-testthat::expect_match(...)
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 9 | WARN 0 | SKIP 219 | PASS 64 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.9.0
Check: tests
Result: ERROR
Running 'testthat.R'
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
3. \-testthat:::expect_match_(...)
-- Failure (test-occurrences.R:38:9): occurrences summary gives something sensible --
||... is not TRUE
`actual`: FALSE
`expected`: TRUE
-- Failure (test-occurrences.R:43:9): occurrences summary gives something sensible --
all(...) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 9 | WARN 3 | SKIP 219 | PASS 64 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT