From 8656823487164d89b379f75e70383b7a173b2323 Mon Sep 17 00:00:00 2001 From: Ben Bolker Date: Sat, 18 Jan 2025 10:40:39 -0500 Subject: [PATCH 1/3] fix trivial typos in NEWS --- inst/NEWS.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index fcd7a0261..332fc7a57 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -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: @@ -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 From 408f837f12c6cf2b2b82674ed13e791f98c0484a Mon Sep 17 00:00:00 2001 From: Ben Bolker Date: Sat, 18 Jan 2025 10:46:26 -0500 Subject: [PATCH 2/3] add ChangeLog entry for NEWS fix --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 12ce11494..ac8ab7d8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-01-18 Ben Bolker + + * inst/NEWS.Rd: fix trivial typos in NEWS file + 2025-01-11 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Release 1.0.14 From 7704f5d1d1e61c98a0a0436bd1f92fa16164a366 Mon Sep 17 00:00:00 2001 From: Ben Bolker Date: Sat, 18 Jan 2025 10:48:46 -0500 Subject: [PATCH 3/3] fix email in ChangeLog entry --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac8ab7d8d..1612d1639 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2025-01-18 Ben Bolker +2025-01-18 Ben Bolker * inst/NEWS.Rd: fix trivial typos in NEWS file