Skip to content

Commit a669a19

Browse files
authored
Merge pull request #914 from RcppCore/feature/remove_ut_vignette
Feature/remove ut vignette
2 parents 467132f + 521a2d0 commit a669a19

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
2018-10-12 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Date, Version): Roll minor version
4+
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
36
* tests/doRUnit.R: Simplified to something similar to what
47
RcppArmadillo (and other packages) had for a while now
58

9+
* vignettes/Rcpp-unitTests.Rnw: Removed as less useful now
10+
611
2018-10-08 JJ Allaire <[email protected]>
712

813
* R/Attributes.R: Sort the files scanned for attributes in the C locale

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.19.2
4-
Date: 2018-10-02
3+
Version: 0.12.19.3
4+
Date: 2018-10-12
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/include/Rcpp/config.h

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

3131
// the current source snapshot
32-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,19,2)
32+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,19,3)
3333

3434
#endif
File renamed without changes.

0 commit comments

Comments
 (0)