forestgeo / fgeo.biomass

Calculate biomass with allometric equations from the allodb package and ForestGEO data
https://forestgeo.github.io/fgeo.biomass
GNU General Public License v3.0
8 stars 4 forks source link

include failing ecuations and evaluate them safely() #24

Closed maurolepore closed 5 years ago

maurolepore commented 5 years ago

Instead of excluding failing equations, evaluate with purrr::safely() and missing default. The errors could be printed as warnings.

This will make it easier to understand why some boimass values can't be evaluated (https://github.com/forestgeo/fgeo.biomass/issues/23).