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/mkin_wide_to_long.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R/mkin_wide_to_long.R') diff --git a/R/mkin_wide_to_long.R b/R/mkin_wide_to_long.R index f1814fcb..21a7cbe9 100644 --- a/R/mkin_wide_to_long.R +++ b/R/mkin_wide_to_long.R @@ -17,7 +17,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")) mkin_wide_to_long <- function(wide_data, time = "t") { -- cgit v1.2.1