[Seqinr-commits] r1506 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 12 11:26:33 CET 2008


Author: lobry
Date: 2008-12-12 11:26:33 +0100 (Fri, 12 Dec 2008)
New Revision: 1506

Modified:
   pkg/R/words.pos.R
Log:
change default for extended argument to avoid warnings

Modified: pkg/R/words.pos.R
===================================================================
--- pkg/R/words.pos.R	2008-12-08 19:03:25 UTC (rev 1505)
+++ pkg/R/words.pos.R	2008-12-12 10:26:33 UTC (rev 1506)
@@ -1,4 +1,4 @@
-words.pos <- function(pattern, text, ignore.case = FALSE, extended = FALSE,
+words.pos <- function(pattern, text, ignore.case = FALSE, extended = TRUE,
                       perl = TRUE, fixed = FALSE, useBytes = TRUE, ...)
 {
   position <- regexpr(pattern, text, ignore.case, extended, perl, fixed, useBytes, ...)[1]



More information about the Seqinr-commits mailing list