Last updated on 2025-03-20 06:54:22 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
EMC2 | 1 | 5 | 9 |
Current CRAN status: ERROR: 1, NOTE: 5, OK: 9
Version: 3.1.0
Check: installed package size
Result: NOTE
installed size is 9.4Mb
sub-directories of 1Mb or more:
doc 2.4Mb
libs 5.7Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 3.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [81s]
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(EMC2)
Attaching package: 'EMC2'
The following object is masked from 'package:testthat':
compare
>
> test_check("EMC2")
Starting 2 test processes
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 0 ]
══ Skipped tests (23) ══════════════════════════════════════════════════════════
• On CRAN (23): 'test-customLL.R:23:3', 'test-compare.R:5:3',
'test-compare.R:11:3', 'test-joint.R:15:3', 'test-make_design.R:18:3',
'test-make_emc.R:19:3', 'test-model_functions.R:48:3',
'test-model_functions.R:55:3', 'test-model_functions.R:63:3',
'test-model_functions.R:71:3', 'test-pairs_posterior.R:2:3',
'test-plot_chains.R:2:3', 'test-plot_fit.R:9:3', 'test-plot_pars.R:4:3',
'test-plot_relations.R:2:3', 'test-fit.R:25:3', 'test-profile.R:4:3',
'test_S3.R:8:3', 'test_S3.R:14:3', 'test-variant_funs.R:46:3',
'test-variant_funs.R:61:3', 'test-variant_funs.R:73:3',
'test-variant_funs.R:85:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-variant_funs.R:91:3'): run_bridge ──────────────────────────────
Error in `checkForRemoteErrors(val)`: one node produced an error: Matrix seems negative semi-definite
Backtrace:
▆
1. └─testthat::expect_snapshot(...) at test-variant_funs.R:91:3
2. └─rlang::cnd_signal(state$error)
[ FAIL 1 | WARN 0 | SKIP 23 | PASS 0 ]
Deleting unused snapshots:
• S3/prior-plot.svg
• plot_fit/dens-plot-fit.svg
• plot_fit/stat-plot-fit.svg
• plot_pars/density-alpha.svg
• plot_relations/plot-relations-mean.svg
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64