R Under development (unstable) (2023-05-23 r84461 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(rgeos) Loading required package: sp rgeos version: 0.6-3, (SVN revision 696) GEOS runtime version: 3.11.2-CAPI-1.17.2 Please note that rgeos will be retired during October 2023, plan transition to sf or terra functions using GEOS at your earliest convenience. See https://r-spatial.org/r/2023/05/15/evolution4.html for details. GEOS using OverlayNG Linking to sp version: 1.6-0 Polygon checking: TRUE > > set_do_poly_check(FALSE) > #test_dir(system.file("tests", package = "rgeos"), StopReporter)#SummaryByContextReporter) > #test_package("rgeos") > test_check("rgeos") [ FAIL 0 | WARN 28 | SKIP 0 | PASS 129 ] [ FAIL 0 | WARN 28 | SKIP 0 | PASS 129 ] > set_do_poly_check(TRUE) > > proc.time() user system elapsed 2.00 0.23 2.17