Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2025-01-18 Ben Bolker <bolker@mcmaster.ca>

* inst/NEWS.Rd: fix trivial typos in NEWS file

2025-01-11 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Release 1.0.14
Expand Down
6 changes: 3 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
\ghpr{1314} fixing \ghit{1313})
\item The \code{SET_TYPEOF} function and macro is no longer used (Kevin
in \ghpr{1315} fixing \ghit{1312})
\item An errorneous cast to \code{int} affecting large return object
\item An erroneous cast to \code{int} affecting large return object
has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334})
\item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in
\ghpr{1338})
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
}
\item Changes in Rcpp Attributes:
Expand Down Expand Up @@ -92,7 +92,7 @@
added in two places (Michael Chirico in \ghpr{1272} closing
\ghit{1271}).
\item Casts to avoid integer overflow in matrix row/col selections
have neem added (Aaron Lun \ghpr{1281}).
have been added (Aaron Lun \ghpr{1281}).
\item Three print format correction uncovered by R-devel were
applied with thanks to Tomas Kalibera (Dirk in \ghpr{1285}).
\item Correct a print format correction in the RcppExports glue code
Expand Down
Loading