Toby,
I know this is not what you're asking for, but when I build R from source
within a conda environment I make sure I use the conda compilers. I think
what you might be doing is using system compilers with conda libraries that
may have been built using a different compiler. Not saying this is
Peter,
I had an argument with someone at one of the big companies (google?)
several years ago
over the coding standard you mention, who was claiming that the survival
package had a bug
due to a wrong result using survival::strata() in a formula. I argued back.
I agree with you that names
Brilliant!
On Mon, Apr 14, 2025 at 22:49 谭显英 wrote:
> Thanks. I confirmed the issue has been resolved by following the
> instructions in your link.
>
> Regards,
>
> Xianying Tan (shrektan)
>
>
> Replied Message
> From Josiah Parry
> Date 04/15/2025 10:27
> To 谭显英
> Cc r-devel@r-proje
I don't seem to have the original post (not in spamfilter either). But
generically, I think namespacing specials in formulas is just a Bad Idea. They
are syntactic constructs, specifically _not_ function calls, so people are
stumbling over formally protecting them from a non-existing scoping iss