R Under development (unstable) (2024-10-22 r87265 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(Distance) Loading required package: mrds This is mrds 3.0.0 Built: R 4.5.0; ; 2024-10-23 15:51:02 UTC; windows Attaching package: 'Distance' The following object is masked from 'package:mrds': create.bins > > test_check("Distance") [ FAIL 0 | WARN 0 | SKIP 29 | PASS 162 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test_adjustments.R:16:3', 'test_adjustments.R:54:3', 'test_adjustments.R:93: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:75:3', 'test_ds.R:141:3', 'test_ds.R:158:3', 'test_ds.R:188:3', 'test_ds.R:211:3', 'test_ds.R:246: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' • empty test (3): 'test_ptexercise.R:10:1', 'test_ptexercise.R:51:1', 'test_ptexercise.R:58:1' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 162 ] > > proc.time() user system elapsed 66.96 2.04 69.11