> Duncan Murdoch
> on Thu, 7 Mar 2024 05:08:40 -0500 writes:
> On 07/03/2024 4:16 a.m., Ivan Krylov wrote:
>> On Wed, 6 Mar 2024 13:46:55 -0500 Duncan Murdoch
>> wrote:
>>
>>> is this just a more or less harmless error, thinking
>>> that the dot needs escapin
Le 07/03/2024 à 11:08, Duncan Murdoch a écrit :
On 07/03/2024 4:16 a.m., Ivan Krylov wrote:
On Wed, 6 Mar 2024 13:46:55 -0500
Duncan Murdoch wrote:
is this just a more or less harmless error, thinking that
the dot needs escaping
I think it's this one. You are absolutely right that the dot d
On 07/03/2024 4:16 a.m., Ivan Krylov wrote:
On Wed, 6 Mar 2024 13:46:55 -0500
Duncan Murdoch wrote:
is this just a more or less harmless error, thinking that
the dot needs escaping
I think it's this one. You are absolutely right that the dot doesn't
need escaping in either TRE (which is what
On Wed, 6 Mar 2024 13:46:55 -0500
Duncan Murdoch wrote:
> is this just a more or less harmless error, thinking that
> the dot needs escaping
I think it's this one. You are absolutely right that the dot doesn't
need escaping in either TRE (which is what's used inside exportPattern)
or PCRE. In P
On 06/03/2024 1:00 p.m., Martin Maechler wrote:
Richard M Heiberger
on Wed, 6 Mar 2024 17:10:50 + writes:
> Thank you, I will do that reversion in a few days.
(good; I'm sorry I did not see this, before I replied to Joshua's)
> Before I do, I want to ask if the default expo
> Richard M Heiberger
> on Wed, 6 Mar 2024 17:10:50 + writes:
> Thank you, I will do that reversion in a few days.
(good; I'm sorry I did not see this, before I replied to Joshua's)
> Before I do, I want to ask if the default export generated by R CMD build
should be ch
Thank you, I will do that reversion in a few days.
Before I do, I want to ask if the default export generated by R CMD build
should be changed.
the default is exportPattern("."), which seems to be the cause of the problem.
Might the default be changed to exportPattern("^[^\\.]") ?
> On Mar 6, 2