Setting a data frame column in a data frame named df or nrow gives an interesting error message with R built with --enable-strict-barrier . This doesn't happen with a data frame named dim or x, or when evaluating with eval() . Is this triggered by the data frame object having the same name as a function (but not a primitive)?
Setting a data frame column in a data frame named
df
ornrow
gives an interesting error message with R built with--enable-strict-barrier
. This doesn't happen with a data frame nameddim
orx
, or when evaluating witheval()
. Is this triggered by the data frame object having the same name as a function (but not a primitive)?Created on 2023-03-04 with reprex v2.0.2