Skip to content

Commit

Permalink
docs: remove old globalVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
overdodactyl committed Jan 6, 2024
1 parent dda645d commit 449a69f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions R/diagnosticSummary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

0 comments on commit 449a69f

Please sign in to comment.