Skip to content

Commit 55a4f01

Browse files
authored
Fix trivial typos in NEWS (#1354)
* fix trivial typos in NEWS * add ChangeLog entry for NEWS fix * fix email in ChangeLog entry
1 parent 5beadc1 commit 55a4f01

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-01-18 Ben Bolker <[email protected]>
2+
3+
* inst/NEWS.Rd: fix trivial typos in NEWS file
4+
15
2025-01-11 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Date, Version): Release 1.0.14

inst/NEWS.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
\ghpr{1314} fixing \ghit{1313})
1212
\item The \code{SET_TYPEOF} function and macro is no longer used (Kevin
1313
in \ghpr{1315} fixing \ghit{1312})
14-
\item An errorneous cast to \code{int} affecting large return object
14+
\item An erroneous cast to \code{int} affecting large return object
1515
has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334})
1616
\item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in
1717
\ghpr{1338})
18-
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with
18+
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
1919
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
2020
}
2121
\item Changes in Rcpp Attributes:
@@ -92,7 +92,7 @@
9292
added in two places (Michael Chirico in \ghpr{1272} closing
9393
\ghit{1271}).
9494
\item Casts to avoid integer overflow in matrix row/col selections
95-
have neem added (Aaron Lun \ghpr{1281}).
95+
have been added (Aaron Lun \ghpr{1281}).
9696
\item Three print format correction uncovered by R-devel were
9797
applied with thanks to Tomas Kalibera (Dirk in \ghpr{1285}).
9898
\item Correct a print format correction in the RcppExports glue code

0 commit comments

Comments
 (0)