R Under development (unstable) (2023-09-21 r85196 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. > # 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 > > Sys.setenv("R_TESTS" = "") > library(testthat) > library(walkboutr) > > test_check("walkboutr") The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire in October 2023. Please refer to R-spatial evolution reports for details, especially https://r-spatial.org/r/2023/05/15/evolution4.html. It may be desirable to make the sf package available; package maintainers should consider adding sf to Suggests:. The sp package is now running under evolution status 2 (status 2 uses the sf package in place of rgdal) Linking to GEOS 3.11.2, GDAL 3.6.2, PROJ 9.2.0; sf_use_s2() is TRUE [ FAIL 0 | WARN 4 | SKIP 8 | PASS 31 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • empty test (8): 'test-process_accelerometry_counts_into_bouts.R:1:1', 'test-process_accelerometry_counts_into_bouts.R:14:1', 'test-process_accelerometry_counts_into_bouts.R:27:1', 'test-process_accelerometry_counts_into_bouts.R:40:1', 'test-process_bouts_and_gps_epochs_into_walkbouts.R:2:1', 'test-process_bouts_and_gps_epochs_into_walkbouts.R:33:1', 'test-process_bouts_and_gps_epochs_into_walkbouts.R:83:1', 'test-process_gps_data_into_gps_epochs.R:145:1' [ FAIL 0 | WARN 4 | SKIP 8 | PASS 31 ] > > proc.time() user system elapsed 3.40 0.23 3.62