When running the tests with dplyr v1.1.0 "test-removeBrokenSpeciesListLinks" failed with the following error:
Error (test-removeBrokenSpeciesListLinks.R:10): removeBrokenSpeciesListLinks runs without errors
or warnings when there are no invalid species list links
<rlib_error_dots_nonempty/rlib_error_dots/rlang_error/error/condition>
Error in `dplyr::inner_join(myTable, objectToCheck[["SL"]], by = c(SSspecListName = "SLspeclistName",
SScatchFra = "SLcatchFrac", SSyear = "SLyear", SSctry = "SLcou"),
multiple = "all", relationship = "many-to-many")`: `...` must be empty.
✖ Problematic argument:
• relationship = "many-to-many"
After updating dplyr to v1.1.3 the tests passed. If the code is reliant on a minimum version of dplyr it should be stated - I've edited the Description file to:
When running the tests with dplyr v1.1.0 "test-removeBrokenSpeciesListLinks" failed with the following error:
After updating dplyr to v1.1.3 the tests passed. If the code is reliant on a minimum version of dplyr it should be stated - I've edited the Description file to:
(@rix133 this is a similar issue to #173)