R Under development (unstable) (2024-08-26 r87056 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. > library(testthat) > library(mapme.biodiversity) > > options(pillar.advice = FALSE) > mapme_options(verbose = FALSE) > test_check("mapme.biodiversity") Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null Resource 'gsw_time_series' is already available. Resource 'gfw_treecover' is already available. Resource 'gfw_lossyear' is already available. Resource 'key_biodiversity_areas' is already available. [ FAIL 0 | WARN 0 | SKIP 37 | PASS 504 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-calc_burned_area.R:2:3', 'test-calc_drought_indicator.R:49:3', 'test-calc_elevation.R:39:3', 'test-calc_landcover.R:2:3', 'test-calc_population_count.R:34:3', 'test-calc_precipitation_chelsa.R:36:3', 'test-calc_precipitation_chirps.R:2:3', 'test-calc_precipitation_wc.R:35:3', 'test-calc_slope.R:51:3', 'test-calc_soilproperties.R:2:3', 'test-calc_temperature_max_wc.R:37:3', 'test-calc_temperature_min_wc.R:37:3', 'test-calc_traveltime.R:38:3', 'test-calc_treecover_area.R:97:3', 'test-calc_treecover_area_and_emissions.R:30:3', 'test-calc_treecoverloss_emissions.R:27:3', 'test-calc_tri.R:33:3', 'test-get_carbon.R:28:3', 'test-get_chirps.R:2:3', 'test-get_esalandcover.R:2:3', 'test-get_fritz_et_al.R:2:3', 'test-get_gfw_emissions.R:2:3', 'test-get_gfw_lossyear.R:2:3', 'test-get_gfw_treecover.R:7:3', 'test-get_gmw.R:2:3', 'test-get_gsw.R:2:3', 'test-get_hfp.R:10:3', 'test-get_mcd64A1.R:2:3', 'test-get_nasa_grace.R:2:3', 'test-get_nasa_srtm.R:2:3', 'test-get_nelson_et_al.R:2:3', 'test-get_resources.R:2:3', 'test-get_soilgrids.R:2:3', 'test-get_teow.R:2:3', 'test-get_ucdp_ged.R:3:3', 'test-get_worldpop.R:2:3', 'test-ipbes.R:2:3' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 504 ] > > proc.time() user system elapsed 39.92 3.78 62.48