Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 09b1bbc

Browse filesBrowse files
committed
Roll micro version and date, update NEWS for recent PRs
1 parent c91b349 commit 09b1bbc
Copy full SHA for 09b1bbc

4 files changed

+15-4Lines changed: 15 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎ChangeLog‎

Copy file name to clipboardExpand all lines: ChangeLog
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2026-04-13 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2026-04-12 Dirk Eddelbuettel <edd@debian.org>
27

38
* inst/include/Rcpp/Nullable.h (Nullable): 'operator T()' is now
Collapse file

‎DESCRIPTION‎

Copy file name to clipboardExpand all lines: DESCRIPTION
+2-2Lines 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.1.1.8
4-
Date: 2026-04-09
3+
Version: 1.1.1.9
4+
Date: 2026-04-13
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",
Collapse file

‎inst/NEWS.Rd‎

Copy file name to clipboardExpand all lines: inst/NEWS.Rd
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
(Dirk in \ghpr{1460} fixing \ghit{1459})
2626
\item Change to returning \code{dataptr} again for better handling of
2727
empty vectors (Iñaki in \ghpr{1462} fixing \ghit{1461})
28+
\item Undefined behavior errors in use of \code{ListOf} proxies have
29+
been addressed (Iñaki in \ghpr{1464} fixing \ghit{1463})
30+
\item Under newer R version, \code{R_UnboundValue} is no longer used
31+
(Iñaki in \ghpr{1466} fixing \ghit{1465})
32+
\item New R API access point \code{R_getRegisteredNamespace()} is used
33+
with current R versions (Dirk in \ghpr{1469} fixing \ghit{1468})
2834
}
2935
\item Changes in Rcpp Documentation:
3036
\itemize{
Collapse file

‎inst/include/Rcpp/config.h‎

Copy file name to clipboardExpand all lines: inst/include/Rcpp/config.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.1.1"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,8)
34-
#define RCPP_DEV_VERSION_STRING "1.1.1.8"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,1,9)
34+
#define RCPP_DEV_VERSION_STRING "1.1.1.9"
3535

3636
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.