Last updated on 2025-02-21 04:51:45 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.0 | 39.66 | 331.13 | 370.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.1.0 | 27.68 | 205.26 | 232.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.1.0 | 608.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 602.92 | NOTE | |||
r-devel-macos-arm64 | 2.1.0 | 134.00 | OK | |||
r-devel-macos-x86_64 | 2.1.0 | 309.00 | NOTE | |||
r-devel-windows-x86_64 | 2.1.0 | 45.00 | 315.00 | 360.00 | NOTE | |
r-patched-linux-x86_64 | 2.1.0 | 44.22 | 310.38 | 354.60 | OK | |
r-release-linux-x86_64 | 2.1.0 | 38.96 | 308.45 | 347.41 | OK | |
r-release-macos-arm64 | 2.1.0 | 140.00 | NOTE | |||
r-release-macos-x86_64 | 2.1.0 | 260.00 | NOTE | |||
r-release-windows-x86_64 | 2.1.0 | 46.00 | 314.00 | 360.00 | OK | |
r-oldrel-macos-arm64 | 2.1.0 | 138.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.1.0 | 242.00 | NOTE | |||
r-oldrel-windows-x86_64 | 2.1.0 | 56.00 | 412.00 | 468.00 | ERROR |
Version: 2.1.0
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:
‘s3_funcs.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-macos-x86_64, r-devel-windows-x86_64
Version: 2.1.0
Check: installed package size
Result: NOTE
installed size is 6.0Mb
sub-directories of 1Mb or more:
doc 2.4Mb
libs 2.2Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 2.1.0
Check: tests
Result: ERROR
Running 'testthat.R' [113s]
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
Superclass process has cloneable=FALSE, but subclass r_session has cloneable=TRUE. A subclass cannot be cloneable when its superclass is not cloneable, so cloning will be disabled for r_session.
Superclass process has cloneable=FALSE, but subclass r_session has cloneable=TRUE. A subclass cannot be cloneable when its superclass is not cloneable, so cloning will be disabled for r_session.
[ FAIL 1 | WARN 0 | SKIP 19 | PASS 0 ]
══ Skipped tests (19) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test-compare.R:5:3', 'test-compare.R:11: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_defective_density.R:2:5', 'test-plot_fit.R:9:3',
'test-plot_pars.R:4:3', 'test-plot_relations.R:2:3', 'test-fit.R:25: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 19 | PASS 0 ]
Deleting unused snapshots:
• plot_defective_density/density-full-e.svg
• plot_defective_density/density-full-s.svg
• plot_fit/dens-plot-fit.svg
• plot_pars/density-alpha.svg
• plot_relations/plot-relations-mean.svg
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64