- using R Under development (unstable) (2026-02-11 r89406)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.8 (3)
Debian flang version 21.1.8 (3)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-02-12 21:07:38 UTC
- checking for file ‘asympDiag/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘asympDiag’ version ‘0.3.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/2s] OK
- 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 serialization versions ... OK
- checking whether package ‘asympDiag’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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 use of S3 registration ... 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/7s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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 examples ... [9s/12s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [11s/13s] ERROR
Running ‘testthat.R’ [10s/13s]
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(asympDiag)
>
> test_check("asympDiag")
Saving _problems/test-envelope-193.R
Saving _problems/test-envelope-194.R
Saving _problems/test-envelope-195.R
Saving _problems/test-envelope-204.R
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 164 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-envelope.R:63:3', 'test-envelope.R:70:3',
'test-envelope.R:79:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-envelope.R:193:3'): envelope_residual extracts the correct method ──
Expected `envelope_residual(fit_bin)(fit_bin)` to equal `will_resid(fit_bin)`.
Differences:
`actual`: 0.8944 0.8944 1.7889 1.7889 NaN
`expected`: 0.8959 0.8959 1.8016 1.8016 NaN
── Failure ('test-envelope.R:194:3'): envelope_residual extracts the correct method ──
Expected `envelope_residual(fit_poi)(fit_poi)` to equal `will_resid(fit_poi)`.
Differences:
`actual`: 0.88784 0.11086 0.40029 0.40339 0.68480 0.83140
`expected`: 0.95050 0.11022 0.39478 0.39782 0.68263 0.83567
── Failure ('test-envelope.R:195:3'): envelope_residual extracts the correct method ──
Expected `envelope_residual(fit_poi)(fit_bin)` to equal `will_resid(fit_bin)`.
Differences:
`actual`: 0.8944 0.8944 1.7889 1.7889 NaN
`expected`: 0.8959 0.8959 1.8016 1.8016 NaN
── Failure ('test-envelope.R:204:3'): can manipulate ... with envelope_residual ──
Expected `res_fn(fit_poi)` to throw a error.
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 164 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [2s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR