R Under development (unstable) (2023-06-06 r84511 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > if (require(tinytest, quietly = TRUE)) { + home <- identical(Sys.info()["nodename"], "Abbott-2.local") + tinytest::test_package("ChemoSpec", verbose = TRUE, at_home = home) + } Loading required package: ChemoSpecUtils As of version 6, ChemoSpec offers new graphics output options For details, please see ?GraphicsOptions The ChemoSpec graphics option is set to 'ggplot2' To change it, do options(ChemoSpecGraphics = 'option'), where 'option' is one of 'base' or 'ggplot2' or'plotly'. test-cleanArgs.R.............. 12 tests OK 70ms test-evalClusters.R........... 0 tests 2ms test-files2SpectraObject_JDX.R 0 tests 2ms All ok, 12 results (80ms) > > > proc.time() user system elapsed 1.37 0.34 1.71