R Under development (unstable) (2023-04-23 r84305 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) 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. > if(requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package("nngeo") + } Loading required package: sf Linking to GEOS 3.11.2, GDAL 3.6.2, PROJ 9.2.0; sf_use_s2() is TRUE test_st_connect.R............. 0 tests test_st_connect.R............. 0 tests test_st_connect.R............. 0 tests Calculating nearest IDs lon-lat points | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% Calculating lines test_st_connect.R............. 0 tests test_st_connect.R............. 1 tests OK 0.2s lon-lat points | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% test_st_nn.R.................. 1 tests OK lon-lat points | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% test_st_nn.R.................. 2 tests OK projected points test_st_nn.R.................. 3 tests OK projected points test_st_nn.R.................. 4 tests OK lon-lat points | | | 0% | |======================= | 33% | |=============================================== | 67% | |======================================================================| 100% test_st_nn.R.................. 5 tests OK lon-lat points test_st_nn.R.................. 6 tests OK 2.2s All ok, 7 results (2.4s) > > proc.time() user system elapsed 1.53 0.32 3.57