[Stpp-commits] r24 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Apr 17 20:33:08 CEST 2009
Author: barryrowlingson
Date: 2009-04-17 20:33:08 +0200 (Fri, 17 Apr 2009)
New Revision: 24
Modified:
pkg/R/rinfec.r
Log:
R 2.9.1 doesn't like greek 'mu' characters in text files.
Modified: pkg/R/rinfec.r
===================================================================
--- pkg/R/rinfec.r 2008-11-19 15:17:49 UTC (rev 23)
+++ pkg/R/rinfec.r 2009-04-17 18:33:08 UTC (rev 24)
@@ -245,7 +245,7 @@
N = npts
npts <- npoints
continue <- TRUE
- M = paste("only",N,"points have been generated over",npoints,"(process stopped when getting µ(t)=0",sep=" ")
+ M = paste("only",N,"points have been generated over",npoints,"(process stopped when getting mu(t)=0",sep=" ")
warning(M)
}
else
More information about the Stpp-commits
mailing list