R Under development (unstable) (2025-01-09 r87552 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(phylospatial) > > test_check("phylospatial") `phylospatial` object - 18 lineages across 400 sites - community data type: probability - spatial data class: SpatRaster - dissimilarity data: none Community data type detected: probability Community data type detected: probability Community data type detected: probability Raster data has no CRS, so can't check that cells are equal-area; it will be assumed that they are. Community data type detected: probability Loading required namespace: canaper Community data type detected: abundance Loading required namespace: furrr [ FAIL 0 | WARN 0 | SKIP 15 | PASS 18 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • empty test (15): 'test-moss.R:1:1', 'test-phylospatial.R:1:1', 'test-phylospatial.R:21:1', 'test-phylospatial.R:29:1', 'test-ps_canape.R:1:1', 'test-ps_canape.R:10:1', 'test-ps_dissim.R:1:1', 'test-ps_diversity.R:2:1', 'test-ps_diversity.R:7:1', 'test-ps_ordinate.R:1:1', 'test-ps_prioritize.R:1:1', 'test-ps_prioritize.R:16:1', 'test-ps_regions.R:1:1', 'test-ps_simulate.R:2:1', 'test-utils.R:2:1' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 18 ] > > proc.time() user system elapsed 55.90 4.59 81.62