Last updated on 2026-01-07 10:51:37 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.14 | 2.68 | 30.84 | 33.52 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.14 | 1.68 | 30.68 | 32.36 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.14 | 4.00 | 70.46 | 74.46 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.14 | 78.23 | OK | |||
| r-devel-windows-x86_64 | 1.14 | 3.00 | 64.00 | 67.00 | OK | |
| r-patched-linux-x86_64 | 1.14 | 2.30 | 37.61 | 39.91 | OK | |
| r-release-linux-x86_64 | 1.14 | 1.83 | 36.96 | 38.79 | OK | |
| r-release-macos-arm64 | 1.14 | OK | ||||
| r-release-macos-x86_64 | 1.14 | 2.00 | 63.00 | 65.00 | OK | |
| r-release-windows-x86_64 | 1.14 | 4.00 | 66.00 | 70.00 | OK | |
| r-oldrel-macos-arm64 | 1.14 | OK | ||||
| r-oldrel-macos-x86_64 | 1.14 | 2.00 | 42.00 | 44.00 | OK | |
| r-oldrel-windows-x86_64 | 1.14 | 4.00 | 73.00 | 77.00 | OK |
Version: 1.14
Check: tests
Result: ERROR
Running ‘test-all.R’ [0s/1s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testit)
> test_pkg('formatR')
tidy.res(x1) (LHS) ==>
chr "x = \"\n this is a\n character strin\ng\""
----------
chr "x = \"\n this is a\n character string\n\""
<== (RHS) x1
assertion failed: line breaks in strings are preserved instead of being replaced by \n
Error from assert("line breaks in strings are preserved instead of being replaced by \\n", ... at testit/test-tidy.R#137
Error: (tidy.res(x1) %==% x1) is not TRUE
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang