CRAN Package Check Results for Maintainer ‘Nicolas Cavan <nicolas.cavan at inrae.fr>’

Last updated on 2025-08-20 01:50:47 CEST.

Package ERROR NOTE OK
dexisensitivity 1 9 3

Package dexisensitivity

Current CRAN status: ERROR: 1, NOTE: 9, OK: 3

Version: 1.0.1
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: ‘aov.R’ ‘create_subtree.R’ ‘create_tree.R’ ‘monte_carlo.R’ ‘node.R’ ‘oat.R’ ‘option.R’ ‘sensitivity_index.R’ ‘synoptique.R’ ‘tree.R’ 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.1
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/16s] 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 Tue Aug 19 15:21:33 2025 Simulation finished at Tue Aug 19 15:21:34 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 Flavor: r-devel-linux-x86_64-debian-gcc