Skip to content

Commit 1630a55

Browse files
committed
roll minor version, credit Lionel in NEWS
1 parent b9a73ba commit 1630a55

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2017-12-16 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Date, Version): Updated minor version and date
14

25
2017-12-13 Lionel Henry <[email protected]>
36

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.14.3
4-
Date: 2017-12-03
3+
Version: 0.12.14.4
4+
Date: 2017-12-16
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
3.5 (you also need to explicitly define \code{RCPP_PROTECTED_EVAL}
1616
before including \code{Rcpp.h}). Longjumps of all kinds (condition
1717
catching, returns, restarts, debugger exit) are appropriately
18-
detected and handled, e.g. the C++ stack unwinds correctly.
18+
detected and handled, e.g. the C++ stack unwinds correctly
19+
(Lionel in \ghpr{789}).
1920
\item The new function \code{Rcpp_fast_eval()} can be used for
2021
performance-sensitive evaluation of R code. Unlike
2122
\code{Rcpp_eval()}, it does not try to catch errors with
@@ -25,7 +26,7 @@
2526
you are relying on error rethrowing, you have to use the slower
2627
\code{Rcpp_eval()}. On old R versions \code{Rcpp_fast_eval()}
2728
falls back to \code{Rcpp_eval()} so it is safe to use against any
28-
versions of R.
29+
versions of R (Lionel in \ghpr{789}).
2930
}
3031
\item Changes in Rcpp Attributes:
3132
\itemize{

0 commit comments

Comments
 (0)