Skip to content

Commit 2b0a44b

Browse files
committed
Roll micro version and date, update NEWS
1 parent b83944e commit 2b0a44b

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-12-03 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version and date
4+
* inst/include/Rcpp/config.h: Idem
5+
16
2025-12-02 Dirk Eddelbuettel <edd@debian.org>
27

38
* R/loadRcppModules.R: Remove file with function deprecated years ago

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.1.0.6
4-
Date: 2025-11-25
3+
Version: 1.1.0.7
4+
Date: 2025-12-03
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
(Iñaki in \ghpr{1404})
1717
\item A message is shown if \code{R.h} is included before Rcpp headers
1818
as this can lead to errors (Dirk in \ghpr{1411} closing \ghit{1410})
19+
\item The long-deprecated function \code{loadRcppModules()} has been
20+
removed (Dirk in \ghpr{1416} closing \ghit{1415})
21+
}
22+
\item Changes in Rcpp Attributes:
23+
\itemize{
24+
\item The OpenMP plugin has been generalized for different macOS
25+
compiler installations (Kevin in \ghpr{1414})
1926
}
2027
\item Changes in Rcpp Documentation:
2128
\itemize{
@@ -28,6 +35,8 @@
2835
\item A temporary change in R-devel concerning NA part in complex variables
2936
was accommodated, and then reverted (Dirk in \ghpr{1399} fixing \ghit{1397})
3037
\item The macOS CI runners now use macos-14 (Dirk in \ghpr{1405})
38+
\item Old helper functions use \code{message()} to signal they are not used,
39+
deprecation and removal to follow (Dirk in \ghpr{1413} closing \ghit{1412})
3140
}
3241
}
3342
}

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define RCPP_VERSION_STRING "1.1.0"
3232

3333
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
34-
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,6)
35-
#define RCPP_DEV_VERSION_STRING "1.1.0.6"
34+
#define RCPP_DEV_VERSION RcppDevVersion(1,1,0,7)
35+
#define RCPP_DEV_VERSION_STRING "1.1.0.7"
3636

3737
#endif

0 commit comments

Comments
 (0)