Skip to content

Commit ee7cbe9

Browse files
committed
roll to 0.12.17.3
1 parent a6ae672 commit ee7cbe9

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2018-06-15 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
* inst/include/Rcpp/config.h: Idem
5+
6+
2018-05-13 Filip Schouwenaars <[email protected]>
7+
8+
* inst/unitTests/runit.embeddedR.R: Evaluate in environment derived
9+
of baseenv
10+
11+
2018-06-11 Romain Francois <[email protected]>
12+
13+
* inst/include/Rcpp/exceptions.h: Control call and stack display
14+
after exception / stop
15+
* inst/unitTests/cpp/Exceptions_nocall.cpp: new test
16+
* inst/unitTests/runit.Exceptions_nocall.R: idem
17+
118
2018-06-09 Dirk Eddelbuettel <[email protected]>
219

320
* inst/unitTests/runit.embeddedR.R: Suspend test for now

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.17.2
4-
Date: 2018-06-08
3+
Version: 0.12.17.3
4+
Date: 2018-06-15
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
\itemize{
1010
\item The \code{sourceCpp()} function now evaluates R code in the
1111
correct local environment in which a function was compiled (Filip
12-
Schouwenaars in \ghpr{852} fixing \ghit{851}).
12+
Schouwenaars in \ghpr{852} and \ghpr{869} fixing \ghit{851}).
1313
\item The \code{StringProxy::operator==} is now \code{const}
1414
correct (Romain in \ghpr{855} fixing \ghit{854}).
1515
\item The \code{Environment::new_child()} is now \code{const}
@@ -24,6 +24,8 @@
2424
\item Evaluation calls now happen in the \code{base} environment
2525
(which may fix an issue seen between \CRANpkg{conflicted} and some
2626
BioConductor packages) (Kevn \ghpr{863} fixing \ghit{861}).
27+
\item Call stack display on error can now be controlled more
28+
finely (Romain in \ghpr{868}).
2729
}
2830
}
2931
}

inst/include/Rcpp/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
#define RCPP_VERSION Rcpp_Version(0,12,17)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,17,2)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,17,3)
3434

3535
#endif

0 commit comments

Comments
 (0)