Skip to content

Commit a9ca85d

Browse files
committed
release 1.0.5
finalised July 1, admitted on CRAN no July 6 required one fix on our end (in the two .bib files) otherwise just two patient test rounds
1 parent 97222bb commit a9ca85d

File tree

7 files changed

+37
-36
lines changed

7 files changed

+37
-36
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2020-07-01 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Date, Version): Release 1.0.5
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
9+
110
2020-06-27 Dirk Eddelbuettel <[email protected]>
211

312
* docker/ci/Dockerfile: Revert back to standard r-base container

DESCRIPTION

+4-4
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.4.12
4-
Date: 2020-06-05
3+
Version: 1.0.5
4+
Date: 2020-07-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]>
@@ -16,8 +16,8 @@ Description: The 'Rcpp' package provides R functions as well as C++ classes whic
1616
<doi:10.1080/00031305.2017.1375990>); see 'citation("Rcpp")' for details.
1717
Imports: methods, utils
1818
Suggests: tinytest, inline, rbenchmark, pkgKitten (>= 0.1.2)
19-
URL: http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp
19+
URL: http://www.rcpp.org, https://dirk.eddelbuettel.com/code/rcpp.html, https://github.com/RcppCore/Rcpp
2020
License: GPL (>= 2)
2121
BugReports: https://github.com/RcppCore/Rcpp/issues
22-
MailingList: Please send questions and comments regarding Rcpp to [email protected]
22+
MailingList: [email protected]
2323
RoxygenNote: 6.1.1

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
## Rcpp: Seamless R and C++ Integration
22

33
[![Build Status](https://travis-ci.org/RcppCore/Rcpp.svg)](https://travis-ci.org/RcppCore/Rcpp)
4-
[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
5-
[![CRAN](http://www.r-pkg.org/badges/version/Rcpp)](https://cran.r-project.org/package=Rcpp)
4+
[![License](https://eddelbuettel.github.io/badges/GPL2+.svg)](https://www.gnu.org/licenses/gpl-2.0.html)
5+
[![CRAN](https://www.r-pkg.org/badges/version/Rcpp)](https://cran.r-project.org/package=Rcpp)
66
[![Dependencies](https://tinyverse.netlify.com/badge/Rcpp)](https://cran.r-project.org/package=Rcpp)
77
[![Coverage Status](https://codecov.io/gh/RcppCore/Rcpp/graph/badge.svg)](https://codecov.io/github/RcppCore/Rcpp?branch=master)
88
[![Debian package](https://img.shields.io/debian/v/r-cran-rcpp/sid?color=brightgreen)](https://packages.debian.org/sid/r-cran-rcpp)
99
[![Last Commit](https://img.shields.io/github/last-commit/RcppCore/Rcpp)](https://github.com/RcppCore/Rcpp)
10-
[![Downloads](http://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen)](http://www.r-pkg.org/pkg/Rcpp)
10+
[![Downloads](https://cranlogs.r-pkg.org/badges/Rcpp?color=brightgreen)](https://www.r-pkg.org/pkg/Rcpp)
1111
[![CRAN use](https://jangorecki.gitlab.io/rdeps/Rcpp/CRAN_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
1212
[![CRAN indirect](https://jangorecki.gitlab.io/rdeps/Rcpp/indirect_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
1313
[![BioConductor use](https://jangorecki.gitlab.io/rdeps/Rcpp/BioC_usage.svg?sanitize=true)](https://cran.r-project.org/package=Rcpp)
1414
[![StackOverflow](https://img.shields.io/badge/stackoverflow-rcpp-orange.svg)](https://stackoverflow.com/questions/tagged/rcpp)
15-
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v040.i08-brightgreen)](http://dx.doi.org/10.18637/jss.v040.i08)
15+
[![JSS](https://img.shields.io/badge/JSS-10.18637%2Fjss.v040.i08-brightgreen)](https://dx.doi.org/10.18637/jss.v040.i08)
1616
[![Springer useR!](https://img.shields.io/badge/Springer%20useR!-10.1007%2F978--1--4614--6868--4-brightgreen)](https://www.springer.com/gp/book/9781461468677)
17-
[![TAS](https://img.shields.io/badge/TAS-10.1080%2F00031305.2017.1375990-brightgreen)](http://dx.doi.org/10.1080/00031305.2017.1375990)
17+
[![TAS](https://img.shields.io/badge/TAS-10.1080%2F00031305.2017.1375990-brightgreen)](https://dx.doi.org/10.1080/00031305.2017.1375990)
1818

1919
### Synopsis
2020

@@ -31,11 +31,11 @@ represented as instances of `Rcpp::Environment`, functions are represented as
3131
vignette (now published as a
3232
[TAS paper](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990); an
3333
[earlier introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-jss-2011.pdf)
34-
was also published as a [JSS paper](http://www.jstatsoft.org/v40/i08/))
34+
was also published as a [JSS paper](https://www.jstatsoft.org/v40/i08/))
3535
provides a good entry point to Rcpp as do the [Rcpp
3636
website](http://www.rcpp.org), the [Rcpp
37-
page](http://dirk.eddelbuettel.com/code/rcpp.html) and the [Rcpp
38-
Gallery](http://gallery.rcpp.org). Full documentation is provided by the
37+
page](https://dirk.eddelbuettel.com/code/rcpp.html) and the [Rcpp
38+
Gallery](https://gallery.rcpp.org). Full documentation is provided by the
3939
[Rcpp book](http://www.rcpp.org/book/).
4040

4141
Other highlights:
@@ -71,7 +71,7 @@ TAS](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990) (and
7171
[preprint in PeerJ](https://peerj.com/preprints/3188/)). Also available is an
7272
[earlier
7373
introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-jss-2011.pdf)
74-
which was published as a [JSS paper](http://www.jstatsoft.org/v40/i08/))
74+
which was published as a [JSS paper](https://www.jstatsoft.org/v40/i08/))
7575

7676
Among the other vignettes are the [Rcpp
7777
FAQ](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-FAQ.pdf) and the
@@ -82,12 +82,12 @@ by Eddelbuettel (2013, Springer); see 'citation("Rcpp")' for details.
8282

8383
### Examples
8484

85-
The [Rcpp Gallery](http://gallery.rcpp.org) showcases over one hundred fully
85+
The [Rcpp Gallery](https://gallery.rcpp.org) showcases over one hundred fully
8686
documented and working examples. The
8787
[package RcppExamples](https://cran.r-project.org/package=RcppExamples) contains a few basic
8888
examples covering the core data types.
8989

90-
A number of examples are included, as are 1560 unit tests which provide
90+
A number of examples are included, as are well over one thousand unit tests which provide
9191
additional usage examples.
9292

9393
An earlier version of Rcpp, containing what we now call the 'classic Rcpp
@@ -97,8 +97,8 @@ available for code relying on the older interface. New development should
9797
always use this Rcpp package instead.
9898

9999
Other usage examples are provided by packages using Rcpp. As of June 2020,
100-
there are 1947 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
101-
203 [BioConductor](http://www.bioconductor.org) packages in its current release
100+
there are 1990 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
101+
203 [BioConductor](https://www.bioconductor.org) packages in its current release
102102
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
103103
using Rcpp. All these packages provide usage examples for Rcpp.
104104

@@ -119,13 +119,13 @@ questions 1.2 and 1.3 in the
119119
### Support
120120

121121
The best place for questions is the
122-
[Rcpp-devel](http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel)
122+
[Rcpp-devel](https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel)
123123
mailing list hosted at R-forge. Note that in order to keep spam down, you must
124124
be a subscriber in order to post. One can also consult the list archives to see
125125
if your question has been asked before.
126126

127127
Another option is to use
128-
[StackOverflow and its 'rcpp' tag](http://stackoverflow.com/questions/tagged/rcpp).
128+
[StackOverflow and its 'rcpp' tag](https://stackoverflow.com/questions/tagged/rcpp).
129129
Search functionality (use `rcpp` in squared brackets as in
130130
[[rcpp] my question terms](https://stackoverflow.com/search?q=[rcpp]%20my%20question%20terms)
131131
to tag the query) is very valuable as many questions have indeed been asked, and

inst/NEWS.Rd

+1-1
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 patch release version 1.0.5 (2020-xx-yy)}{
6+
\section{Changes in Rcpp patch release version 1.0.5 (2020-07-01)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{

inst/bib/Rcpp.bib

+2-6
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ @Manual{CRAN:Rcpp
128128
Allaire and Kevin Ushey and Qiang Kou and
129129
Nathan Russel and John Chambers and Douglas Bates},
130130
year = 2020,
131-
note = {R package version 1.0.4},
131+
note = {R package version 1.0.5},
132132
url = CRAN # "package=Rcpp"
133133
}
134134

@@ -449,8 +449,6 @@ @Book{Eddelbuettel:2013:Rcpp
449449
address = {New York},
450450
isbn = {978-1-4614-6867-7}
451451
}
452-
; see http://eigen.tuxfamily.org/index.php?title=BibTeX
453-
; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
454452

455453
@article{Efron:1979:Bootstrap,
456454
URL = {http://www.jstor.org/stable/2958830},
@@ -468,9 +466,7 @@ @MISC{Eigen:Web
468466
author = {Ga\"{e}l Guennebaud and Beno\^{i}t Jacob and others},
469467
title = {Eigen v3},
470468
year = 2012,
471-
url = {http://eigen.tuxfamily.org},
472-
; see http://eigen.tuxfamily.org/index.php?title=BibTeX
473-
; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
469+
url = {http://eigen.tuxfamily.org}
474470
}
475471

476472
@Manual{GSL,

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,4)
30-
#define RCPP_VERSION_STRING "1.0.4"
29+
#define RCPP_VERSION Rcpp_Version(1,0,5)
30+
#define RCPP_VERSION_STRING "1.0.5"
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,4,12)
34-
#define RCPP_DEV_VERSION_STRING "1.0.4.12"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,5,0)
34+
#define RCPP_DEV_VERSION_STRING "1.0.5"
3535

3636
#endif

vignettes/rmd/Rcpp.bib

+2-6
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ @Manual{CRAN:Rcpp
128128
Allaire and Kevin Ushey and Qiang Kou and
129129
Nathan Russel and John Chambers and Douglas Bates},
130130
year = 2020,
131-
note = {R package version 1.0.4},
131+
note = {R package version 1.0.5},
132132
url = CRAN # "package=Rcpp"
133133
}
134134

@@ -449,8 +449,6 @@ @Book{Eddelbuettel:2013:Rcpp
449449
address = {New York},
450450
isbn = {978-1-4614-6867-7}
451451
}
452-
; see http://eigen.tuxfamily.org/index.php?title=BibTeX
453-
; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
454452

455453
@article{Efron:1979:Bootstrap,
456454
URL = {http://www.jstor.org/stable/2958830},
@@ -468,9 +466,7 @@ @MISC{Eigen:Web
468466
author = {Ga\"{e}l Guennebaud and Beno\^{i}t Jacob and others},
469467
title = {Eigen v3},
470468
year = 2012,
471-
url = {http://eigen.tuxfamily.org},
472-
; see http://eigen.tuxfamily.org/index.php?title=BibTeX
473-
; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
469+
url = {http://eigen.tuxfamily.org}
474470
}
475471

476472
@Manual{GSL,

0 commit comments

Comments
 (0)