CRAN Package Check Results for Package ricci

Last updated on 2026-06-08 17:49:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 3.39 74.50 77.89 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.62 50.95 53.57 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 127.23 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 134.55 OK
r-devel-windows-x86_64 0.1.1 6.00 98.00 104.00 OK
r-patched-linux-x86_64 0.1.1 3.76 70.84 74.60 OK
r-release-linux-x86_64 0.1.1 3.17 72.15 75.32 OK
r-release-macos-arm64 0.1.1 1.00 25.00 26.00 OK
r-release-macos-x86_64 0.1.1 3.00 124.00 127.00 OK
r-release-windows-x86_64 0.1.1 5.00 98.00 103.00 OK
r-oldrel-macos-arm64 0.1.1 OK
r-oldrel-macos-x86_64 0.1.1 2.00 106.00 108.00 OK
r-oldrel-windows-x86_64 0.1.1 8.00 116.00 124.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/8s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(ricci) > > test_check("ricci") Saving _problems/test-tensor_symbols-15.R [ FAIL 1 | WARN 0 | SKIP 18 | PASS 142 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-covd.R:36:1', 'test-metric_field.R:1:1', 'test-tensor.R:137:1', 'test-tensor.R:146:1', 'test-tensor.R:170:1', 'test-tensor.R:188:1', 'test-tensor_arith.R:115:1', 'test-tensor_arith.R:125:1', 'test-tensor_fields.R:1:1', 'test-tensor_fields.R:23:1', 'test-tensor_fields.R:35:1', 'test-tensor_indices.R:1:1', 'test-tensor_ops.R:1:1', 'test-tensor_ops.R:41:1', 'test-tensor_ops.R:93:1', 'test-tensor_ops.R:210:1', 'test-tensor_ops.R:218:1', 'test-tensor_symbols.R:18:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tensor_symbols.R:12:3'): creating d works ────────────────────── Error in `grDevices::pdf(new, ...)`: cannot open file '/tmp/RtmpV7bfcZ/verify_exec_1712a96c91c0c6' Backtrace: ▆ 1. └─testthat::expect_snapshot(d(3)(i, j, k), error = TRUE) at test-tensor_symbols.R:12:3 2. └─testthat:::expect_snapshot_(...) 3. ├─testthat:::with_is_snapshotting(...) 4. └─testthat:::verify_exec(quo_get_expr(x), quo_get_env(x), replay) 5. └─withr::local_pdf(device_path) 6. └─grDevices::pdf(new, ...) [ FAIL 1 | WARN 0 | SKIP 18 | PASS 142 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc