Skip to content

Commit e2cb4f3

Browse files
committed
updated ChangeLog and NEWS, rolled minor version
1 parent 7a1dfa3 commit e2cb4f3

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2016-05-13 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Rolled minor version
4+
5+
* R/compilerCheck.R: Minimal R function to check g++ version sufficiency
6+
* man/compilerCheck.Rd: Documentation
7+
18
2016-05-11 Dirk Eddelbuettel <[email protected]>
29

310
* R/Rcpp.package.skeleton.R: Modified to create a package without notes,
@@ -36,7 +43,7 @@
3643
2016-04-14 J.J. Allaire <[email protected]>
3744

3845
* src/attributes.cpp: Correct handling of dependent file paths on
39-
Windows (use winslash = "/")
46+
Windows (use winslash = "/")
4047

4148
2016-04-13 Dirk Eddelbuettel <[email protected]>
4249

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.4.6
4-
Date: 2016-05-06
3+
Version: 0.12.4.7
4+
Date: 2016-05-13
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
\itemize{
1010
\item The checks for different C library implementations now also check for Musl
1111
used by Alpine Linux (Sergio Marques in PR \ghpr{449}).
12+
\item \code{Rcpp::Nullable} works better with Rcpp::String (Dan Dillon in
13+
PR \ghpr{453}).
1214
}
1315
\item Changes in Rcpp Attributes:
1416
\itemize{
@@ -21,13 +23,15 @@
2123
\item An apparent race condition in Module loading seen with R 3.3.0 was
2224
fixed (Ben Goodrich in \ghpr{461} fixing \ghit{458}).
2325
\item The (older) \code{loadRcppModules()} is now deprecated in favour of
24-
\code{loadModule()} introduced around R 2.15.1 and Rcpp 0.9.11.
26+
\code{loadModule()} introduced around R 2.15.1 and Rcpp 0.9.11 (PR \ghpr{470}).
2527
}
2628
\item Changes in Rcpp support functions:
2729
\itemize{
2830
\item The \code{Rcpp.package.skeleton()} function was again updated in
2931
order to create a \code{DESCRIPTION} file which passes \code{R CMD check}
30-
without notes. warnings, or error under R-release and R-devel.
32+
without notes. warnings, or error under R-release and R-devel (PR \ghpr{471}).
33+
\item A new function \code{compilerCheck} can test for minimal \code{g++}
34+
versions (PR \ghpr{474}).
3135
}
3236
}
3337
}

0 commit comments

Comments
 (0)