[Seqinr-commits] r1658 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 11 19:45:32 CEST 2009
Author: lobry
Date: 2009-10-11 19:45:32 +0200 (Sun, 11 Oct 2009)
New Revision: 1658
Modified:
pkg/man/trimSpace.Rd
Log:
remove the \v space in last example
Modified: pkg/man/trimSpace.Rd
===================================================================
--- pkg/man/trimSpace.Rd 2009-10-09 06:28:13 UTC (rev 1657)
+++ pkg/man/trimSpace.Rd 2009-10-11 17:45:32 UTC (rev 1658)
@@ -60,8 +60,8 @@
#
# How to use alternative space characters:
#
-allspaces <- "\t\n\v\f\r seqinR \t\n\v\f\r"
+allspaces <- "\t\n\f\r seqinR \t\n\f\r"
stopifnot(trimSpace(allspaces) == "seqinR")
-stopifnot(trimSpace(allspaces, space = "\t\n") == "\v\f\r seqinR \t\n\v\f\r")
+stopifnot(trimSpace(allspaces, space = "\t\n") == "\f\r seqinR \t\n\f\r")
}
\keyword{manip}
More information about the Seqinr-commits
mailing list