R Under development (unstable) (2024-04-29 r86495 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 [ FAIL 0 | WARN 0 | SKIP 33 | PASS 271 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-calc_drought_indicator.R:49:3', 'test-calc_elevation.R:42:3', 'test-calc_population_count.R:44:3', 'test-calc_precipitation_chirps.R:54:3', 'test-calc_precipitation_wc.R:45:3', 'test-calc_soilproperties.R:53:3', 'test-calc_temperature_max_wc.R:45:3', 'test-calc_temperature_min_wc.R:45:3', 'test-calc_traveltime.R:44:3', 'test-calc_treecover_area.R:98:3', 'test-calc_treecover_area_and_emissions.R:31:3', 'test-calc_treecoverloss_emissions.R:28:3', 'test-calc_tri.R:44:3', 'test-get_chirps.R:2:3', 'test-get_climaticVariables.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_nasa_firms.R:4: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-utils.R:33:3', 'test-utils.R:60:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 271 ] > > proc.time() user system elapsed 34.50 9.45 61.54