R Under development (unstable) (2024-06-15 r86749 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. > library(testthat) > library(BayLum) Loading required package: coda > > test_check("BayLum") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 0 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (15): 'test_AgeS_Computation.R:2:3', 'test_Age_OSLC14.R:2:3', 'test_BayLumFiles.R:2:3', 'test_Generate_DataFile_MG.R:2:3', 'test_SCMatrix.R:2:3', 'test_SC_ordered.R:2:3', 'test_combine_DataFiles.R:2:3', 'test_create_DataFile.R:2:3', 'test_create_FolderTemplates.R:2:3', 'test_create_ThetaMatrix.R:2:3', 'test_plot_Ages.R:2:3', 'test_plot_MCMC.R:2:3', 'test_plot_RegDosePoints.R:2:3', 'test_plot_Scatterplots.R:2:3', 'test_write_YAMLConfigFile.R:2:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 0 ] > > proc.time() user system elapsed 0.75 0.15 0.89