R version 4.4.0 RC (2024-04-16 r86435 ucrt) -- "Puppy Cup" Copyright (C) 2024 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. > if(requireNamespace("tinytest", quietly = TRUE)) { + tinytest::test_package("nngeo") + } Loading required package: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; 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.1s 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.0s All ok, 7 results (2.1s) > > proc.time() user system elapsed 1.18 0.37 3.04