R Under development (unstable) (2023-10-10 r85312 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(quickmapr) The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, were retired 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:. > > test_check("quickmapr") $data COMID FDATE RESOLUTION GNIS_ID GNIS_NAME AREASQKM ELEVATION 94 9328420 2008/07/21 Medium 871340 Sunapee Lake 16.453 333 REACHCODE FTYPE FCODE SHAPE_LENG SHAPE_AREA V2COMID 94 01080106002001 LakePond 39009 0.4730257 0.001827511 9328420 $area 16453180 [m^2] $perim 45991.38 [m] $data temp secchi 1 27.5 2.7 $location X Y [1,] 1804096 631634.4 $data exampleElev 1 364.139 $location x y [1,] 1802098 630442.4 $data NULL $length 3136.092 [m] [ FAIL 0 | WARN 0 | SKIP 0 | PASS 32 ] > > proc.time() user system elapsed 6.78 0.39 7.17