R Under development (unstable) (2023-06-02 r84486 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 48ms test-evalClusters.R........... 1 tests OK 7.3s Reading 1 files... Assigning 1 spectra to 1 groups... Success! test-files2SpectraObject_JDX.R 1 tests OK 5.7s All ok, 14 results (13.0s) > > > proc.time() user system elapsed 12.60 1.48 14.07