diff options
Diffstat (limited to 'R/mkinerrplot.R')
-rw-r--r-- | R/mkinerrplot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinerrplot.R b/R/mkinerrplot.R index 36e22a43..02a12672 100644 --- a/R/mkinerrplot.R +++ b/R/mkinerrplot.R @@ -1,4 +1,4 @@ -if(getRversion() >= '2.15.1') utils::globalVariables(c("variable", "residual")) +utils::globalVariables(c("variable", "residual")) #' Function to plot squared residuals and the error model for an mkin object #' |