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
В 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