diff --git a/R/diagnosticSummary.R b/R/diagnosticSummary.R index fc120b2..049c625 100755 --- a/R/diagnosticSummary.R +++ b/R/diagnosticSummary.R @@ -6,16 +6,5 @@ #' @name diagnosticSummary NULL -## quiets concerns of R CMD check re: the .'s that appear ggplot2 -utils::globalVariables(c( - ".data" - # "lead_specificity", - # "predicted", - # "count", - # "label", - # "specificity", - # "sensitivity", - # "variable", - # "y", - # "threshold" -)) +## quiets concerns of R CMD check for variables used in ggplot2 +utils::globalVariables(c(".data"))