Skip to content

Commit 79211e7

Browse files
authored
Minor polish on one Rd file and new micro release (#1282)
* Correct one stray Rd macro * Roll micro version * Also update Rd file
1 parent 8575b2e commit 79211e7

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2023-10-27 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll micro version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
6+
* R/tools.R: Correct missing Rd macros (spotted by R-devel CMD check)
7+
18
2023-10-22 Aaron Lun <[email protected]>
29

310
* inst/include/Rcpp/vector/MatrixColumn.h: Cast integer index

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.11.2
4-
Date: 2023-08-31
3+
Version: 1.0.11.3
4+
Date: 2023-10-27
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

R/tools.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ asBuildPath <- function(path) {
5353
##' Helper function to report the package version of the R installation.
5454
##'
5555
##' While \code{packageVersion(Rcpp)} exports the version registers in
56-
##' {DESCRIPTION}, this version does get incremented more easily
56+
##' \code{DESCRIPTION}, this version does get incremented more easily
5757
##' during development and can therefore be higher than the released
5858
##' version. The actual \code{#define} long used at the C++ level
5959
##' corresponds more to an \sQuote{API Version} which is now provided

inst/include/Rcpp/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.11"
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,0,11,2)
34-
#define RCPP_DEV_VERSION_STRING "1.0.11.2"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,11,3)
34+
#define RCPP_DEV_VERSION_STRING "1.0.11.3"
3535

3636
#endif

man/getRcppVersion.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)