Skip to content

Commit 8c7246e

Browse files
committed
minor release 0.12.8.2
1 parent 90e9c7a commit 8c7246e

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ doxyfile
1414
vignettes/getCurrentVersionsOfCitedPackages.R
1515
^Contributing.md$
1616
^\.codecov\.yml$
17+
inst/include/Rcpp.h.new
18+
inst/include/Rcpp.h.old

ChangeLog

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
2016-11-29 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version to 0.12.8.2
4+
15
2016-11-28 Dirk Eddelbuettel <[email protected]>
26

37
* inst/unitTests/cpp/dates.cpp (Date_format, Datetime_format): New tests
48
* inst/unitTests/runit.Date.R (test.Date.formating): Ditto
59
(test.Datetime.formating): Ditto
610

711
* inst/unitTests/runit.sugar.R (test.intersect): Added sort() around
8-
call to Sugar's intersect to ensure sorted output with g++-6.*
12+
call to Sugar's intersect to ensure sorted output with g++-6.*
913

1014
2016-11-27 Dirk Eddelbuettel <[email protected]>
1115

@@ -20,7 +24,7 @@
2024

2125
2016-11-22 Dirk Eddelbuettel <[email protected]>
2226

23-
* DESCRIPTION (Date, Version): roll minor version
27+
* DESCRIPTION (Date, Version): Roll minor version
2428

2529
* inst/include/Rcpp/date_datetime/newDatetimeVector.h (Rcpp): Small
2630
correction concerning timezone attribute to ctor from RTYPE
@@ -38,8 +42,9 @@
3842
* inst/unitTests/cpp/Environment.cpp: Idem
3943

4044
2016-11-18 James J Balamuta <[email protected]>
45+
4146
* vignettes/Rcpp-extending: Switched to attributes and
42-
added external class pointer macro notes by MathurinD
47+
added external class pointer macro notes by MathurinD
4348

4449
2016-11-16 Dirk Eddelbuettel <[email protected]>
4550

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.8.1
4-
Date: 2016-11-22
3+
Version: 0.12.8.2
4+
Date: 2016-11-29
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]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ questions 1.2 and 1.3 in the
8888

8989
### Authors
9090

91-
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, Doug
92-
Bates, and John Chambers
91+
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
92+
Nathan Russell, Doug Bates, and John Chambers
9393

9494
### License
9595

inst/NEWS.Rd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
\item Exposed pointers macros were included in the Rcpp Extending vignette
2323
(MathurinD; James Balamuta in \ghpr{592} addressing \ghit{418}).
2424
}
25+
\item Changes in Rcpp build system
26+
\itemize{
27+
\item Travis CI now also calls \CRANpkg{covr} for coverage analysis (Jim
28+
Hester in PR \ghpr{591})
29+
}
2530
}
2631
}
2732

inst/include/Rcpp/config.h

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

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

3535
#endif
3636

0 commit comments

Comments
 (0)