Last updated on 2026-09-13 01:50:15 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.13 | 9.34 | 110.70 | 120.04 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.13 | 6.91 | 78.27 | 85.18 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.13 | 7.00 | 76.73 | 83.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.13 | 7.00 | 76.02 | 83.02 | OK | |
| r-devel-windows-x86_64 | 0.9.13 | 12.00 | 167.00 | 179.00 | OK | |
| r-patched-linux-x86_64 | 0.9.13 | 10.37 | 109.32 | 119.69 | OK | |
| r-release-linux-x86_64 | 0.9.13 | 9.20 | 108.47 | 117.67 | OK | |
| r-release-macos-arm64 | 0.9.13 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.9.13 | 6.00 | 112.00 | 118.00 | OK | |
| r-release-windows-x86_64 | 0.9.13 | 12.00 | 140.00 | 152.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.13 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9.13 | 6.00 | 145.00 | 151.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9.13 | 17.00 | 177.00 | 194.00 | OK |
Version: 0.9.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/22s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
>
> test_check("lfstat")
Loading required package: lfstat
Loading required package: lmom
Loading required package: xts
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Saving _problems/test-import-80.R
Saving _problems/test-import-85.R
Saving _problems/test-import-90.R
[ FAIL 3 | WARN 9 | SKIP 0 | PASS 162 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-import.R:80:3'): readlfdata can read the four file formats ───
Expected `lf <- readlfdata(infile, type = "LFU", hyearstart = 1)` to run silently.
Actual noise: warnings.
── Failure ('test-import.R:85:3'): readlfdata can read the four file formats ───
Expected `lf <- readlfdata(infile, type = "HZB", hyearstart = 1)` to run silently.
Actual noise: warnings.
── Failure ('test-import.R:90:3'): readlfdata can read the four file formats ───
Expected `lf <- readlfdata(infile, type = "GRDC", hyearstart = 1)` to run silently.
Actual noise: warnings.
[ FAIL 3 | WARN 9 | SKIP 0 | PASS 162 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc