We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e96037 commit c155d8dCopy full SHA for c155d8d
inst/NEWS.Rd
@@ -19,6 +19,12 @@
19
\item Switched \dQuote{max cpu} holding variable location from
20
\code{options} to an enviornment variable per \R commit 88406 by Brian
21
Ripley.
22
+ \item Converted some architecture-specific tests to use looser tolerances
23
+ based on Tomas Kalibera's
24
+ \href{https://blog.r-project.org/2025/04/24/sensitivity-to-c-math-library-and-mingw-w64-v12/}{
25
+ blog post}.
26
+ \item Made checks of the \code{lt} and \code{lg} variables passed to
27
+ Fortran from C to be against \code{c_int} variables, which they should be.
28
}
29
30
0 commit comments