Skip to content

Commit

Permalink
Tweaks. By Hilmar Berger.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87233 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Oct 14, 2024
1 parent f83fb91 commit 702f431
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
\item Added function \code{sha256sum()} in package \pkg{tools}
analogous to \code{md5sum()} implementing the \abbr{SHA}-256 hashing
algorithm.

\item The \code{xtfrm()} method for class \code{"AsIs"} is now
considerably faster thanks to a patch provided by \I{Ivan Krylov}.

\item The \code{merge()} method for data frames will no longer
convert row names used for indexing using \code{I()}, which will
lead to faster execution in cases where \code{sort = TRUE} and
\code{all.x} and/or \code{all.y} are set to \code{TRUE}.
}
}

Expand Down Expand Up @@ -332,9 +340,9 @@
Thanks to \I{Tomek Gieorgijewski} (\PR{18758}).
\item On macOS in R CRAN builds, it is again possible to read
little-endian UTF-16 text with a BOM from a connection using
little-endian UTF-16 text with a \abbr{BOM} from a connection using
\code{encoding="UTF-16"}. Users building R from source should avoid
using the system libiconv in macOS 14.1 and later.
using the system \code{libiconv} in macOS 14.1 and later.
}
}
}
Expand Down

0 comments on commit 702f431

Please sign in to comment.