R CMD checks [rcmdcheck::rcmdcheck()] nor devtools::test() are passing mostly because an issue on the get_biomass function, can @maurolepore or @cpiponiot see -or can solve- the problem? Sorry, I just don't have the technical expertise to solve these issues quickly enough..
> get_biomass(
+ dbh = 50,
+ genus = "liriodendron",
+ species = "tulipifera",
+ coords = c(-78.2, 38.9)
+ )
Error in `colnames<-`(`*tmp*`, value = c("long", "lat")) :
attempt to set 'colnames' on an object with less than two dimensions
R CMD checks [rcmdcheck::rcmdcheck()] nor devtools::test() are passing mostly because an issue on the get_biomass function, can @maurolepore or @cpiponiot see -or can solve- the problem? Sorry, I just don't have the technical expertise to solve these issues quickly enough..