R Under development (unstable) (2023-10-23 r85389 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(CoordinateCleaner) > > test_check("CoordinateCleaner") [ FAIL 0 | WARN 0 | SKIP 15 | PASS 40 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test_coordinatelevel_functions.R:47:1', 'test_coordinatelevel_functions.R:102:1', 'test_coordinatelevel_functions.R:135:1', 'test_coordinatelevel_functions.R:148:1', 'test_coordinatelevel_functions.R:184:3', 'test_coordinatelevel_functions.R:213:3', 'test_coordinatelevel_functions.R:248:1', 'test_coordinatelevel_functions.R:265:3', 'test_datasetlevel_functions.R:21:3', 'test_datasetlevel_functions.R:81:3' • message (5): 'test_wrapper_functions.R:18:3', 'test_wrapper_functions.R:36:3', 'test_wrapper_functions.R:62:3', 'test_wrapper_functions.R:99:3', 'test_wrapper_functions.R:113:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 40 ] > > proc.time() user system elapsed 6.42 0.37 6.78