Skip to content

Commit

Permalink
add more API entries for Lapack
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86984 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Aug 7, 2024
1 parent 1508170 commit d5776bd
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 97 deletions.
8 changes: 6 additions & 2 deletions doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
upgraded to \samp{WARNING}s in preparation for removing
declarations and, where possible, hiding these entry points.

\item The set of Lapack (double and complex) routines in API headers
\file{R_ext/Lapack.h} and \file{R_ext/Applic.h} has been extended,
mostly to routines actually in use from packages.

\item Additional non-API entry points added to those reported by
\command{R CMD check}: \code{IS_LONG_VEC}, \code{PRCODE},
\code{PRENV}, \code{PRVALUE}, \code{R_nchar},
Expand Down Expand Up @@ -197,12 +201,12 @@
\item \code{stem()} correctly formats also in cases where rounding
up, e.g., from 9.96 to 10 needs more digits; thanks to
\I{Ella Kaye} and \I{Kelly Bodwin}, fixing \PR{8934} during
\sQuote{\I{R Dev Day}} at \I{useR!2024}.
\sQuote{\I{R Dev Day}} at \I{useR!2024}.
\item \pkg{tools}' \code{toTitleCase()} now works better, fixing
\PR{18674}, thanks to \I{Shannon Pileggi}, \I{Sarah Zeller},
\I{Reiko Okamoto}, and \I{Hugo Gruson}'s \sQuote{\I{R Dev Day}}
effort.
effort.
\item Printing matrices (typically with many rows and or columns)
now also omits columns when desirable according to option
Expand Down
Loading

0 comments on commit d5776bd

Please sign in to comment.