R Under development (unstable) (2024-08-28 r87069 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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 0 | WARN 0 | SKIP 20 | PASS 0 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): '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:50:3', 'test-model_functions.R:57:3', 'test-model_functions.R:65:3', 'test-model_functions.R:73: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', 'test-variant_funs.R:91:3' [ FAIL 0 | WARN 0 | SKIP 20 | 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 > > proc.time() user system elapsed 3.29 0.78 101.18