R Under development (unstable) (2026-06-25 r90191 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. > library(testthat) > library(BIOMASS) For more information on using BIOMASS, visit https://umr-amap.github.io/BIOMASS Access the shiny version of the BIOMASS package at https://amap-apps.cirad.fr/apps/biomass-app/ Using temporary cache It is recommended to use a permanent cache to avoid to re-download files on each session. See function createCache() or BIOMASS.cache option. > > test_check("BIOMASS") trying URL 'https://github.com/umr-amap/BIOMASS/raw/master/data-raw/climate_variable/wc2-5.zip' Content type 'application/zip' length 19531044 bytes (18.6 MB) ================================================== downloaded 18.6 MB trying URL 'https://github.com/umr-amap/BIOMASS/raw/master/data-raw/climate_variable/CWD.zip' Content type 'application/zip' length 15777909 bytes (15.0 MB) ================================================== downloaded 15.0 MB [ FAIL 0 | WARN 0 | SKIP 6 | PASS 492 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-AGBmonteCarlo.R:153:3', 'test-computeAGB.R:43:3', 'test-correctTaxo.R:7:3', 'test-retrieveH.R:36:3', 'test-small_function.R:24:3', 'test-small_function.R:49:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 492 ] > > proc.time() user system elapsed 30.82 3.32 35.57