Skip to content

Commit 5beadc1

Browse files
committedJan 12, 2025
Release 1.0.14
1 parent 52839b0 commit 5beadc1

16 files changed

+22
-12
lines changed
 

‎ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2025-01-11 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION (Date, Version): Release 1.0.14
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
* inst/NEWS.Rd: Idem
7+
* vignettes/rmd/Rcpp.bib: Idem
8+
* inst/bib/Rcpp.bib: Idem
9+
* vignettes/pdf/*: Rebuilt
10+
111
2025-01-01 Dirk Eddelbuettel <edd@debian.org>
212

313
* inst/include/Rcpp/Benchmark/Timer.h (R_NO_REMAP): Protect include

‎DESCRIPTION

+2-2
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.13.6
4-
Date: 2025-01-01
3+
Version: 1.0.14
4+
Date: 2025-01-11
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.14 (2025-01-xx)}{
6+
\section{Changes in Rcpp release version 1.0.14 (2025-01-11)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{

‎inst/bib/Rcpp.bib

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ @Manual{CRAN:Rcpp
135135
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
136136
Allaire and Kevin Ushey and Qiang Kou and
137137
Nathan Russel and John Chambers and Douglas Bates},
138-
year = 2024,
139-
note = {R package version 1.0.13},
138+
year = 2025,
139+
note = {R package version 1.0.14},
140140
url = CRAN # "package=Rcpp"
141141
}
142142

‎inst/include/Rcpp/config.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// config.h: Rcpp R/C++ interface class library -- Rcpp configuration
33
//
4-
// Copyright (C) 2010 - 2024 Dirk Eddelbuettel and Romain Francois
4+
// Copyright (C) 2010 - 2025 Dirk Eddelbuettel and Romain Francois
55
//
66
// This file is part of Rcpp.
77
//
@@ -26,11 +26,11 @@
2626
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
2727

2828
// the currently released version
29-
#define RCPP_VERSION Rcpp_Version(1,0,13)
30-
#define RCPP_VERSION_STRING "1.0.13"
29+
#define RCPP_VERSION Rcpp_Version(1,0,14)
30+
#define RCPP_VERSION_STRING "1.0.14"
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,13,6)
34-
#define RCPP_DEV_VERSION_STRING "1.0.13.6"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,0)
34+
#define RCPP_DEV_VERSION_STRING "1.0.14.0"
3535

3636
#endif

‎vignettes/pdf/Rcpp-FAQ.pdf

1.5 KB
Binary file not shown.

‎vignettes/pdf/Rcpp-attributes.pdf

566 Bytes
Binary file not shown.

‎vignettes/pdf/Rcpp-extending.pdf

385 Bytes
Binary file not shown.

‎vignettes/pdf/Rcpp-introduction.pdf

-1.57 KB
Binary file not shown.

‎vignettes/pdf/Rcpp-jss-2011.pdf

-4.38 KB
Binary file not shown.

‎vignettes/pdf/Rcpp-libraries.pdf

453 Bytes
Binary file not shown.

‎vignettes/pdf/Rcpp-modules.pdf

771 Bytes
Binary file not shown.

‎vignettes/pdf/Rcpp-package.pdf

347 Bytes
Binary file not shown.

‎vignettes/pdf/Rcpp-quickref.pdf

451 Bytes
Binary file not shown.

‎vignettes/pdf/Rcpp-sugar.pdf

473 Bytes
Binary file not shown.

‎vignettes/rmd/Rcpp.bib

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ @Manual{CRAN:Rcpp
135135
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
136136
Allaire and Kevin Ushey and Qiang Kou and
137137
Nathan Russel and John Chambers and Douglas Bates},
138-
year = 2024,
139-
note = {R package version 1.0.13},
138+
year = 2025,
139+
note = {R package version 1.0.14},
140140
url = CRAN # "package=Rcpp"
141141
}
142142

0 commit comments

Comments
 (0)
Failed to load comments.