Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 890940a

Browse files
committedJan 26, 2025··
Roll micro version and date, start NEWS para for next release
1 parent 7ecadc3 commit 890940a

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-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-26 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
15
2025-01-25 Dirk Eddelbuettel <edd@debian.org>
26

37
* vignettes/rmd/Rcpp-libraries.Rdm: Add mention of PACKAGE_types.h

‎DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.14
4-
Date: 2025-01-11
3+
Version: 1.0.14.1
4+
Date: 2025-01-26
55
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
66
comment = c(ORCID = "0000-0001-6419-907X")),
77
person("Romain", "Francois", role = "aut",

‎inst/NEWS.Rd

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp release version 1.0.15 (2025-07-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp Documentation:
9+
\itemize{
10+
\item Several typos were correct in the NEWS file (Ben Bolker in
11+
\ghpr{1354})
12+
\item The Rcpp Libraries vignette mentions \code{PACKAGE_types.h} to
13+
declare types used in \code{RcppExports.cpp} (Dirk in \ghpr{1355})
14+
}
15+
}
16+
}
17+
618
\section{Changes in Rcpp release version 1.0.14 (2025-01-11)}{
719
\itemize{
820
\item Changes in Rcpp API:
@@ -15,7 +27,7 @@
1527
has been removed (Dirk in \ghpr{1335} fixing \ghpr{1334})
1628
\item Compilation on DragonFlyBSD is now supported (Gábor Csárdi in
1729
\ghpr{1338})
18-
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
30+
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only
1931
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
2032
}
2133
\item Changes in Rcpp Attributes:

0 commit comments

Comments
 (0)
Please sign in to comment.