Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trivial typos in NEWS #1354

Merged
merged 3 commits into from
Jan 18, 2025
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 <[email protected]>

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

2025-01-11 Dirk Eddelbuettel <[email protected]>

* 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