[Rodbcext-commits] r15 - in pkg/genutils: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 19 10:25:29 CET 2012
Author: jaunario
Date: 2012-03-19 10:25:29 +0100 (Mon, 19 Mar 2012)
New Revision: 15
Modified:
pkg/genutils/DESCRIPTION
pkg/genutils/R/sysutils.r
Log:
Added timed message to withRetry
Modified: pkg/genutils/DESCRIPTION
===================================================================
--- pkg/genutils/DESCRIPTION 2012-03-14 06:11:17 UTC (rev 14)
+++ pkg/genutils/DESCRIPTION 2012-03-19 09:25:29 UTC (rev 15)
@@ -1,7 +1,7 @@
Package: genutils
Type: Package
Title: IRRI Geography Lab - General Utilities
-Version: 0.0.1
+Version: 0.0.2
Date: 2011-10-19
Depends: methods
Author: Jorrel Khalil S. Aunario
Modified: pkg/genutils/R/sysutils.r
===================================================================
--- pkg/genutils/R/sysutils.r 2012-03-14 06:11:17 UTC (rev 14)
+++ pkg/genutils/R/sysutils.r 2012-03-19 09:25:29 UTC (rev 15)
@@ -12,7 +12,7 @@
show.message(items,appendLF=FALSE)
tries <- tries+1
tdelay <- ifelse(inc.delay,delay*tries,delay)
-
+ timer.message("Retry in ", time=tdelay)
} else {
success <- TRUE
}
More information about the Rodbcext-commits
mailing list