CRAN Package Check Results for Package clifford

Last updated on 2023-09-21 00:56:27 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-8 33.18 227.68 260.86 ERROR
r-devel-linux-x86_64-debian-gcc 1.0-8 25.79 169.36 195.15 NOTE
r-devel-linux-x86_64-fedora-clang 1.0-8 337.76 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0-8 339.22 NOTE
r-devel-windows-x86_64 1.0-8 26.00 210.00 236.00 NOTE
r-patched-linux-x86_64 1.0-8 32.19 247.38 279.57 NOTE
r-release-linux-x86_64 1.0-8 35.49 241.28 276.77 NOTE
r-release-macos-arm64 1.0-8 102.00 NOTE
r-release-macos-x86_64 1.0-8 183.00 NOTE
r-release-windows-x86_64 1.0-8 35.00 288.00 323.00 NOTE
r-oldrel-macos-arm64 1.0-8 104.00 OK
r-oldrel-macos-x86_64 1.0-8 142.00 OK
r-oldrel-windows-x86_64 1.0-8 34.00 330.00 364.00 OK

Check Details

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-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

Version: 1.0-8
Check: tests
Result: ERROR
     Running ‘testthat.R’ [67s/75s]
    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
     3.637 0.243 4.317
     user system elapsed
     4.439 0.103 5.213
     [ 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:25:9'): Test suite aaf.R ───────────────────────────────
     Mod((A/B) * B - A) < tiny is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     Backtrace:
     ▆
     1. └─clifford (local) checker2(A, B) at test_aaf.R:25:8
     2. └─testthat::expect_true(Mod((A/B) * B - A) < tiny) at test_aaf.R:15:12
     ── Failure ('test_aaf.R:25:9'): Test suite aaf.R ───────────────────────────────
     Mod((A * B)/B - A) < tiny is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     Backtrace:
     ▆
     1. └─clifford (local) checker2(A, B) at test_aaf.R:25:8
     2. └─testthat::expect_true(Mod((A * B)/B - A) < tiny) at test_aaf.R:16:12
     ── Failure ('test_aaf.R:25:9'): 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:8
     2. └─testthat::expect_true(Mod(((A * B)/B)/A - 1) < tiny) at test_aaf.R:17:12
    
     [ FAIL 3 | WARN 0 | SKIP 1 | PASS 224 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang