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
3131vignette (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/) )
3535provides a good entry point to Rcpp as do the [ Rcpp
3636website] ( 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
4141Other 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
7373introduction] ( 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
7676Among the other vignettes are the [ Rcpp
7777FAQ] ( 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
8686documented and working examples. The
8787[ package RcppExamples] ( https://cran.r-project.org/package=RcppExamples ) contains a few basic
8888examples 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
9191additional usage examples.
9292
9393An 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
9797always use this Rcpp package instead.
9898
9999Other 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
102102as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
103103using 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
121121The 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)
123123mailing list hosted at R-forge. Note that in order to keep spam down, you must
124124be a subscriber in order to post. One can also consult the list archives to see
125125if your question has been asked before.
126126
127127Another 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) .
129129Search functionality (use ` rcpp ` in squared brackets as in
130130[[ rcpp] my question terms] ( https://stackoverflow.com/search?q=[rcpp]%20my%20question%20terms )
131131to tag the query) is very valuable as many questions have indeed been asked, and
0 commit comments