R Under development (unstable) (2024-10-04 r87208 ucrt) -- "Unsuffered Consequences" 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. > # load packages > library(testthat) > library(wdpar) Loading required package: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; 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:99:3', 'test_internal.R:124: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:16:3', 'test_wdpa_clean.R:41:3', 'test_wdpa_clean.R:63:3', 'test_wdpa_clean.R:85:3', 'test_wdpa_clean.R:107:3', 'test_wdpa_clean.R:123:3', 'test_wdpa_clean.R:141:3', 'test_wdpa_clean.R:153:3', 'test_wdpa_clean.R:169:3', 'test_wdpa_clean.R:193:3', 'test_wdpa_clean.R:216:3', 'test_wdpa_clean.R:232:3', 'test_wdpa_clean.R:250:3', 'test_wdpa_clean.R:273:3', 'test_wdpa_clean.R:294:3', 'test_wdpa_clean.R:311:3', 'test_wdpa_fetch.R:4:3', 'test_wdpa_fetch.R:15:3', 'test_wdpa_fetch.R:26:3', 'test_wdpa_fetch.R:39:3', 'test_wdpa_fetch.R:58:3', 'test_wdpa_fetch.R:77:3', 'test_wdpa_read.R:4:3', 'test_wdpa_read.R:25:3', 'test_wdpa_read.R:46:3', 'test_wdpa_read.R:71:3', 'test_wdpa_read.R:96: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.18 0.64 5.85