R Under development (unstable) (2026-01-25 r89330 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. > # load packages > library(testthat) > library(wdpar) Loading required package: sf Linking to GEOS 3.13.1, GDAL 3.11.4, PROJ 9.7.0; sf_use_s2() is TRUE > > # enable parallel testing > Sys.unsetenv("R_TESTS") > > # run tests > test_check("wdpar") [ FAIL 0 | WARN 0 | SKIP 35 | PASS 20 ] ══ Skipped tests (35) ══════════════════════════════════════════════════════════ • On CRAN (35): 'test_000_setup.R:5:3', 'test_internal.R:75:3', 'test_internal.R:102:3', 'test_internal.R:127:3', 'test_st_erase_overlaps.R:33:3', 'test_st_repair_geometry.R:4:3', 'test_st_repair_geometry.R:21:3', 'test_st_repair_geometry.R:39:3', 'test_wdpa_clean.R:4:3', 'test_wdpa_clean.R:28:3', 'test_wdpa_clean.R:50:3', 'test_wdpa_clean.R:72:3', 'test_wdpa_clean.R:94:3', 'test_wdpa_clean.R:110:3', 'test_wdpa_clean.R:128:3', 'test_wdpa_clean.R:140:3', 'test_wdpa_clean.R:156:3', 'test_wdpa_clean.R:178:3', 'test_wdpa_clean.R:201:3', 'test_wdpa_clean.R:216:3', 'test_wdpa_clean.R:234:3', 'test_wdpa_clean.R:257:3', 'test_wdpa_clean.R:278:3', 'test_wdpa_clean.R:295:3', 'test_wdpa_fetch.R:4:3', 'test_wdpa_fetch.R:15:3', 'test_wdpa_fetch.R:26:3', 'test_wdpa_fetch.R:38:3', 'test_wdpa_fetch.R:57:3', 'test_wdpa_fetch.R:76:3', 'test_wdpa_read.R:4:3', 'test_wdpa_read.R:24:3', 'test_wdpa_read.R:44:3', 'test_wdpa_read.R:68:3', 'test_wdpa_read.R:99:3' [ FAIL 0 | WARN 0 | SKIP 35 | PASS 20 ] Google Chrome was not found. Try setting the `CHROMOTE_CHROME` environment variable to the executable of a Chromium-based browser, such as Google Chrome, Chromium or Brave. Error in initialize(...) : Invalid path to Chrome > > proc.time() user system elapsed 3.35 0.54 6.23