R Under development (unstable) (2025-01-10 r87562 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(gmapsdistance) > > test_check("gmapsdistance") [ FAIL 0 | WARN 0 | SKIP 21 | PASS 0 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-1-sanity.R:2:3', 'test-1-sanity.R:59:3', 'test-2-input.R:3:3', 'test-2-input.R:16:3', 'test-2-input.R:32:3', 'test-2-input.R:48:3', 'test-2-input.R:79:3', 'test-2-input.R:112:3', 'test-3-matrix.R:3:3', 'test-3-matrix.R:21:3', 'test-3-matrix.R:43:3', 'test-3-matrix.R:66:3', 'test-3-matrix.R:91:3', 'test-4-invalid-input.R:4:3', 'test-4-invalid-input.R:35:3', 'test-4-invalid-input.R:89:3', 'test-4-invalid-input.R:186:3', 'test-4-invalid-input.R:210:3', 'test-5-vignette.R:2:3', 'test-6-graceful-fail.R:2:3', 'test-7-arrival-time.R:3:3' [ FAIL 0 | WARN 0 | SKIP 21 | PASS 0 ] > > proc.time() user system elapsed 0.78 0.15 0.93