Last updated on 2024-11-23 19:49:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 4.32 | 52.73 | 57.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 3.05 | 45.28 | 48.33 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 105.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 103.91 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 6.00 | 70.00 | 76.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 7.23 | 54.83 | 62.06 | OK | |
r-release-linux-x86_64 | 0.2.0 | 4.24 | 53.72 | 57.96 | OK | |
r-release-macos-arm64 | 0.2.0 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 59.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 7.00 | 69.00 | 76.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 7.00 | 82.00 | 89.00 | OK |
Version: 0.2.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
formatting.Rd: tbl_format_setup
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(prt)
>
> if (requireNamespace("xml2")) {
+ test_check("prt", reporter = MultiReporter$new(reporters = list(JunitReporter$new(file = "test-results.xml"), CheckReporter$new())))
+ } else {
+ test_check("prt")
+ }
Loading required namespace: xml2
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 260 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test-format.R:24:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-format.R:53:3'): trunc_mat for POSIXct columns ───────────────
Results have changed from known value recorded in 'output/format/POSIXct-8-60.txt'.
old[2:16] vs new[2:16]
"# Partitioning: [12] rows"
" x"
" <dttm>"
- "1 2016-01-01 12:34:57"
+ "1 2016-01-01 2016-01-01 12:34:57"
- "2 2016-01-01 12:34:58"
+ "2 2016-01-01 2016-01-01 12:34:58"
- "3 2016-01-01 12:34:59"
+ "3 2016-01-01 2016-01-01 12:34:59"
- "4 2016-01-01 12:35:00"
+ "4 2016-01-01 2016-01-01 12:35:00"
- "5 2016-01-01 12:35:01"
+ "5 2016-01-01 2016-01-01 12:35:01"
- "6 2016-01-01 12:35:02"
+ "6 2016-01-01 2016-01-01 12:35:02"
- "7 2016-01-01 12:35:03"
+ "7 2016-01-01 2016-01-01 12:35:03"
and 5 more ...
Backtrace:
▆
1. └─prt:::expect_output_file_opts(...) at test-format.R:53:3
2. ├─withr::with_options(...) at tests/testthat/helper-functions.R:5:3
3. │ └─base::force(code)
4. └─testthat::expect_known_output(x, output_file(filename), update = FALSE)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 260 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc