diff options
Diffstat (limited to 'R/mkinresplot.R')
-rw-r--r-- | R/mkinresplot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinresplot.R b/R/mkinresplot.R index 0bfdd02f..bad28ae8 100644 --- a/R/mkinresplot.R +++ b/R/mkinresplot.R @@ -1,4 +1,4 @@ -if(getRversion() >= '2.15.1') utils::globalVariables(c("variable", "residual")) +utils::globalVariables(c("variable", "residual")) #' Function to plot residuals stored in an mkin object #' |