search for: r75273

Displaying 2 results from an estimated 2 matches for "r75273".

Did you mean: 375273
2019 Oct 09
2
S3 lookup rules changed in R 3.6.1
...(and it previously wasn?t). Furthermore, the code for `registerS3method` explicitly supports non-package namespace environments. Unfortunately this workaround is not satisfactory because pretending that the environment is a package namespace, when it really isn?t, might break other things. [1] See r75273; there?s also r74625, which changes the actual lookup mechanism used by `UseMethod`, but that seems even less relevant, because it is disabled unless a specific environment variable is set. -- Konrad Rudolph [[alternative HTML version deleted]]
2019 Oct 09
0
S3 lookup rules changed in R 3.6.1
...> the > code for `registerS3method` explicitly supports non-package namespace > environments. Unfortunately this workaround is not satisfactory because > pretending that the environment is a package namespace, when it really > isn?t, > might break other things. > > [1] See r75273; there?s also r74625, which changes the actual lookup > mechanism > used by `UseMethod`, but that seems even less relevant, because it is > disabled unless a specific environment variable is set. >