R Under development (unstable) (2024-07-25 r86925 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. > if (requireNamespace("tinytest", quietly = TRUE)) { + ## Force tests to be executed if in dev release + ## (which we define as having a sub-release) + NOT_CRAN <- length(unclass(packageVersion("alkahest"))[[1]]) == 4 + + tinytest::test_package("alkahest", at_home = NOT_CRAN) + } test_baseline.R............... 0 tests 49ms test_helpers.R................ 0 tests test_helpers.R................ 1 tests OK test_helpers.R................ 1 tests OK test_helpers.R................ 2 tests OK test_helpers.R................ 3 tests OK test_helpers.R................ 4 tests OK 3ms test_integrate.R.............. 0 tests test_integrate.R.............. 0 tests test_integrate.R.............. 0 tests test_integrate.R.............. 1 tests OK test_integrate.R.............. 2 tests OK test_integrate.R.............. 3 tests OK 5ms test_peaks.R.................. 0 tests test_peaks.R.................. 0 tests test_peaks.R.................. 0 tests test_peaks.R.................. 0 tests test_peaks.R.................. 1 tests OK 4ms test_replace.R................ 0 tests test_replace.R................ 0 tests test_replace.R................ 1 tests OK test_replace.R................ 1 tests OK test_replace.R................ 2 tests OK test_replace.R................ 2 tests OK test_replace.R................ 3 tests OK test_replace.R................ 3 tests OK test_replace.R................ 4 tests OK 22ms test_resample.R............... 0 tests test_resample.R............... 0 tests test_resample.R............... 1 tests OK test_resample.R............... 1 tests OK test_resample.R............... 2 tests OK test_resample.R............... 2 tests OK 20ms test_rescale.R................ 0 tests test_rescale.R................ 0 tests test_rescale.R................ 1 tests OK test_rescale.R................ 1 tests OK test_rescale.R................ 2 tests OK test_rescale.R................ 3 tests OK test_rescale.R................ 3 tests OK test_rescale.R................ 4 tests OK test_rescale.R................ 4 tests OK test_rescale.R................ 5 tests OK test_rescale.R................ 5 tests OK test_rescale.R................ 6 tests OK test_rescale.R................ 7 tests OK test_rescale.R................ 7 tests OK test_rescale.R................ 8 tests OK test_rescale.R................ 8 tests OK test_rescale.R................ 8 tests OK test_rescale.R................ 9 tests OK test_rescale.R................ 10 tests OK 21ms test_signal.R................. 0 tests test_signal.R................. 0 tests test_signal.R................. 0 tests test_signal.R................. 0 tests test_signal.R................. 0 tests test_signal.R................. 1 tests OK test_signal.R................. 2 tests OK test_signal.R................. 2 tests OK test_signal.R................. 3 tests OK test_signal.R................. 4 tests OK test_signal.R................. 4 tests OK test_signal.R................. 5 tests OK test_signal.R................. 5 tests OK test_signal.R................. 6 tests OK test_signal.R................. 6 tests OK test_signal.R................. 7 tests OK test_signal.R................. 7 tests OK 17ms test_smooth.R................. 0 tests 2ms test_windows.R................ 0 tests test_windows.R................ 1 tests OK test_windows.R................ 2 tests OK test_windows.R................ 2 tests OK test_windows.R................ 3 tests OK test_windows.R................ 3 tests OK test_windows.R................ 4 tests OK 3ms All ok, 35 results (0.2s) > > proc.time() user system elapsed 0.28 0.04 0.32