From a7b8ec200358b6a331e76b3517c7ad21cc30346e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 12 May 2020 11:06:48 +0200 Subject: Rerun tests and checks, CRAN comments --- dumpdata.R | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 dumpdata.R (limited to 'dumpdata.R') diff --git a/dumpdata.R b/dumpdata.R deleted file mode 100644 index 881df526..00000000 --- a/dumpdata.R +++ /dev/null @@ -1,7 +0,0 @@ -mkinpredict <- -function (x, odeparms, odeini, outtimes = seq(0, 120, by = 0.10000000000000001), - solution_type = "deSolve", use_compiled = "auto", method.ode = "lsoda", - atol = 1e-08, rtol = 1e-10, map_output = TRUE, ...) -{ - UseMethod("mkinpredict", x) -} -- cgit v1.2.3