Re: [Rd] Multiple Assignment built into the R Interpreter?

2023-03-14 Thread Duncan Murdoch
On 13/03/2023 6:01 a.m., Duncan Murdoch wrote: Yes, this is really a problem with the checks, not with the language. A simpler approach than your alternativeAssignment function would be simply to allow globalVariables() to be limited to a single function as the note in its help page says. I ju

Re: [Rd] Multiple Assignment built into the R Interpreter?

2023-03-14 Thread Martin Maechler
> Sebastian Martin Krantz > on Sat, 11 Mar 2023 11:04:54 +0200 writes: [] > But maybe this has already been discussed here and already > decided against. In that case, a way to browse R-devel > archives to find out would be nice. > Best regards, > Se

Re: [Rd] CRAN package eaf

2023-03-14 Thread Prof Brian Ripley
On 01/03/2023 18:33, Manuel López-Ibáñez wrote: Dear CRAN Team, I believe those are false positives. All pointers are updated after realloc. I have verified that this is the case not only at this point but also at every realloc call. It may be this compiler bug: https://gcc.gnu.org/bugzilla

Re: [Rd] Adding support for S7 to base R

2023-03-14 Thread Daniele Medri
In data luned� 13 marzo 2023 16:53:56 CET, Ezra Tucker ha scritto: > R is the only language I know of that has multiple different object > oriented systems, and that makes it a big barrier to entry for people > learning the language, and I think the language as a whole would benefit > greatly from