We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534f9a5 commit 20dfd36Copy full SHA for 20dfd36
doc/NEWS.Rd
@@ -60,6 +60,9 @@
60
\item Setting \code{attributes} on primitive functions is an
61
error now; previously, it modified without copying, as noticed by
62
\I{Henrik Bengtsson} on the R-devel mailing list.
63
+
64
+ Relatedly, changing the \code{environment()} of a primitive function
65
+ does no longer happen and gives a warning (to become an error, later).
66
}
67
68
@@ -835,6 +838,9 @@
835
838
\item \code{factanal()} now works correctly also, e.g., for
836
839
\pkg{GPArotation}, \code{oblimin()} rotations, fixing \PR{18417},
837
840
thanks to \I{Coen Bernaards} and others.
841
842
+ \item Setting \code{attributes} on primitive functions is
843
+ deprecated now and already an error in the development version of \R.
844
845
846
0 commit comments