Re: [Rd] R does not build with conda libcurl

2025-04-15 Thread Kasper Daniel Hansen
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

Re: [Rd] [EXTERNAL] Re: Request for comment: namespace resolution in terms(, specials=) [::, etc.]

2025-04-15 Thread Therneau, Terry M., Ph.D. via R-devel
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

Re: [Rd] Help with resolving non-API call warnings in Rust-based packages (ymd and fcl)

2025-04-15 Thread Josiah Parry
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

Re: [Rd] Request for comment: namespace resolution in terms(, specials=) [::, etc.]

2025-04-15 Thread peter dalgaard
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