diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/kinplot.R | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/R/kinplot.R b/R/kinplot.R index df21c13..4111658 100644 --- a/R/kinplot.R +++ b/R/kinplot.R @@ -18,7 +18,8 @@ # You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
-utils::globalVariables("x")
+if(getRversion() >= '2.15.1') utils::globalVariables("x")
+
kinplot <- function(kinobject,
main = "",
xlab = "Time [days]", ylab = "Parent [% of applied radioactivity]",
|