From ab44ddd9ca7615fdbedbfc717e5f6764b80b2b5e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Jun 2015 23:35:16 +0200 Subject: Start to import or qualify functions from stats, utils et al. --- R/mkinfit.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'R/mkinfit.R') diff --git a/R/mkinfit.R b/R/mkinfit.R index cfd87829..e2fd2951 100644 --- a/R/mkinfit.R +++ b/R/mkinfit.R @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License along with # this program. If not, see -if(getRversion() >= '2.15.1') utils::globalVariables(c("name", "value")) +if(getRversion() >= '2.15.1') utils::globalVariables(c("name", "time", "value")) mkinfit <- function(mkinmod, observed, parms.ini = "auto", @@ -589,7 +589,7 @@ summary.mkinfit <- function(object, data = TRUE, distimes = TRUE, alpha = 0.05, } ans <- list( - version = as.character(packageVersion("mkin")), + version = as.character(utils::packageVersion("mkin")), Rversion = paste(R.version$major, R.version$minor, sep="."), date.fit = object$date, date.summary = date(), -- cgit v1.2.1