|
6 | 6 | [](https://cran.r-project.org/package=Rcpp) |
7 | 7 | [](https://codecov.io/github/RcppCore/Rcpp?branch=master) |
8 | 8 | [](https://packages.debian.org/sid/r-cran-rcpp) |
9 | | -[](https://github.com/RcppCore/Rcpp) |
| 9 | +[](https://github.com/RcppCore/Rcpp) |
10 | 10 | [](http://www.r-pkg.org/pkg/Rcpp) |
11 | 11 | [](https://cran.r-project.org/package=Rcpp) |
12 | 12 | [](https://cran.r-project.org/package=Rcpp) |
13 | 13 | [](https://cran.r-project.org/package=Rcpp) |
14 | | -[](https://stackoverflow.com/questions/tagged/rcpp) |
| 14 | +[](https://stackoverflow.com/questions/tagged/rcpp) |
15 | 15 | [](http://dx.doi.org/10.18637/jss.v040.i08) |
16 | 16 | [](https://www.springer.com/gp/book/9781461468677) |
17 | 17 | [](http://dx.doi.org/10.1080/00031305.2017.1375990) |
18 | 18 |
|
19 | 19 | ### Synopsis |
20 | 20 |
|
21 | | -The [Rcpp package](https://cran.r-project.org/package=Rcpp) provides R |
22 | | -functions and a (header-only for client packages) C++ library greatly |
23 | | -facilitating the integration of R and C++. |
| 21 | +The [Rcpp package](https://cran.r-project.org/package=Rcpp) help to integrate R and C++ via R functions and a (header-only) C++ library. |
24 | 22 |
|
25 | 23 | All underlying R types and objects, _i.e._, everything a `SEXP` represents internally |
26 | 24 | in R, are matched to corresponding C++ objects. This covers anything from vectors, |
|
0 commit comments