Skip to content
Prev 62268 / 63424 Next

Ordered comparison operators on language objects will signal errors

On Mon, Mar 4, 2024 at 8:45?AM luke-tierney--- via R-devel
<r-devel at r-project.org> wrote:
A minor comment, which or may not matter, depending on how long you're
planning to keep that variable around. I believe all other "internal"
environment variables in the R source code that starts with _R_ also
ends with an underscore (_).  This name is an outlier in that sense.
So, maybe it should be named '_R_COMPARE_LANG_OBJECTS_' instead? (I
checked the source code - it's indeed without the trailing
underscore).

/Henrik