- using R Under development (unstable) (2025-08-24 r88696)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (3+b2)
Debian flang-new version 19.1.7 (3+b2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘dexisensitivity/DESCRIPTION’ ... OK
- this is package ‘dexisensitivity’ version ‘1.0.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/1s] 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 whether package ‘dexisensitivity’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... 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:
‘aov.R’ ‘create_subtree.R’ ‘create_tree.R’ ‘monte_carlo.R’ ‘node.R’
‘oat.R’ ‘option.R’ ‘sensitivity_index.R’ ‘synoptique.R’ ‘tree.R’
- 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 ... [2s/3s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/3s] OK
- checking loading without being on the library search path ... [2s/3s] 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 ... [14s/19s] 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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [2s/2s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [34s/45s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
aov_tree 10.596 0.079 14.230
visualize_aov 10.415 0.019 12.235
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [25s/31s] ERROR
Running ‘testthat.R’ [25s/30s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(dexisensitivity)
Attaching package: 'dexisensitivity'
The following object is masked from 'package:testthat':
describe
>
> test_check("dexisensitivity")
Starting simulation at Mon Aug 25 23:18:49 2025
Simulation finished at Mon Aug 25 23:18:51 2025
NULL
$xpd
[1] FALSE
$mar
[1] 5.1 4.1 4.1 2.1
$pty
[1] "m"
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 858 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-option.R:72:3', 'test-option.R:104:3'
• On Linux (2): 'test-node.R:91:3', 'test-option.R:3:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-create_tree.R:98:3'): get_dexi_attributes give warning but still return root name if no descendant ──
`test_output` (`actual`) not equal to `expected_output` (`expected`).
`actual` is a list
`expected` is a character vector ('bla')
── Failure ('test-create_tree.R:99:3'): get_dexi_attributes give warning but still return root name if no descendant ──
`dexisensitivity:::get_dexi_attributes(masc2_xml, "bla")` did not throw the expected warning.
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 858 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [6s/9s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE