-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fa_mean doesn't exist #43
Comments
I am also experiencing this. |
same experience here with both CRAN and dev versions. |
I got the same error for biomass and area functions. |
I found the problem, somehow, somewhere, fa_mean and fa_var is written as fa_mean_mean and fa_var_var I worked on the biomass function using trace("biomass",edit=TRUE). Here was my workaround: aEst <- aEst %>% dplyr::group_by(!!!aGrpSyms) %>% dplyr::summarize(dplyr::across(dplyr::everything(),
|
This appears to be resolved with version 1.0.1. |
The area mean calculation seems to have changed or is throwing an error - any suggestions on how to fix it?
Error in
dplyr::select()
:! Can't subset columns that don't exist.
✖ Column
fa_mean
doesn't exist.Reproducible code:
If I change the tpa to include byPlot [ tpa(fiaRI_mr, byPlot=T) ] there is not an error.
I need both calculations. Thanks!
The text was updated successfully, but these errors were encountered: