Last updated on 2024-11-13 06:51:28 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.7 | 5.23 | 64.16 | 69.39 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.8 | 3.65 | 46.15 | 49.80 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.8 | 126.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.8 | 137.21 | OK | |||
r-devel-windows-x86_64 | 0.4.8 | 9.00 | 106.00 | 115.00 | OK | |
r-patched-linux-x86_64 | 0.4.7 | 5.47 | 60.48 | 65.95 | OK | |
r-release-linux-x86_64 | 0.4.7 | 4.09 | 59.15 | 63.24 | OK | |
r-release-macos-arm64 | 0.4.8 | 55.00 | OK | |||
r-release-macos-x86_64 | 0.4.8 | 118.00 | OK | |||
r-release-windows-x86_64 | 0.4.8 | 8.00 | 91.00 | 99.00 | OK | |
r-oldrel-macos-arm64 | 0.4.8 | 58.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.8 | 120.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.8 | 5.00 | 101.00 | 106.00 | OK |
Version: 0.4.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [21s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (nzchar(system.file(package = "testthat"))) {
+ library(testthat)
+ library(jmvReadWrite)
+
+ test_check("jmvReadWrite")
+ }
Attaching package: 'jmvReadWrite'
The following object is masked from 'package:datasets':
ToothGrowth
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 929 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-globals.R:130:5'): globals work ──────────────────────────────
`jmvAtt(...)` did not throw the expected error.
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 929 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang