signaturescience / skater

SKATE R Utilities
https://signaturescience.github.io/skater/
Other
9 stars 4 forks source link

remove importFrom in confusion_matrix #33

Closed stephenturner closed 3 years ago

stephenturner commented 3 years ago

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()