From 3715219923dca43dcc6f317f92099d512b0c4a64 Mon Sep 17 00:00:00 2001 From: jranke Date: Sun, 17 Feb 2013 20:18:28 +0000 Subject: - Added the examples vignette to the kinfit package - Added calls to utils::globalVariables to make R CMD check pass cleanly without NOTES git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@62 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/kinplot.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'R') diff --git a/R/kinplot.R b/R/kinplot.R index 394e271..df21c13 100644 --- a/R/kinplot.R +++ b/R/kinplot.R @@ -1,6 +1,6 @@ # $Id: kinplot.R 117 2011-06-14 08:52:14Z kati $ -# Copyright (C) 2008-2010 Johannes Ranke +# Copyright (C) 2008-2013 Johannes Ranke # Contact: mkin-devel@lists.berlios.de # This file is part of the R package kinfit @@ -18,6 +18,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see +utils::globalVariables("x") kinplot <- function(kinobject, main = "", xlab = "Time [days]", ylab = "Parent [% of applied radioactivity]", -- cgit v1.2.1