Skip to content

Commit 8b055f6

Browse files
author
ripley
committed
update description for r87269
git-svn-id: https://svn.r-project.org/R/trunk@87270 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 006b4e8 commit 8b055f6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

doc/NEWS.Rd

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,14 @@
268268
see
269269
\url{https://fortranwiki.org/fortran/show/Modernizing+Old+Fortran}.
270270
271-
\item Since all supported \R versions now use UTF-8, \command{R CMD
272-
check} no longer by default reports on marked strings in
273-
character data. Set environment variable
274-
\env{_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_}
275-
to a false value for the previous behaviour.
271+
\item Since almost all supported \R versions now use UTF-8,
272+
\command{R CMD check} no longer by default reports on marked
273+
UTF-8 or Latin-1 strings in character data. Set environment
274+
variable \env{_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_} to a
275+
false value for the previous behaviour.
276+
277+
Strings markaed as \code{"bytes"} now give a warning rather than a
278+
NOTE. These are better supplied as raw vectors.
276279
277280
\item \code{tools::checkDocFiles()} now also notes \emph{nullary}
278281
functions shown in the usage section without corresponding \verb{\alias}.

0 commit comments

Comments
 (0)