Skip to content

Commit 84c787f

Browse files
committed
release 1.0.2
1 parent 02e7d27 commit 84c787f

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2019-07-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Release 1.0.2
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
* inst/NEWS.Rd: Idem
7+
* inst/bib/Rcpp.bib: Idem
8+
* vignettes/Rcpp.bib: Idem
9+
110
2019-07-18 Pierrick Roger <[email protected]>
211

312
* src/attributes.cpp: Correct parsing of default function values

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.1.5
3+
Version: 1.0.2
44
Date: 2019-07-20
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers

inst/bib/Rcpp.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121121
year = 2019,
122-
note = {R package version 1.0.1},
122+
note = {R package version 1.0.2},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

@@ -175,7 +175,7 @@ @Manual{CRAN:RcppArmadillo
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177177
year = 2019,
178-
note = {R package version 0.9.500.2.0},
178+
note = {R package version 0.9.600.4.0},
179179
url = CRAN # "package=RcppArmadillo"
180180
}
181181

inst/include/Rcpp/config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
#define RcppDevVersion(maj, min, rev, dev) (((maj)*1000000) + ((min)*10000) + ((rev)*100) + (dev))
2727

2828
// the currently released version
29-
#define RCPP_VERSION Rcpp_Version(1,0,1)
30-
#define RCPP_VERSION_STRING "1.0.1"
29+
#define RCPP_VERSION Rcpp_Version(1,0,2)
30+
#define RCPP_VERSION_STRING "1.0.2"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,1,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.1.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,2,0)
34+
#define RCPP_DEV_VERSION_STRING "1.0.2.0"
3535

3636
#endif

vignettes/Rcpp.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ @Manual{CRAN:Rcpp
119119
Allaire and Kevin Ushey and Qiang Kou and
120120
Nathan Russel and John Chambers and Douglas Bates},
121121
year = 2019,
122-
note = {R package version 1.0.1},
122+
note = {R package version 1.0.2},
123123
url = CRAN # "package=Rcpp"
124124
}
125125

@@ -175,7 +175,7 @@ @Manual{CRAN:RcppArmadillo
175175
author = {Dirk Eddelbuettel and Romain Fran\c{c}ois and
176176
Douglas Bates and Binxiang Ni},
177177
year = 2019,
178-
note = {R package version 0.9.500.2.0},
178+
note = {R package version 0.9.600.4.0},
179179
url = CRAN # "package=RcppArmadillo"
180180
}
181181

0 commit comments

Comments
 (0)