Skip to content

Commit 9e3261b

Browse files
committed
news update, roll minor version
1 parent a2f5cfc commit 9e3261b

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

ChangeLog

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-10-01 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
15
2019-09-30 Kevin Ushey <[email protected]>
26

37
* inst/include/Rcpp.h: add RCPP_NO_MODULES
@@ -19,7 +23,7 @@
1923
* README.md: Add thre doi badges
2024

2125
* inst/NEWS.Rd: Two minor edits
22-
26+
2327
2019-07-21 Dirk Eddelbuettel <[email protected]>
2428

2529
* DESCRIPTION (Version, Date): Roll minor version
@@ -43,7 +47,7 @@
4347
* src/attributes.cpp: Correct parsing of default function values
4448
* inst/unitTests/cpp/attributes.cpp: Added tests
4549
* inst/unitTests/runit.attributes.R: Idem
46-
50+
4751
2019-07-16 Dirk Eddelbuettel <[email protected]>
4852

4953
* debian/: Removed, see https://salsa.debian.org/edd/r-base/ instead
@@ -56,7 +60,7 @@
5660
2019-05-05 Dirk Eddelbuettel <[email protected]>
5761

5862
* .Rbuildignore: Small tweak
59-
63+
6064
2019-04-27 Dirk Eddelbuettel <[email protected]>
6165

6266
* R/Rcpp.package.skeleton.R (Rcpp.package.skeleton): Use getRcppVersion()

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: 1.0.2.1
4-
Date: 2019-07-21
3+
Version: 1.0.2.2
4+
Date: 2019-10-01
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
\section{Changes in Rcpp version 1.0.3 (2019-11-xx)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Compilation can be sped up by skipping Modules headers via a
11+
toggle \code{RCPP_NO_MODULES} (Kevin in \ghpr{995} for \ghit{993}).
12+
}
813
\item Changes in Rcpp Modules:
914
\itemize{
1015
\item Improved initialization via explicit \code{Rcpp::} prefix

0 commit comments

Comments
 (0)