Last updated on 2025-08-29 23:52:38 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
dexisensitivity | 4 | 6 | 3 |
Current CRAN status: ERROR: 4, NOTE: 6, 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’ [24s/29s]
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 Thu Aug 28 23:22:40 2025
Simulation finished at Thu Aug 28 23:22:42 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-clang
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/19s]
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 Fri Aug 29 15:28:57 2025
Simulation finished at Fri Aug 29 15:28:58 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
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/26s]
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 Wed Aug 27 11:16:02 2025
Simulation finished at Wed Aug 27 11:16:04 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-patched-linux-x86_64
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [23s/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 Sat Aug 23 11:04:38 2025
Simulation finished at Sat Aug 23 11:04:40 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-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.