Skip to content

Commit 48cb09f

Browse files
author
ripley
committed
tweaks
git-svn-id: https://svn.r-project.org/R/trunk@88364 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 923fbcc commit 48cb09f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/NEWS.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
Where \R is used via extensive \abbr{IDE}s such as \command{RStudio},
109109
their maintainers may need to adapt \file{R.css} files accordingly.
110110

111-
\command{R CMD check} when passed a tarball looks at its contents
111+
\item \command{R CMD check} when passed a tarball looks at its contents
112112
and so no longer derives the package name from the tarball name
113113
(which can now be arbitrary).
114114
}
@@ -122,9 +122,9 @@
122122

123123
\subsection{BUG FIXES}{
124124
\itemize{
125-
\item Setting \code{attributes} on primitive functions is an
126-
error now; previously, it modified without copying, as noticed by
127-
\I{Henrik Bengtsson} on the R-devel mailing list.
125+
\item Setting \code{attributes} on primitive functions is now an
126+
error; previously it modified without copying (as noticed by
127+
\I{Henrik Bengtsson} on the R-devel mailing list).
128128

129129
\I{Relatedly}, changing the \code{environment()} of a primitive function
130130
does no longer happen and gives a warning (to become an error, later).

0 commit comments

Comments
 (0)