the confusion_matrix function uses several @importfrom statements, making use of e.g. mutate() and dplyr::mutate() inconsistent throughout package. remove this @importfrom, iteratively run a R CMD CHECK and fix places without explicitly referring to pkg::function()
the confusion_matrix function uses several
@importfrom
statements, making use of e.g.mutate()
anddplyr::mutate()
inconsistent throughout package. remove this @importfrom, iteratively run a R CMD CHECK and fix places without explicitly referring topkg::function()