Skip to content

Commit 9ec9943

Browse files
committed
ChangeLog and NEWS for PR #380 by Tianqi
1 parent 87cb728 commit 9ec9943

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

ChangeLog

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
2015-10-08 Tianqi Chen <[email protected]>
2+
3+
* inst/include/Rcpp/api/meat/is.h: Enhance the check for Rcpp Module
4+
objects (PR #381 fixing #380)
5+
16
2015-10-01 JJ Allaire <[email protected]>
27

3-
* src/attributes.cpp: Enable export of C++ interface for
4-
functions that return void
8+
* src/attributes.cpp: Enable export of C++ interface for functions that
9+
return void
510

611
2015-09-28 Dirk Eddelbuettel <[email protected]>
712

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: 0.12.1.2
4-
Date: 2015-09-28
3+
Version: 0.12.1.3
4+
Date: 2015-10-15
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\name{NEWS}
22
\title{News for Package 'Rcpp'}
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
4-
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issue/#1}{##1}}
4+
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

66
\section{Changes in Rcpp version 0.12.2 (expected 2015-11-01 or later)}{
77
\itemize{
@@ -11,6 +11,8 @@
1111
that it is from a vector of length one (PR \ghpr{376} fixing \ghit{375}).
1212
\item No longer use \code{STRING_ELT} as left-hand side, thanks to a
1313
heads-up by Luke Tierney (PR \ghpr{378} fixing \ghit{377}).
14+
\item Rcpp Module objects are now checked more carefully (PR \ghpr{381}
15+
by Tianqi, fixing \ghit{380})
1416
}
1517
\item Changes in Rcpp Attributes:
1618
\itemize{

0 commit comments

Comments
 (0)