Re: [Rd] regexec() bug in R 3.4.0

2017-06-29 Thread Martin Maechler
> Weeks, Nathan > on Wed, 28 Jun 2017 17:11:01 + writes: > Hi, > > In R 3.4.0, the "Pattern Matching and Replacement" documentation that > describes regexec(), gregexpr(), etc. states that the "text" argument to > regexec is a character vector, "or an object which can be coerce

[Rd] regexec() bug in R 3.4.0

2017-06-28 Thread Weeks, Nathan
Hi, In R 3.4.0, the "Pattern Matching and Replacement" documentation that describes regexec(), gregexpr(), etc. states that the "text" argument to regexec is a character vector, "or an object which can be coerced by as.character to a character vector": regexec(pattern, text, ignore.case =