R Under development (unstable) (2024-12-17 r87446 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(phylospatial) > > test_check("phylospatial") Community data type detected: probability Linking to GEOS 3.12.2, GDAL 3.9.3, PROJ 9.4.1; sf_use_s2() is TRUE Community data type detected: probability Community data type detected: probability Community data type detected: probability Loading required namespace: canaper [ FAIL 0 | WARN 2 | SKIP 15 | PASS 16 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • empty test (15): 'test-moss.R:1:1', 'test-phylospatial.R:1:1', 'test-phylospatial.R:19:1', 'test-phylospatial.R:26:1', 'test-ps_canape.R:1:1', 'test-ps_canape.R:12:1', 'test-ps_dissim.R:1:1', 'test-ps_diversity.R:2:1', 'test-ps_diversity.R:7:1', 'test-ps_prioritize.R:1:1', 'test-ps_regions.R:1:1', 'test-ps_rgb.R:1:1', 'test-ps_simulate.R:2:1', 'test-utils.R:2:1', 'test-utils.R:8:1' [ FAIL 0 | WARN 2 | SKIP 15 | PASS 16 ] > > proc.time() user system elapsed 153.73 5.76 159.56