1
1
## Rcpp: Seamless R and C++ Integration
2
2
3
3
[ ![ 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 )
6
6
[ ![ Dependencies] ( https://tinyverse.netlify.com/badge/Rcpp )] ( https://cran.r-project.org/package=Rcpp )
7
7
[ ![ Coverage Status] ( https://codecov.io/gh/RcppCore/Rcpp/graph/badge.svg )] ( https://codecov.io/github/RcppCore/Rcpp?branch=master )
8
8
[ ![ Debian package] ( https://img.shields.io/debian/v/r-cran-rcpp/sid?color=brightgreen )] ( https://packages.debian.org/sid/r-cran-rcpp )
9
9
[ ![ 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)
11
11
[ ![ CRAN use] ( https://jangorecki.gitlab.io/rdeps/Rcpp/CRAN_usage.svg?sanitize=true )] ( https://cran.r-project.org/package=Rcpp )
12
12
[ ![ CRAN indirect] ( https://jangorecki.gitlab.io/rdeps/Rcpp/indirect_usage.svg?sanitize=true )] ( https://cran.r-project.org/package=Rcpp )
13
13
[ ![ BioConductor use] ( https://jangorecki.gitlab.io/rdeps/Rcpp/BioC_usage.svg?sanitize=true )] ( https://cran.r-project.org/package=Rcpp )
14
14
[ ![ 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)
16
16
[ ![ 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)
18
18
19
19
### Synopsis
20
20
@@ -31,11 +31,11 @@ represented as instances of `Rcpp::Environment`, functions are represented as
31
31
vignette (now published as a
32
32
[ TAS paper] ( https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990 ) ; an
33
33
[ 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/) )
35
35
provides a good entry point to Rcpp as do the [ Rcpp
36
36
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
39
39
[ Rcpp book] ( http://www.rcpp.org/book/ ) .
40
40
41
41
Other highlights:
@@ -71,7 +71,7 @@ TAS](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990) (and
71
71
[ preprint in PeerJ] ( https://peerj.com/preprints/3188/ ) ). Also available is an
72
72
[ earlier
73
73
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/) )
75
75
76
76
Among the other vignettes are the [ Rcpp
77
77
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.
82
82
83
83
### Examples
84
84
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
86
86
documented and working examples. The
87
87
[ package RcppExamples] ( https://cran.r-project.org/package=RcppExamples ) contains a few basic
88
88
examples covering the core data types.
89
89
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
91
91
additional usage examples.
92
92
93
93
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
97
97
always use this Rcpp package instead.
98
98
99
99
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
102
102
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
103
103
using Rcpp. All these packages provide usage examples for Rcpp.
104
104
@@ -119,13 +119,13 @@ questions 1.2 and 1.3 in the
119
119
### Support
120
120
121
121
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)
123
123
mailing list hosted at R-forge. Note that in order to keep spam down, you must
124
124
be a subscriber in order to post. One can also consult the list archives to see
125
125
if your question has been asked before.
126
126
127
127
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) .
129
129
Search functionality (use ` rcpp ` in squared brackets as in
130
130
[[ rcpp] my question terms] ( https://stackoverflow.com/search?q=[rcpp]%20my%20question%20terms )
131
131
to tag the query) is very valuable as many questions have indeed been asked, and
0 commit comments