R Under development (unstable) (2024-08-16 r87026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(seasonalityTest) > > test_check("seasonalityTest") $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 0.000659258 2 Sign Test 0.006347656 3 Wilcoxon Signed-Ranks Test 0.003263717 $trend [1] "linear" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 90 % confidence level." $summary_df Test p_value 1 Student t-Distribution 6.757739e-01 2 Sign Test 5.447533e-05 3 Wilcoxon Signed-Ranks Test 1.538851e-01 $trend [1] "quadratic" $has_warnings [1] FALSE $message [1] "There does not appear to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 0.1723935 2 Sign Test 0.7744141 3 Wilcoxon Signed-Ranks Test 0.2553404 $trend [1] "linear" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 0.000659258 2 Sign Test 0.006347656 3 Wilcoxon Signed-Ranks Test 0.003263717 $trend [1] "linear" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $trend [1] "linear" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 0.000659258 2 Sign Test 0.006347656 3 Wilcoxon Signed-Ranks Test 0.003263717 $trend [1] "linear" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 7.696944e-17 2 Sign Test 1.776357e-15 3 Wilcoxon Signed-Ranks Test 7.790492e-10 $trend [1] "quadratic" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 1.049835e-86 2 Sign Test 7.105427e-15 3 Wilcoxon Signed-Ranks Test 1.682757e-09 $trend [1] "exponential" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 5.658002e-10 2 Sign Test 4.882813e-04 3 Wilcoxon Signed-Ranks Test 2.526174e-03 $trend [1] "linear" $has_warnings [1] FALSE $message [1] "There appears to be statistically significant seasonality in the data at the 95 % confidence level." $summary_df Test p_value 1 Student t-Distribution 0.2693214710 2 Sign Test 0.0004882813 3 Wilcoxon Signed-Ranks Test 0.0025261743 $trend [1] "linear" $has_warnings [1] FALSE [ FAIL 0 | WARN 0 | SKIP 0 | PASS 41 ] > > proc.time() user system elapsed 1.57 0.31 1.89