R Under development (unstable) (2025-06-05 r88281 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(SLmetrics) Loading {SLmetrics} v0.3.4 > > test_check("SLmetrics") Please setup your Python environment. [ FAIL 0 | WARN 0 | SKIP 48 | PASS 4 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-Accuracy.R:8:5', 'test-BalancedAccuracy.R:8:5', 'test-BrierScore.R:6:5', 'test-CoefficientOfDetermination.R:8:5', 'test-CohensKappa.R:7:5', 'test-ConcordanceCorrelationCoefficient.R:7:5', 'test-ConfusionMatrix.R:8:5', 'test-CrossEntropy.R:7:3', 'test-FBetaScore.R:8:5', 'test-FalseDiscoveryRate.R:8:5', 'test-FalseOmissionRate.R:8:5', 'test-FalsePositiveRate.R:8:5', 'test-FowlkesMallowsIndex.R:8:5', 'test-GammaDeviance.R:6:5', 'test-GeometricMeanSquaredError.R:8:5', 'test-HammingLoss.R:8:5', 'test-HuberLoss.R:7:5', 'test-JaccardIndex.R:8:5', 'test-LikelihoodRatio.R:7:9', 'test-LogLoss.R:7:3', 'test-MattewsCorrerlationCoefficient.R:8:5', 'test-MeanAbsoluteError.R:8:5', 'test-MeanAbsolutePercentageError.R:8:5', 'test-MeanArctangentAbsolutePercentageError.R:8:5', 'test-MeanPercentageError.R:8:5', 'test-MeanSquaredError.R:8:5', 'test-NegativePredictiveValue.R:8:5', 'test-OpenMP.R:8:5', 'test-PinballLoss.R:7:5', 'test-PoissonDeviance.R:6:5', 'test-PoissonLogLoss.R:7:3', 'test-Precision.R:8:5', 'test-PrecisionRecallCurve.R:13:5', 'test-Recall.R:8:5', 'test-ReceiverOperatingCharacteristics.R:13:5', 'test-RelativeAbsoluteError.R:8:5', 'test-RelativeEntropy.R:7:3', 'test-RelativeRootMeanSquaredError.R:8:5', 'test-RootMeanSquaredError.R:8:5', 'test-RootMeanSquaredLogarithmicError.R:8:5', 'test-RootRelativeSquaredError.R:8:5', 'test-S3-classification.R:8:5', 'test-S3-classification.R:121:5', 'test-ShannonEntropy.R:7:5', 'test-Specificity.R:8:5', 'test-SymmetricMeanAbsoluteError.R:8:5', 'test-TweedieDeviance.R:8:5', 'test-ZeroOneLoss.R:8:5' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 4 ] > > proc.time() user system elapsed 2.21 0.35 3.28