R Under development (unstable) (2026-01-08 r89292 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(duckspatial) Important: 'crs_column' and 'crs' arguments are deprecated and will be removed in the next version. If possible, use the default values of these arguments to avoid future issues. > library(duckdb) Loading required package: DBI > > test_check("duckspatial") Reading layer `countries' from data source `D:\RCompile\CRANincoming\R-devel\lib\duckspatial\spatial\countries.geojson' using driver `GeoJSON' Simple feature collection with 257 features and 6 fields Geometry type: POLYGON Dimension: XY Bounding box: xmin: -178.9125 ymin: -89.9 xmax: 180 ymax: 83.65187 Geodetic CRS: WGS 84 Reading layer `argentina' from data source `D:\RCompile\CRANincoming\R-devel\lib\duckspatial\spatial\argentina.geojson' using driver `GeoJSON' Simple feature collection with 1 feature and 6 fields Geometry type: POLYGON Dimension: XY Bounding box: xmin: -73.52455 ymin: -52.39755 xmax: -53.62409 ymax: -21.81793 Geodetic CRS: WGS 84 Reading layer `rivers' from data source `D:\RCompile\CRANincoming\R-devel\lib\duckspatial\spatial\rivers.geojson' using driver `GeoJSON' Simple feature collection with 100 features and 1 field Geometry type: LINESTRING Dimension: XY Bounding box: xmin: 2766878 ymin: 2222357 xmax: 3578648 ymax: 2459939 Projected CRS: ETRS89-extended / LAEA Europe v Temporary view view_test registered v Arrow view view_test successfully imported. i Table dropped v Table table_test successfully imported v table table_test successfully imported. i Table dropped v Table rt_write_line successfully imported v table rt_write_line successfully imported. i Table dropped v Table rt_write_polygon successfully imported v table rt_write_polygon successfully imported. i Table dropped v Table rt_write_multipoint successfully imported v table rt_write_multipoint successfully imported. v Temporary view rt_register_line registered v Arrow view rt_register_line successfully imported. v Temporary view rt_register_polygon registered v Arrow view rt_register_polygon successfully imported. v Temporary view rt_register_multipoint registered v Arrow view rt_register_multipoint successfully imported. i Table dropped v Table countries_from_file_compat successfully imported v table countries_from_file_compat successfully imported. [ FAIL 0 | WARN 2 | SKIP 16 | PASS 48 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-db_read.R:2:1', 'test-db_register.R:3:1', 'test-db_write.R:3:1', 'test-ddbs_area.R:3:1', 'test-ddbs_bbox.R:3:1', 'test-ddbs_combine.R:3:1', 'test-ddbs_concave_hull.R:3:1', 'test-ddbs_convex_hull.R:3:1', 'test-ddbs_distance.R:3:1', 'test-ddbs_envelope.R:3:1', 'test-ddbs_generate_points.R:5:1', 'test-ddbs_interpolate_aw.R:2:1', 'test-ddbs_join.R:3:1', 'test-ddbs_length.R:3:1', 'test-ddbs_transform.R:5:1', 'test-ddbs_union.R:3:1' [ FAIL 0 | WARN 2 | SKIP 16 | PASS 48 ] > > proc.time() user system elapsed 10.06 2.70 7.34