Check code for common errors
error_check_code.Rd
Tool to streamline development. Currently this checks for use of filter() without dplyr::. This would call stats::filter(), which is usually not what I intend. As possible, add additional checks for issues that cause problems but do not give an informative error message (or any error message).