Package: BIOMASS Type: Package Title: Estimating Aboveground Biomass and Its Uncertainty in Tropical Forests Version: 3.0 Date: 2026-02-11 Authors@R: c( person("Dominique", "Lamonica", email = "dominique.lamonica@ird.fr", role = c("aut","cre")), person("Maxime", "Réjou-Méchain", email = "maxime.rejou@gmail.com", role = c("aut", "dtc")), person("Arthur", "Bailly", email = "arthur.bailly@ird.fr ", role = c("aut")), person("Guillaume","Cornu", email = "gcornu@cirad.fr", role = c("aut"), comment = c(ORCID="0000-0002-7523-5176")), person("John", "Godlee", email = "GodleeJ@si.edu", role = c("ctb")), person("Fabian", "Fischer", email = "f.fischer@bristol.ac.uk", role = c("ctb")), person("Jerome", "Chave", email = "jerome.chave@univ-tlse3.fr", role = c("ctb")), person("Arthur", "Pere", role = c("aut")), person("Ariane", "Tanguy", role = c("aut")), person("Camille", "Piponiot", role = c("aut")), person("Bruno", "Hérault", email = "bruno.herault@cirad.fr", role = c("aut")), person("Philippe", "Verley", email = "philippe.verley@ird.fr ", role = c("ctb")), person("Ted", "Feldpausch", email = "T.R.Feldpausch@exeter.ac.uk", role = c("dtc")) ) Description: Contains functions for estimating above-ground biomass/carbon and its uncertainty in tropical forests. These functions allow to (1) retrieve and correct taxonomy, (2) estimate wood density and its uncertainty, (3) build height-diameter models, (4) manage tree and plot coordinates, (5) estimate above-ground biomass/carbon at stand level with associated uncertainty. To cite ‘BIOMASS’, please use citation(‘BIOMASS’). For more information, see Réjou-Méchain et al. (2017) . License: GPL-2 Encoding: UTF-8 LazyData: true Depends: R(>= 3.6) Roxygen: list(markdown = TRUE) URL: https://umr-amap.github.io/BIOMASS/, https://github.com/umr-amap/BIOMASS/ BugReports: https://github.com/umr-amap/BIOMASS/issues/ Imports: minpack.lm, methods, proj4, graphics, stats, utils, data.table (>= 1.9.8), rappdirs, sf, terra, ggplot2, stringdist, stringr, ggnewscale VignetteBuilder: knitr Suggests: knitr, rmarkdown, prettydoc, testthat, vdiffr, curl, geodata, httr2, pkgdown, dplyr, brms, BH, RcppEigen, foreach, future, doFuture, progressr, mockery, lifecycle, jsonlite, GGally, tseries Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://umr-amap.r-universe.dev Date/Publication: 2026-06-26 14:37:12 UTC RemoteUrl: https://github.com/umr-amap/biomass RemoteRef: HEAD RemoteSha: a6fced4d7a6204ee06ddd697c63e157874b24f37 NeedsCompilation: no Packaged: 2026-06-26 16:20:43 UTC; root Author: Dominique Lamonica [aut, cre], Maxime Réjou-Méchain [aut, dtc], Arthur Bailly [aut], Guillaume Cornu [aut] (ORCID: ), John Godlee [ctb], Fabian Fischer [ctb], Jerome Chave [ctb], Arthur Pere [aut], Ariane Tanguy [aut], Camille Piponiot [aut], Bruno Hérault [aut], Philippe Verley [ctb], Ted Feldpausch [dtc] Maintainer: Dominique Lamonica