Re: [Rd] structure(, ...) is sticky: a bug, or should it be an error?

2025-04-02 Thread Henrik Bengtsson
Thank you Martin - I've been following your commits to R-devel and R-beta. FWIW, I've just verified that it works as expected - I scanned the base environment for all primitive functions and then verified that attr(x, "abc") <- TRUE gives an error on R-devel; $ R --vanilla R Under development (uns

Re: [Rd] Suggestion: Install packages on non-appendable file systems (e.g. databricks volumes)

2025-04-02 Thread Ivan Krylov via R-devel
В Thu, 27 Mar 2025 13:26:47 +0100 Sergio Oller пишет: > Our current workaround kind of works, but when users expect to be able > to install packages > using renv or other tools that use install.packages to work; our > wrapper is not that convenient. Here's an idea that might help: since R CMD IN