Skip to content

Commit 20dfd36

Browse files
author
maechler
committed
fix and sync
git-svn-id: https://svn.r-project.org/R/trunk@88078 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 534f9a5 commit 20dfd36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/NEWS.Rd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
\item Setting \code{attributes} on primitive functions is an
6161
error now; previously, it modified without copying, as noticed by
6262
\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).
6366
}
6467
}
6568

@@ -835,6 +838,9 @@
835838
\item \code{factanal()} now works correctly also, e.g., for
836839
\pkg{GPArotation}, \code{oblimin()} rotations, fixing \PR{18417},
837840
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.
838844
}
839845
}
840846
}

0 commit comments

Comments
 (0)