Skip to content

Commit 97e11da

Browse files
committed
release 0.12.13
1 parent f2496f4 commit 97e11da

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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.12.5
4-
Date: 2017-09-21
3+
Version: 0.12.13
4+
Date: 2017-09-24
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

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 version 0.12.13 [unreleased] (2017-09-xx)}{
6+
\section{Changes in Rcpp version 0.12.13 (2017-09-24)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{

inst/bib/Rcpp.bib

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ @Manual{CRAN:RcppArmadillo
173173
title = {RcppArmadillo: Rcpp integration for Armadillo
174174
templated linear algebra library},
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176-
Douglas Bates},
176+
Douglas Bates and Binxiang Ni},
177177
year = 2017,
178178
note = {R package version 0.7.960.1.2},
179179
url = CRAN # "package=RcppArmadillo"
@@ -183,7 +183,7 @@ @Manual{CRAN:RcppClassic
183183
title = {RcppClassic: Deprecated 'classic' Rcpp API},
184184
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
185185
year = 2017,
186-
note = {R package version 0.9.7},
186+
note = {R package version 0.9.8},
187187
url = CRAN # "package=RcppClassic"
188188
}
189189

@@ -198,7 +198,7 @@ @Manual{CRAN:RcppDE
198198
@Manual{CRAN:RcppEigen,
199199
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200200
algebra library},
201-
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu}
201+
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu},
202202
year = 2017,
203203
note = {{R} package version 0.3.3.3.0},
204204
url = CRAN # "package=RcppEigen"
@@ -217,7 +217,7 @@ @Manual{CRAN:RcppGSL
217217
title = {RcppGSL: Rcpp integration for GNU GSL vectors and matrices},
218218
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
219219
year = 2017,
220-
note = {R package version 0.3.2},
220+
note = {R package version 0.3.3},
221221
url = CRAN # "package=RcppGSL"
222222
}
223223

vignettes/Rcpp-package.Rmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ main argument is the first one which provides the name of the package one
130130
aims to create by invoking the function. An illustration of a call using an
131131
argument `mypackage` is provided below.
132132

133-
```{r, generate-skeleton, eval=FALSE}
133+
```r
134134
Rcpp.package.skeleton("mypackage")
135135
```
136136

@@ -170,7 +170,7 @@ package, and it also includes the different components needed for using
170170
If the `attributes` argument is set to `TRUE`[^1], the
171171
following \proglang{C++} file is included in the `src/` directory:
172172

173-
```{Rcpp, eval = FALSE}
173+
```cpp
174174
#include <Rcpp.h>
175175
using namespace Rcpp;
176176

@@ -198,7 +198,7 @@ e.g. handle the `List` class.
198198
on the package, which generates the `RcppExports.cpp` file (where we indented
199199
the first two lines for the more compact display here):
200200

201-
```{Rcpp, eval = FALSE}
201+
```rcpp
202202
// Generated by using Rcpp::compileAttributes() \
203203
// -> do not edit by hand
204204
// Generator token: \
@@ -233,7 +233,7 @@ in the attributes vignette \citep{CRAN:Rcpp:Attributes}.
233233
The \rdoc{Rcpp}{compileAttributes} also generates \proglang{R} code
234234
that uses the \proglang{C++} function.
235235

236-
```{r, eval = FALSE}
236+
```r
237237
# Generated by using Rcpp::compileAttributes() \
238238
# -> do not edit by hand
239239
# Generator token: \

vignettes/Rcpp.bib

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ @Manual{CRAN:RcppArmadillo
173173
title = {RcppArmadillo: Rcpp integration for Armadillo
174174
templated linear algebra library},
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176-
Douglas Bates},
176+
Douglas Bates and Binxiang Ni},
177177
year = 2017,
178178
note = {R package version 0.7.960.1.2},
179179
url = CRAN # "package=RcppArmadillo"
@@ -183,7 +183,7 @@ @Manual{CRAN:RcppClassic
183183
title = {RcppClassic: Deprecated 'classic' Rcpp API},
184184
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
185185
year = 2017,
186-
note = {R package version 0.9.7},
186+
note = {R package version 0.9.8},
187187
url = CRAN # "package=RcppClassic"
188188
}
189189

@@ -198,7 +198,7 @@ @Manual{CRAN:RcppDE
198198
@Manual{CRAN:RcppEigen,
199199
title = {RcppEigen: Rcpp integration for the Eigen templated linear
200200
algebra library},
201-
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu}
201+
author = {Douglas Bates and Dirk Eddelbuettel and Romain Fran\c{c}ois and Yixuan Qiu},
202202
year = 2017,
203203
note = {{R} package version 0.3.3.3.0},
204204
url = CRAN # "package=RcppEigen"
@@ -217,7 +217,7 @@ @Manual{CRAN:RcppGSL
217217
title = {RcppGSL: Rcpp integration for GNU GSL vectors and matrices},
218218
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois},
219219
year = 2017,
220-
note = {R package version 0.3.2},
220+
note = {R package version 0.3.3},
221221
url = CRAN # "package=RcppGSL"
222222
}
223223

0 commit comments

Comments
 (0)