- using R version 4.5.2 Patched (2026-01-31 r89382)
- using platform: x86_64-apple-darwin20
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
- running under: macOS Ventura 13.3.1
- using session charset: UTF-8
- checking for file ‘RobustArithmetic/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘RobustArithmetic’ version ‘0.1.0’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘RobustArithmetic’ can be installed ... [4s/7s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking whether startup messages can be suppressed ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [5s/17s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking R/sysdata.rda ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [2s/6s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [13s/20s] ERROR
Running ‘testthat.R’ [13s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(RobustArithmetic)
RobustArithmetic: the sentinel anchor is from a different environment (R version is 4.5.2 and the sentinels were generated on 4.6.1); the load-time check still passed on the route in use.
>
> test_check("RobustArithmetic")
Saving _problems/test-elementary-160.R
Unique roots: 1 Not excludable: 0
Excluded boxes: 0 Boxes processed: 3
Budget exhausted: no Rigorously verified: yes
Saving _problems/test-safeguards-27.R
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 621 ]
══ Skipped tests (26) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-decimal.R:31:3', 'test-decimal.R:48:3',
'test-decimal.R:64:3', 'test-decimal.R:81:3', 'test-gate-ball.R:9:3',
'test-gate-ball.R:80:3', 'test-gate-ball.R:128:3',
'test-gate-elementary-vs-mpfr.R:101:3',
'test-gate-elementary-vs-mpfr.R:166:3',
'test-gate-elementary-vs-mpfr.R:214:3',
'test-gate-elementary-vs-mpfr.R:249:3',
'test-gate-elementary-vs-mpfr.R:283:3', 'test-gate-expression.R:55:3',
'test-gate-expression.R:119:3', 'test-gate-expression.R:137:3',
'test-gate-kernel-vs-mpfr.R:67:3', 'test-gate-kernel-vs-mpfr.R:103:3',
'test-gate-kernel-vs-mpfr.R:174:3', 'test-gate-kernel-vs-mpfr.R:207:3',
'test-gate-newton.R:12:3', 'test-gate-newton.R:86:3', 'test-rounding.R:31:3',
'test-rounding.R:98:3'
• the backend is installed, so this path is unreachable (2):
'test-mpfr-bridge.R:23:3', 'test-operator-table.R:184:3'
• the sources are not reachable from here (1): 'test-operator-table.R:152:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-elementary.R:160:3'): the evaluation path in use is not the correctly rounded one ──
Expected `identical(sin(x), correct)` to be FALSE.
Differences:
`actual`: TRUE
`expected`: FALSE
── Failure ('test-safeguards.R:27:3'): the sentinel table is present, complete and self-consistent ──
Expected `identical(sin(s$x[i]), s$cr[i])` to be FALSE.
Differences:
`actual`: TRUE
`expected`: FALSE
[ FAIL 2 | WARN 0 | SKIP 26 | PASS 621 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [14s/25s] OK
- checking PDF version of manual ... [8s/13s] OK
- DONE
Status: 1 ERROR