dplyr updates. dplyr recently removed dplyr::location(). assertHE referenced a column named location but does not note this as a global variable with utils::globalVariables("location") which did not cause an issue because dplyr was exporting a function with the same name location().NA.