Skip to content

Commit 897da46

Browse files
committed
release 0.12.7
1 parent 98a3428 commit 897da46

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2016-09-04 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION: Release 0.12.7
4+
* inst/NEWS.Rd: Release 0.12.7
5+
* vignettes/Rcpp.bib: Release 0.12.7
6+
* inst/include/Rcpp/config.h: Release 0.12.7
7+
8+
* README.md: Updated counts for dependents and tests
9+
10+
* debian/*: Changes for Debian release of 0.12.7
11+
112
2016-09-02 Simon Dirmeier <simon.dirmeier@bsse.ethz.ch>
213

314
* src/attributes.cpp: Remove leading underscore in header guard

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: 0.12.6.4
4-
Date: 2016-08-04
3+
Version: 0.12.7
4+
Date: 2016-09-04
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ see 'citation("Rcpp")' for details.
5656
The [Rcpp Gallery](http://gallery.rcpp.org) showcases over one hundred fully
5757
documented and working examples.
5858

59-
A number of examples are included as are over 1100 unit tests in over 540 unit
59+
A number of examples are included as are over 1160 unit tests in over 550 unit
6060
test functions provide additional usage examples.
6161

6262
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
@@ -65,11 +65,12 @@ been factored out of Rcpp into the package RcppClassic, and it is still
6565
available for code relying on the older interface. New development should
6666
always use this Rcpp package instead.
6767

68-
Other usage examples are provided by packages using Rcpp. As of July 2016, there
69-
are about 700 [CRAN](http://cran.r-project.org) packages using Rcpp, a further
70-
72 [BioConductor](http://www.bioconductor.org) packages as well as an unknown
71-
number of GitHub, Bitbucket, R-Forge, ... repositories using Rcpp. All these
72-
packages provide usage examples for Rcpp.
68+
Other usage examples are provided by packages using Rcpp. As of September 2016,
69+
there are 759 [CRAN](http://cran.r-project.org) packages using Rcpp, a further
70+
76 [BioConductor](http://www.bioconductor.org) packages in its current release
71+
(with 84 in its devel version) as well as an unknown number of GitHub,
72+
Bitbucket, R-Forge, ... repositories using Rcpp. All these packages provide
73+
usage examples for Rcpp.
7374

7475

7576
### Installation

inst/NEWS.Rd

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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 version 0.12.7 (2016-09-??)}{
6+
\section{Changes in Rcpp version 0.12.7 (2016-09-04)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
1010
\item The \code{NORET} macro is now defined if it was not already defined
11-
by R (Kevin fixing issue \ghit{512}).
11+
by R itself (Kevin fixing issue \ghit{512}).
1212
\item Environment functions get() & find() now accept a Symbol
1313
(James Balamuta in \ghpr{513} addressing issue \ghit{326}).
1414
\item Several uses of \code{Rf_eval} were replaced by the preferred
@@ -17,7 +17,7 @@
1717
(James Balamuta in \ghpr{528} addressing issue \ghit{526}).
1818
\item Fixed invalid C++ prefix identifiers in auto-generated code
1919
(James Balamuta in \ghpr{528} and \ghpr{531} addressing issue
20-
\ghit{387}; Simon Dirmeier in \ghprP{548}).
20+
\ghit{387}; Simon Dirmeier in \ghpr{548}).
2121
\item String constructors now set default UTF-8 encoding (Qiang Kou in
2222
\ghpr{529} fixing \ghit{263}).
2323
\item Add variadic variants of the \code{RCPP_RETURN_VECTOR} and

0 commit comments

Comments
 (0)