R Under development (unstable) (2024-08-23 r87049 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. > library(testthat) > library(entropart) > > testthat::test_check("entropart") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 0 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'testCProfile.R:5:3', 'testCoverage.R:5:3', 'testCoverage.R:18:3', 'testDivProfile.R:5:3', 'testDqZ.R:5:3', 'testHurlbert.R:7:3', 'testLevel.R:9:3', 'testLevel.R:25:3', 'testLevel.R:36:3', 'testMissingNorP.R:5:3', 'testNoSp.R:6:3', 'testNoSp.R:23:3', 'testNoSp.R:45:3', 'testOrder2.R:12:3', 'testOrder2.R:20:3', 'testPhyloEntropy.R:17:3', 'testPhyloEntropy.R:26:3', 'testPhyloEntropy.R:41:3', 'testPhyloEntropy.R:61:3', 'testTsallis.R:12:3', 'testTsallis.R:27:3', 'testTsallis.R:37:3', 'testTsallis.R:48:3', 'testlnqexpq.R:11:3' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 0 ] > > proc.time() user system elapsed 11.87 1.03 12.89