R Under development (unstable) (2024-05-12 r86534 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(QuadratiK) > > test_check("QuadratiK") Kernel-based quadratic distance Normality test Test_Statistic Critical_Value Reject_H0 1 -6.0268557 15.868947 FALSE 2 0.4659514 6.071062 FALSE Kernel-based quadratic distance two-sample test Test_Statistic Critical_Value Reject_H0 1 0.2126952 2.427853 FALSE 2 0.2560207 2.937162 FALSE Kernel-based quadratic distance k-sample test Test_Statistic Critical_Value Reject_H0 1 -0.3331081 2.216473 FALSE 2 -0.3752372 2.553245 FALSE Poisson Kernel-based quadratic distance test of Uniformity on the Sphere Test_Statistics Critical_Value Reject_H0 1 0.7612744 1.771714 FALSE 2 47.6569355 52.230766 FALSE [ FAIL 0 | WARN 4 | SKIP 0 | PASS 135 ] [ FAIL 0 | WARN 4 | SKIP 0 | PASS 135 ] > > proc.time() user system elapsed 22.67 1.18 107.32