Last updated on 2025-03-19 08:52:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-8 | 19.85 | 177.71 | 197.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-8 | 16.54 | 118.72 | 135.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-8 | 350.61 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-8 | 319.96 | NOTE | |||
r-devel-macos-arm64 | 1.0-8 | 88.00 | NOTE | |||
r-devel-macos-x86_64 | 1.0-8 | 217.00 | NOTE | |||
r-devel-windows-x86_64 | 1.0-8 | 23.00 | 212.00 | 235.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-8 | 22.87 | 169.85 | 192.72 | NOTE | |
r-release-linux-x86_64 | 1.0-8 | 21.98 | 168.23 | 190.21 | NOTE | |
r-release-macos-arm64 | 1.0-8 | 86.00 | NOTE | |||
r-release-macos-x86_64 | 1.0-8 | 137.00 | NOTE | |||
r-release-windows-x86_64 | 1.0-8 | 23.00 | 211.00 | 234.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0-8 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.0-8 | 183.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0-8 | 22.00 | 289.00 | 311.00 | NOTE |
Version: 1.0-8
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0-8
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘horner.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 1.0-8
Check: tests
Result: ERROR
Running 'testthat.R' [40s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library("testthat")
> test_check("clifford")
Loading required package: clifford
Attaching package: 'clifford'
The following object is masked from 'package:stats':
terms
The following object is masked from 'package:methods':
signature
The following object is masked from 'package:base':
%o%
user system elapsed
2.31 0.11 2.42
user system elapsed
2.36 0.10 2.47
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 224 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_aae.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_aaf.R:8:13'): Test suite aaf.R ───────────────────────────────
Mod(A/A - 1) < tiny is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
▆
1. └─clifford (local) checker1(A) at test_aaf.R:24:9
2. └─testthat::expect_true(Mod(A/A - 1) < tiny) at test_aaf.R:8:13
── Failure ('test_aaf.R:9:13'): Test suite aaf.R ───────────────────────────────
Mod(A^2/A - A) < tiny is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
▆
1. └─clifford (local) checker1(A) at test_aaf.R:24:9
2. └─testthat::expect_true(Mod(A^2/A - A) < tiny) at test_aaf.R:9:13
── Failure ('test_aaf.R:17:13'): Test suite aaf.R ──────────────────────────────
Mod(((A * B)/B)/A - 1) < tiny is not TRUE
`actual`: FALSE
`expected`: TRUE
Backtrace:
▆
1. └─clifford (local) checker2(A, B) at test_aaf.R:25:9
2. └─testthat::expect_true(Mod(((A * B)/B)/A - 1) < tiny) at test_aaf.R:17:13
[ FAIL 3 | WARN 0 | SKIP 1 | PASS 224 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64