Skip to content

Commit

Permalink
correct r84931
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84939 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Aug 12, 2023
1 parent eb8d990 commit 9e5f453
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
common platforms: the speed-up may depend on the library version.
%% libdeflate 1.13 claims significant improvements in
%% decompression speed.
\item \code{diff()} for objects of class \code{"Date"},
\code{"POSIXct"}, and \code{"POSIXlt"} accepts a \code{"units"}
argument passed via \code{...}.
}
}
Expand Down Expand Up @@ -321,6 +325,11 @@

\item \code{norm(<0-length>, "2")} now gives zero instead of an
error, as all the other norm types, thanks to Mikael Jagan's \PR{18542}.
\item Build-stage Rd macros \verb{\packageAuthor} and
\verb{\packageMaintainer} now process \samp{Authors@R},
fixing \samp{NA} results when the package \file{DESCRIPTION} omits
\samp{Author} and \samp{Maintainer} fields.
}
}
}
Expand Down

0 comments on commit 9e5f453

Please sign in to comment.