R Under development (unstable) (2025-09-18 r88857 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > library(testthat) > library(RLumCarlo) Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not > > test_check("RLumCarlo") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test_benchmark_models.R:2:3', 'test_create_ClusterSystem.R:2:3', 'test_internals.R:2:3', 'test_methods.R:2:3', 'test_methods.R:51:3', 'test_plot_RLumCarlo.R:2:3', 'test_run_MC_CW_IRSL_LOC.R:2:3', 'test_run_MC_CW_IRSL_TUN.R:2:3', 'test_run_MC_CW_OSL_DELOC.R:2:3', 'test_run_MC_ISO_DELOC.R:2:3', 'test_run_MC_ISO_LOC.R:2:3', 'test_run_MC_ISO_TUN.R:2:3', 'test_run_MC_LM_OSL_DELOC.R:2:3', 'test_run_MC_LM_OSL_LOC.R:2:3', 'test_run_MC_LM_OSL_TUN.R:2:3', 'test_run_MC_TL_DELOC.R:2:3', 'test_run_MC_TL_LOC.R:2:3', 'test_run_MC_TL_TUN.R:2:3', 'test_utils.R:2:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 0 ] > > proc.time() user system elapsed 0.76 0.25 0.98