Last updated on 2024-11-14 18:50:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7.1 | 5.04 | 59.70 | 64.74 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.7.1 | 3.21 | 44.52 | 47.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.7.1 | 102.33 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.1 | 112.75 | OK | |||
r-devel-windows-x86_64 | 1.7.1 | 7.00 | 87.00 | 94.00 | OK | |
r-patched-linux-x86_64 | 1.7.1 | 4.08 | 56.91 | 60.99 | OK | |
r-release-linux-x86_64 | 1.7.1 | 3.87 | 58.03 | 61.90 | OK | |
r-release-macos-arm64 | 1.7.1 | 43.00 | OK | |||
r-release-macos-x86_64 | 1.7.1 | 69.00 | OK | |||
r-release-windows-x86_64 | 1.7.1 | 7.00 | 88.00 | 95.00 | OK | |
r-oldrel-macos-arm64 | 1.7.1 | 51.00 | OK | |||
r-oldrel-macos-x86_64 | 1.7.1 | 113.00 | OK | |||
r-oldrel-windows-x86_64 | 1.7.1 | 7.00 | 96.00 | 103.00 | OK |
Version: 1.7.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [10s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(lightr) # nolint
>
> if (requireNamespace("testthat", quietly = TRUE)) {
+
+ library(testthat)
+ test_check("lightr")
+
+ }
1 files found; importing spectra:
1 files found; importing spectra:
2 files found; importing spectra:
2 files found; importing spectra:
1 files found; importing spectra:
1 files found; importing spectra:
1 files found; importing spectra:
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 551 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test_metadata.R:3:3', 'test_metadata.R:19:3',
'test_parsers.R:6:3'
• photobiologyInOut cannot be loaded (1):
'test_compare_photobiologyInOut.R:2:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_parsers.R:89:3'): OceanOptics others ─────────────────────────
Value hashes to d3fe7557b, not 737473e8b
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 551 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc