Skip to content

Commit

Permalink
Fix trivial typos in NEWS (#1354)
Browse files Browse the repository at this point in the history
* fix trivial typos in NEWS

* add ChangeLog entry for NEWS fix

* fix email in ChangeLog entry
  • Loading branch information
bbolker authored Jan 18, 2025
1 parent 5beadc1 commit 55a4f01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit 55a4f01

Please sign in to comment.