Skip to content

Commit

Permalink
Release 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jan 12, 2025
1 parent 52839b0 commit 5beadc1
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2025-01-11 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Date, Version): Release 1.0.14

* inst/include/Rcpp/config.h: Idem
* inst/NEWS.Rd: Idem
* vignettes/rmd/Rcpp.bib: Idem
* inst/bib/Rcpp.bib: Idem
* vignettes/pdf/*: Rebuilt

2025-01-01 Dirk Eddelbuettel <edd@debian.org>

* inst/include/Rcpp/Benchmark/Timer.h (R_NO_REMAP): Protect include
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.13.6
Date: 2025-01-01
Version: 1.0.14
Date: 2025-01-11
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Romain", "Francois", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp release version 1.0.14 (2025-01-xx)}{
\section{Changes in Rcpp release version 1.0.14 (2025-01-11)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
Expand Down
4 changes: 2 additions & 2 deletions inst/bib/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ @Manual{CRAN:Rcpp
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
Allaire and Kevin Ushey and Qiang Kou and
Nathan Russel and John Chambers and Douglas Bates},
year = 2024,
note = {R package version 1.0.13},
year = 2025,
note = {R package version 1.0.14},
url = CRAN # "package=Rcpp"
}

Expand Down
10 changes: 5 additions & 5 deletions inst/include/Rcpp/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

// the currently released version
#define RCPP_VERSION Rcpp_Version(1,0,13)
#define RCPP_VERSION_STRING "1.0.13"
#define RCPP_VERSION Rcpp_Version(1,0,14)
#define RCPP_VERSION_STRING "1.0.14"

// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,6)
#define RCPP_DEV_VERSION_STRING "1.0.13.6"
#define RCPP_DEV_VERSION RcppDevVersion(1,0,14,0)
#define RCPP_DEV_VERSION_STRING "1.0.14.0"

#endif
Binary file modified vignettes/pdf/Rcpp-FAQ.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-attributes.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-extending.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-introduction.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-jss-2011.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-libraries.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-modules.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-package.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-quickref.pdf
Binary file not shown.
Binary file modified vignettes/pdf/Rcpp-sugar.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions vignettes/rmd/Rcpp.bib
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ @Manual{CRAN:Rcpp
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and JJ
Allaire and Kevin Ushey and Qiang Kou and
Nathan Russel and John Chambers and Douglas Bates},
year = 2024,
note = {R package version 1.0.13},
year = 2025,
note = {R package version 1.0.14},
url = CRAN # "package=Rcpp"
}

Expand Down

0 comments on commit 5beadc1

Please sign in to comment.