aboutsummaryrefslogtreecommitdiff
path: root/R/mkinfit.R
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-02-21 22:06:54 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2013-02-21 22:06:54 +0000
commit3cdbc3b68a24455d6e7ec27353e3884d06efb442 (patch)
treeb08af4a8eecd4dde9f929c40367acdd487be1953 /R/mkinfit.R
parentfa10b85d6bb964742d2c5a3e3f633a5238c43d56 (diff)
Make the use of globalVariable() conditional on R Version >= 2.15.1,
in order to make mkin build on such R versions again. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@70 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'R/mkinfit.R')
-rw-r--r--R/mkinfit.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinfit.R b/R/mkinfit.R
index 3ca38990..1061165e 100644
--- a/R/mkinfit.R
+++ b/R/mkinfit.R
@@ -20,7 +20,7 @@
# 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(c("name", "value"))
+if(getRversion() >= '2.15.1') utils::globalVariables(c("name", "value"))
mkinfit <- function(mkinmod, observed,
parms.ini = "auto",

Contact - Imprint