You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all input parameters are checked. For example, for the diversity
dependence model: there is no check if a
valid model is used (e.g. testthat::expect_true(divdepmodel %in% c("IW", "CW", "GW"))).
If the XXX (yes, XXX indeed) diversity dependence model is used, there
is no helpful error message. Add some functions
like assert_div_dep_model/check_div_dep_model to check a
divdepmodel for validity or use get_all_div_dep_models to get all valid
models.
The text was updated successfully, but these errors were encountered:
Quoting @richelbilderbeek #90:
The text was updated successfully, but these errors were encountered: