Skip to content

Commit f1ec6cf

Browse files
committed
new minor version with updated NEWS and ChangeLog
1 parent 4a47dcb commit f1ec6cf

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

ChangeLog

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
1-
2017-12-19 Kevin Ushey <kevinushey@gmail.com>
1+
2017-12-21 Dirk Eddelbuettel <edd@debian.org>
22

3-
* inst/include/Rcpp/internal/na.h: Remove 'clever' NA / NaN checks
3+
* DESCRIPTION (Date, Version): Updated minor version and date
4+
5+
2017-12-21 Kirill Müller <krlmlr@mailbox.org>
6+
7+
* inst/include/Rcpp/internal/wrap.h: Appease gcc-7 with fall-through
8+
* inst/include/Rcpp/macros/unroll.h: Idem
49

510
2017-12-20 Kirill Müller <krlmlr@mailbox.org>
611

7-
* inst/include/Rcpp/utils/tinyformat.h: Update to
12+
* inst/include/Rcpp/utils/tinyformat.h: Update to new upstream
813
c42f/tinyformat@8f60162, simplify future updates by separating
914
Rcpp-specific changes (issue #786).
1015

16+
2017-12-19 Kevin Ushey <kevinushey@gmail.com>
17+
18+
* inst/include/Rcpp/internal/na.h: Remove 'clever' NA / NaN checks
19+
1120
2017-12-16 Dirk Eddelbuettel <edd@debian.org>
1221

1322
* DESCRIPTION (Date, Version): Updated minor version and date

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.4
4-
Date: 2017-12-16
3+
Version: 0.12.14.5
4+
Date: 2017-12-21
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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
\code{Rcpp_eval()}. On old R versions \code{Rcpp_fast_eval()}
2828
falls back to \code{Rcpp_eval()} so it is safe to use against any
2929
versions of R (Lionel in \ghpr{789}).
30+
\item Overly-clever checks for \code{NA} have been removed (Kevin in
31+
\ghpr{790}).
32+
\item The included tinyformat has been updated to the current version,
33+
Rcpp-specific changes are now more isolated (Kirill in \ghpr{791}).
34+
\item Overly picky \emph{fall-through} warnings by gcc-7 regarding
35+
\code{switch} statements are now pre-empted (Kirill in \ghpr{792}).
3036
}
3137
\item Changes in Rcpp Attributes:
3238
\itemize{

0 commit comments

Comments
 (0)