Skip to content

Commit 0c87bb9

Browse files
committed
Rcpp 1.0.9
1 parent abc1808 commit 0c87bb9

File tree

7 files changed

+33
-19
lines changed

7 files changed

+33
-19
lines changed

ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
2022-07-02 Dirk Eddelbuettel <[email protected]>
22

3+
* DESCRIPTION (Date, Version): Release 1.0.9
4+
5+
* inst/include/Rcpp/config.h: Idem
6+
* inst/NEWS.Rd: Idem
7+
* vignettes/rmd/Rcpp.bib: Idem
8+
* inst/bib/Rcpp.bib: Idem
39
* vignettes/pdf/*: Rebuilt
410

511
2022-07-01 Dirk Eddelbuettel <[email protected]>

DESCRIPTION

+2-2
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.8.5
4-
Date: 2022-05-26
3+
Version: 1.0.9
4+
Date: 2022-07-02
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![BioConductor use](https://jangorecki.gitlab.io/rdeps/Rcpp/BioC_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
1515
[![StackOverflow](https://img.shields.io/badge/stackoverflow-rcpp-orange.svg)](https://stackoverflow.com/questions/tagged/rcpp)
1616
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v040.i08-brightgreen)](https://dx.doi.org/10.18637/jss.v040.i08)
17-
[![Springer useR!](https://img.shields.io/badge/Springer%20useR!-10.1007%2F978--1--4614--6868--4-brightgreen)](http://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6)
17+
[![Springer useR!](https://img.shields.io/badge/Springer%20useR!-10.1007%2F978--1--4614--6868--4-brightgreen)](https://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6)
1818
[![TAS](https://img.shields.io/badge/TAS-10.1080%2F00031305.2017.1375990-brightgreen)](https://dx.doi.org/10.1080/00031305.2017.1375990)
1919

2020
### Synopsis
@@ -37,7 +37,7 @@ provides a good entry point to Rcpp as do the [Rcpp
3737
website](https://www.rcpp.org), the [Rcpp
3838
page](https://dirk.eddelbuettel.com/code/rcpp.html) and the [Rcpp
3939
Gallery](https://gallery.rcpp.org). Full documentation is provided by the
40-
[Rcpp book](http://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6).
40+
[Rcpp book](https://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6).
4141

4242
Other highlights:
4343

@@ -65,7 +65,7 @@ See the [Rcpp-atttributes](https://cran.r-project.org/package=Rcpp/vignettes/Rcp
6565

6666
### Documentation
6767

68-
The package ships with nine pdf vignettes, including a [recent introduction to
68+
The package ships with ten pdf vignettes, including a [recent introduction to
6969
Rcpp](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-introduction.pdf) now
7070
published as a [paper in
7171
TAS](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990) (and as a
@@ -78,7 +78,7 @@ Among the other vignettes are the [Rcpp
7878
FAQ](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-FAQ.pdf) and the
7979
introduction to [Rcpp
8080
Attributes](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-attributes.pdf).
81-
Additional documentation is available via the [Rcpp book](http://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6)
81+
Additional documentation is available via the [Rcpp book](https://www.amazon.com/gp/product/1461468671/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1461468671&linkCode=as2&tag=rcpp-20&linkId=3P5LNUWOAQ2YMEJ6)
8282
by Eddelbuettel (2013, Springer); see 'citation("Rcpp")' for details.
8383

8484
### Performance
@@ -109,11 +109,13 @@ been factored out of Rcpp into the package RcppClassic, and it is still
109109
available for code relying on the older interface. New development should
110110
always use this Rcpp package instead.
111111

112-
Other usage examples are provided by packages using Rcpp. As of late December 2021,
113-
there are 2469 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
114-
242 [BioConductor](https://www.bioconductor.org) packages in its current release
112+
Other usage examples are provided by packages using Rcpp. As of early July 2022,
113+
there are 2560 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
114+
252 [BioConductor](https://www.bioconductor.org) packages in its current release
115115
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
116-
using Rcpp. All these packages provide usage examples for Rcpp.
116+
using Rcpp. All these packages provide usage examples for Rcpp. The package
117+
is in widespread use and has been downloaded over 61 million times (per the
118+
partial logs from the cloud mirrors of CRAN).
117119

118120
### Installation
119121

@@ -183,7 +185,7 @@ previous issues can be searched as well.
183185
### Authors
184186

185187
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
186-
Nathan Russell, Doug Bates, and John Chambers
188+
Nathan Russell, Iñaki Ucar, Doug Bates, and John Chambers
187189

188190
### License
189191

inst/NEWS.Rd

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp hotfix release version 1.0.8.4 (2022-03-14)}{
6+
\section{Changes in Rcpp hotfix release version 1.0.9 (2022-07-02)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -15,17 +15,23 @@
1515
CRAN request)
1616
\item Upon removal from precious list, the tag is set to null
1717
(Iñaki in \ghpr{1205} fixing \ghit{1203})
18+
\item Move constructor and assignment for strings have been added
19+
(Dean Scarff in \ghpr{1219}).
1820
}
1921
\item Changes in Rcpp Documentation:
2022
\itemize{
2123
\item Adjust one overflowing column (Bill Denney in \ghpr{1196} fixing
2224
\ghit{1195})
25+
\item Correct a typo in the FAQ (Marco Colombo in \ghpr{1217})
2326
}
2427
\item Changes in Rcpp Deployment:
2528
\itemize{
2629
\item Accomodate four digit version numbers in unit test (Dirk)
2730
\item Do not run complete test suite to limit test time to CRAN
28-
preference (Dirk)
31+
preference (Dirk in \ghpr{1206})
32+
\item Small updates to the CI test containers have been made
33+
\item Some of changes also applied to an interim release
34+
1.0.8.3 made for CRAN on 2022-03-14.
2935
}
3036
}
3137
}

inst/bib/Rcpp.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ @Manual{CRAN:Rcpp
136136
Allaire and Kevin Ushey and Qiang Kou and
137137
Nathan Russel and John Chambers and Douglas Bates},
138138
year = 2022,
139-
note = {R package version 1.0.8},
139+
note = {R package version 1.0.9},
140140
url = CRAN # "package=Rcpp"
141141
}
142142

inst/include/Rcpp/config.h

+4-4
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,8)
30-
#define RCPP_VERSION_STRING "1.0.8"
29+
#define RCPP_VERSION Rcpp_Version(1,0,9)
30+
#define RCPP_VERSION_STRING "1.0.9"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,8,5)
34-
#define RCPP_DEV_VERSION_STRING "1.0.8.5"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,9,0)
34+
#define RCPP_DEV_VERSION_STRING "1.0.9.0"
3535

3636
#endif

vignettes/rmd/Rcpp.bib

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ @Manual{CRAN:Rcpp
136136
Allaire and Kevin Ushey and Qiang Kou and
137137
Nathan Russel and John Chambers and Douglas Bates},
138138
year = 2022,
139-
note = {R package version 1.0.8},
139+
note = {R package version 1.0.9},
140140
url = CRAN # "package=Rcpp"
141141
}
142142

0 commit comments

Comments
 (0)