[Vegan-commits] r908 - pkg/vegan/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jul 31 15:57:28 CEST 2009
Author: gsimpson
Date: 2009-07-31 15:57:28 +0200 (Fri, 31 Jul 2009)
New Revision: 908
Modified:
pkg/vegan/R/rarefy.R
Log:
Fix LaTeX quotes in rarefy warning msg as these play havoc with highlighting in emacs-ess
Modified: pkg/vegan/R/rarefy.R
===================================================================
--- pkg/vegan/R/rarefy.R 2009-07-27 00:37:34 UTC (rev 907)
+++ pkg/vegan/R/rarefy.R 2009-07-31 13:57:28 UTC (rev 908)
@@ -6,7 +6,7 @@
stop("function accepts only integers (counts)")
if (missing(sample)) {
sample <- min(apply(x, MARGIN, sum))
- info <- paste("The size of `sample' must be given --\nHint: Smallest site maximum",
+ info <- paste("The size of 'sample' must be given --\nHint: Smallest site maximum",
sample)
stop(info)
}
More information about the Vegan-commits
mailing list