R Under development (unstable) (2025-07-04 r88383 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. > library(testthat) > library(Distance) Loading required package: mrds This is mrds 3.0.1 Built: R 4.6.0; ; 2025-07-05 02:40:21 UTC; windows Attaching package: 'Distance' The following object is masked from 'package:mrds': create.bins > > test_check("Distance") [ FAIL 0 | WARN 0 | SKIP 32 | PASS 180 ] ══ Skipped tests (32) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test_adjustments.R:16:3', 'test_adjustments.R:54:3', 'test_adjustments.R:93:3', 'test_binned.R:16:3', 'test_bootdht.R:5:3', 'test_bootdht.R:114:3', 'test_bootdht.R:169:3', 'test_cuecounts.R:25:3', 'test_cuecounts.R:86:3', 'test_dht.R:14:3', 'test_dht.R:40:3', 'test_ds.R:81:3', 'test_ds.R:147:3', 'test_ds.R:173:3', 'test_ds.R:203:3', 'test_ds.R:226:3', 'test_ds.R:261:3', 'test_minke.R:56:3', 'test_minke.R:95:3', 'test_minke.R:130:3', 'test_minke.R:173:3', 'test_minke.R:246:3', 'test_minke.R:266:3', 'test_minke.R:306:3', 'test_replicate.R:6:3', 'test_summarize.R:14:3', 'test_summarize.R:43:3', 'test_summarize.R:72:3' • empty test (4): 'test_dht2.R:237:1', 'test_ptexercise.R:10:1', 'test_ptexercise.R:51:1', 'test_ptexercise.R:58:1' [ FAIL 0 | WARN 0 | SKIP 32 | PASS 180 ] > > proc.time() user system elapsed 92.00 2.26 95.43