Skip to content

Commit a6e6116

Browse files
committed
roll minor version, add NEWS for #523
1 parent 2013d3a commit a6e6116

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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.6.1
4-
Date: 2016-07-21
3+
Version: 0.12.6.2
4+
Date: 2016-07-31
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
by R (Kevin fixing issue \ghit{512}).
1212
\item Environment functions get() & find() now accept a Symbol
1313
(James Joseph Balamuta in \ghpr{513} addressing issue \ghit{326}).
14+
\item Several uses of \code{Rf_eval} were replaced by the preferred
15+
\code{Rcpp::eval} (Qiang in PR \ghpr{523 closing \ghit{498}).
1416
}
1517
\item Changes in Rcpp unit tests
1618
\itemize{

0 commit comments

Comments
 (0)