R Under development (unstable) (2025-01-14 r87574 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > withr::local_options(list( + warnPartialMatchArgs = TRUE, + warnPartialMatchAttr = TRUE, + warnPartialMatchDollar = TRUE + )) > > library(testthat) > > test_check("grainscape") Loading required package: grainscape Writing layer `nodes' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_goc_thresh2' using driver `ESRI Shapefile' Writing 29 features with 5 fields and geometry type Point. Writing layer `linksCentroid' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_goc_thresh2' using driver `ESRI Shapefile' Writing 64 features with 15 fields and geometry type Line String. Writing layer `nodes' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_mpg' using driver `ESRI Shapefile' Writing 43 features with 4 fields and geometry type Point. Writing layer `linksCentroid' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_mpg' using driver `ESRI Shapefile' Writing 101 features with 12 fields and geometry type Line String. Writing layer `linksPerim' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_mpg' using driver `ESRI Shapefile' Writing 101 features with 8 fields and geometry type Line String. IGRAPH 74a9a9a UN-- 43 97 -- + attr: name (v/c), patchId (v/n), patchArea (v/n), patchEdgeArea | (v/n), coreArea (v/n), centroidX (v/n), centroidY (v/n), linkId | (e/n), lcpPerimWeight (e/n), startPerimX (e/n), startPerimY (e/n), | endPerimX (e/n), endPerimY (e/n) + edges from 74a9a9a (vertex names): [1] 62 --74 30 --41 30 --40 7 --22 5 --7 80 --86 73 --78 29 --31 [9] 19 --29 67 --85 41 --48 40 --41 37 --41 8 --28 9 --12 12 --14 [17] 30 --48 8 --9 48 --54 95 --103 62 --64 5 --22 32 --37 74 --84 [25] 55 --56 5 --32 9 --28 68 --80 14 --19 30 --54 5 --37 54 --55 [33] 64 --74 86 --100 100--107 41 --50 56 --76 56 --61 103--105 9 --14 + ... omitted several edges Writing layer `nodes' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_mpg' using driver `ESRI Shapefile' Writing 43 features with 5 fields and geometry type Point. Deleting layer `linksCentroid' failed Writing layer `linksCentroid' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_mpg' using driver `ESRI Shapefile' Writing 101 features with 12 fields and geometry type Line String. Deleting layer `linksPerim' failed Writing layer `linksPerim' to data source `D:\temp\2025_01_15_05_05_17_20311\RtmpEp460s\tiny_mpg' using driver `ESRI Shapefile' Writing 101 features with 8 fields and geometry type Line String. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 84 ] > > proc.time() user system elapsed 30.26 1.37 31.62 Ran 1/1 deferred expressions