Skip to content
Prev 10358 / 12125 Next

[R-pkg-devel] [External] [External] RcmdrPlugin.HH_1.1-48.tar.gz

On 07/03/2024 4:16 a.m., Ivan Krylov wrote:
Thanks, I didn't realize that escaping in PCRE was optional.

So the default exportPattern line could be

   exportPattern("^[^.]")

and it would work even if things were changed so that PCRE was used 
instead of TRE.

Duncan Murdoch